You are not logged in.

#1 2021-09-16 17:29:57

throwaway62548629402
Member
Registered: 2021-09-16
Posts: 4

amdgpu: connect monitor HDMI, panic invalid opcode 0000

Hello.

I compiled a custom variant of linux-hardened 5.14.4 with my own .config (as PANIC_ON_OOPS was causing errors in conjunction with DEBUG_FS and DEBUG_FS_ALLOW_NONE when using a Navi GPU), and connecting a 2nd monitor now causes a kernel panic. Since the system journal doesn't save kernel panics, I took a screenshot of a slow-mo to capture it (since the error doesn't fit in the screen) which I will upload shortly. In the amdgpu side, create_validate_stream_for_sink seems to calling a function which causes the panic.

The last kernel I used before my custom one was the stock linux package (5.14.3), which *would* accept two monitors just fine, but booting with two monitors would result in my systemd initramfs waiting for a stop job on "Rule-based" something (something related to udev I imagine) for 1m30s, before continuing boot and waiting for gdm to fail under Wayland and fallback to Xorg after a minute (fixed by restarting gdm.service), before behaving completely fine yet failing to shutdown shutdown (hanging at some kvm teardown after unmounting /oldroot, requiring a hard shutdown). Although far from ideal, it works.

Potentially useful info:
CPU: AMD Ryzen Threadripper 3960X, SMT ON, AMD IOMMU ON (both in BIOS and in kernel with amd_iommu=on)
Motherboard: ASUS ROG ZENITH II (efi=disable_early_pci_dma causes instant black screen on boot with no way to easily debug any problem)
GPU: ASRock RX 5500 XT

Things I have to do:
- Test stock linux 5.14.4/5 to see if it introduces any new regression related to connecting second monitor (check for non-panic bugs reported in journal).
  - Edit: DONE, everything is fine with stock 5.14.5
- Since my config file changes a bit more than just DEBUG_FS and PANIC_ON_OOPS, test only changing those options from linux-hardened to pinpoint possibly bad config.
  - Edit: DONE, everything now works with stock linux-hardened 5.14.5 config (but removing DEBUG_FS and PANIC_ON_OOPS), so I have to poinpoint the bad config and update this post when done.
- Same as before, but if it doesn't work test stock linux config and go from there.
  - Edit: Not needed anymore.

Edit: add:
- Test compiling 5.14.5 (same kernel as stock linux).
  - Edit: DONE, NO DICE, same bug pops up

Any other ideas as to the culprit?

Last edited by throwaway62548629402 (2021-09-18 14:27:19)

Offline

#2 2021-09-16 20:08:26

throwaway62548629402
Member
Registered: 2021-09-16
Posts: 4

Re: amdgpu: connect monitor HDMI, panic invalid opcode 0000

Kernel panic recording:

invalid opcode 0000

Offline

#3 2021-09-16 21:58:33

throwaway62548629402
Member
Registered: 2021-09-16
Posts: 4

Re: amdgpu: connect monitor HDMI, panic invalid opcode 0000

I have started linux 5.14.5, and without having any monitor connected it hangs for 1m30s waiting for a stop job.


# journalctl -x
# [...]
usb 1-1: new high-speed USB device number 2 using xhci_hcd
Sep 16 20:56:47 archlinux kernel: usb 5-1: new low-speed USB device number 2 using xhci_hcd
Sep 16 20:56:47 archlinux kernel: usb 9-5: new high-speed USB device number 2 using xhci_hcd
Sep 16 20:56:47 archlinux kernel: usb 11-3: new high-speed USB device number 2 using xhci_hcd
Sep 16 20:56:47 archlinux kernel: usb 1-1: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.17
Sep 16 20:56:47 archlinux kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 16 20:56:47 archlinux kernel: usb 1-1: Product: 4-Port USB 2.0 Hub
Sep 16 20:56:47 archlinux kernel: usb 1-1: Manufacturer: Generic
Sep 16 20:56:47 archlinux kernel: hub 1-1:1.0: USB hub found
Sep 16 20:56:47 archlinux kernel: [drm] kiq ring mec 2 pipe 1 q 0
Sep 16 20:56:47 archlinux kernel: hub 1-1:1.0: 4 ports detected
Sep 16 20:56:47 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Sep 16 20:56:47 archlinux kernel: [drm] JPEG decode initialized successfully.
Sep 16 20:56:47 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 16 20:56:47 archlinux kernel: usb 9-5: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.52
Sep 16 20:56:47 archlinux kernel: usb 9-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 16 20:56:47 archlinux kernel: usb 9-5: Product: USB2.0 Hub
Sep 16 20:56:47 archlinux kernel: usb 11-3: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
Sep 16 20:56:47 archlinux kernel: usb 11-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 16 20:56:47 archlinux kernel: usb 11-3: Product: ASM107x
Sep 16 20:56:47 archlinux kernel: usb 11-3: Manufacturer: ASUS TEK.
Sep 16 20:56:47 archlinux kernel: usb 5-1: New USB device found, idVendor=045e, idProduct=00db, bcdDevice= 1.73
Sep 16 20:56:47 archlinux kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 16 20:56:47 archlinux kernel: usb 5-1: Product: Natural® Ergonomic Keyboard 4000
Sep 16 20:56:47 archlinux kernel: usb 5-1: Manufacturer: Microsoft
Sep 16 20:56:47 archlinux kernel: memmap_init_zone_device initialised 2097152 pages in 7ms
Sep 16 20:56:47 archlinux kernel: amdgpu: HMM registered 8176MB device memory
Sep 16 20:56:47 archlinux kernel: amdgpu: SRAT table not found
Sep 16 20:56:47 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
Sep 16 20:56:47 archlinux kernel: amdgpu: Topology: Add dGPU node [0x7340:0x1002]
Sep 16 20:56:47 archlinux kernel: kfd kfd: amdgpu: added device 1002:7340
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Sep 16 20:56:47 archlinux kernel: [drm] fb mappable at 0xD050A000
Sep 16 20:56:47 archlinux kernel: [drm] vram apper at 0xD0000000
Sep 16 20:56:47 archlinux kernel: [drm] size 14745600
Sep 16 20:56:47 archlinux kernel: [drm] fb depth is 24
Sep 16 20:56:47 archlinux kernel: [drm]    pitch is 10240
Sep 16 20:56:47 archlinux kernel: fbcon: amdgpu (fb0) is primary device
Sep 16 20:56:47 archlinux kernel: fbcon: Deferring console take-over
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Sep 16 20:56:47 archlinux kernel: usbcore: registered new interface driver usbhid
Sep 16 20:56:47 archlinux kernel: usbhid: USB HID core driver
Sep 16 20:56:47 archlinux kernel: input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:20/0000:20:03.3/0000:23:00.0/usb5/5-1/5-1:1.0/0003:045E:00DB.0001/input/input2
Sep 16 20:56:47 archlinux kernel: hub 9-5:1.0: USB hub found
Sep 16 20:56:47 archlinux kernel: hub 9-5:1.0: 4 ports detected
Sep 16 20:56:47 archlinux kernel: hub 11-3:1.0: USB hub found
Sep 16 20:56:47 archlinux kernel: hub 11-3:1.0: 4 ports detected
Sep 16 20:56:47 archlinux kernel: usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Sep 16 20:56:47 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Sep 16 20:56:47 archlinux kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Sep 16 20:56:47 archlinux kernel: BUG: kernel NULL pointer dereference, address: 000000000000002f
Sep 16 20:56:47 archlinux kernel: #PF: supervisor read access in kernel mode
Sep 16 20:56:47 archlinux kernel: #PF: error_code(0x0000) - not-present page
Sep 16 20:56:47 archlinux kernel: PGD 0 P4D 0 
Sep 16 20:56:47 archlinux kernel: Oops: 0000 [#1] PREEMPT SMP PTI
Sep 16 20:56:47 archlinux kernel: CPU: 9 PID: 550 Comm: systemd-modules Not tainted 5.14.5-arch1-1 #1 daae17e3dafe98cbbb1977d665649e8e3f3a10e8
Sep 16 20:56:47 archlinux kernel: Hardware name: ASUS System Product Name/ROG ZENITH II EXTREME ALPHA, BIOS 1502 07/13/2021
Sep 16 20:56:47 archlinux kernel: RIP: 0010:debugfs_create_file_size+0x2e/0x40
Sep 16 20:56:47 archlinux kernel: Code: 00 4d 85 c0 53 48 c7 c0 40 e9 25 b3 4c 89 cb 4d 89 c1 49 c7 c0 40 e7 25 b3 0f b7 f6 4c 0f 44 c0 e8 07 fe ff ff 48 85 c0 74 08 <48> 8b 40 30 48 89 58 50 5b c3 0f 1f 84 00 00 00 00 00 0f 1f 44 00
Sep 16 20:56:47 archlinux kernel: RSP: 0018:ffffadc901bc79e8 EFLAGS: 00010286
Sep 16 20:56:47 archlinux kernel: RAX: ffffffffffffffff RBX: 00000001ff000000 RCX: ffff9d1b57060000
Sep 16 20:56:47 archlinux kernel: RDX: 0000000000000000 RSI: ffffffffffffffff RDI: ffffffffc0a1a106
Sep 16 20:56:47 archlinux kernel: RBP: ffff9d1b57060000 R08: ffffffffb325e740 R09: ffffffffc08a2800
Sep 16 20:56:47 archlinux kernel: R10: ffffadc901bc7820 R11: ffff9d388f0dc6e8 R12: ffff9d1b57060000
Sep 16 20:56:47 archlinux kernel: R13: ffffffffffffffff R14: ffff9d1b57060000 R15: 0000000000000000
Sep 16 20:56:47 archlinux kernel: FS:  00007fe5f25afa40(0000) GS:ffff9d380d240000(0000) knlGS:0000000000000000
Sep 16 20:56:47 archlinux kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 16 20:56:47 archlinux kernel: CR2: 000000000000002f CR3: 000000089f9e4000 CR4: 0000000000350ee0
Sep 16 20:56:47 archlinux kernel: Call Trace:
Sep 16 20:56:47 archlinux kernel:  amdgpu_ttm_debugfs_init+0x39/0x110 [amdgpu 812eb096da2ae7a6272eda65ebd58e52a03d6b77]
Sep 16 20:56:47 archlinux kernel:  amdgpu_debugfs_init+0x6c/0x290 [amdgpu 812eb096da2ae7a6272eda65ebd58e52a03d6b77]
Sep 16 20:56:47 archlinux kernel:  amdgpu_pci_probe+0x171/0x1a0 [amdgpu 812eb096da2ae7a6272eda65ebd58e52a03d6b77]
Sep 16 20:56:47 archlinux kernel:  local_pci_probe+0x42/0x80
Sep 16 20:56:47 archlinux kernel:  ? pci_match_device+0xd7/0x110
Sep 16 20:56:47 archlinux kernel:  pci_device_probe+0xfa/0x1b0
Sep 16 20:56:47 archlinux kernel:  really_probe+0x1f5/0x3f0
Sep 16 20:56:47 archlinux kernel:  __driver_probe_device+0xfe/0x180
Sep 16 20:56:47 archlinux kernel:  driver_probe_device+0x1e/0x90
Sep 16 20:56:47 archlinux kernel:  __driver_attach+0xc0/0x1c0
Sep 16 20:56:47 archlinux kernel:  ? __device_attach_driver+0xe0/0xe0
Sep 16 20:56:47 archlinux kernel:  ? __device_attach_driver+0xe0/0xe0
Sep 16 20:56:47 archlinux kernel:  bus_for_each_dev+0x89/0xd0
Sep 16 20:56:47 archlinux kernel:  bus_add_driver+0x12b/0x1e0
Sep 16 20:56:47 archlinux kernel:  driver_register+0x8f/0xe0
Sep 16 20:56:47 archlinux kernel:  ? 0xffffffffc0c6f000
Sep 16 20:56:47 archlinux kernel:  do_one_initcall+0x57/0x220
Sep 16 20:56:47 archlinux kernel:  do_init_module+0x5c/0x270
Sep 16 20:56:47 archlinux kernel:  load_module+0x2588/0x2790
Sep 16 20:56:47 archlinux kernel:  ? __do_sys_init_module+0x12e/0x1b0
Sep 16 20:56:47 archlinux kernel:  __do_sys_init_module+0x12e/0x1b0
Sep 16 20:56:47 archlinux kernel:  do_syscall_64+0x5c/0x80
Sep 16 20:56:47 archlinux kernel:  ? syscall_exit_to_user_mode+0x23/0x40
Sep 16 20:56:47 archlinux kernel:  ? do_syscall_64+0x69/0x80
Sep 16 20:56:47 archlinux kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xae
Sep 16 20:56:47 archlinux kernel: RIP: 0033:0x7fe5f2f5b32e
Sep 16 20:56:47 archlinux kernel: Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
Sep 16 20:56:47 archlinux kernel: RSP: 002b:00007fff721879d8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Sep 16 20:56:47 archlinux kernel: RAX: ffffffffffffffda RBX: 000055ab18e173c0 RCX: 00007fe5f2f5b32e
Sep 16 20:56:47 archlinux kernel: RDX: 00007fe5f303ba9d RSI: 0000000000f03af1 RDI: 00007fe5f0677010
Sep 16 20:56:47 archlinux kernel: RBP: 00007fe5f0677010 R08: 00007fe5f205c000 R09: 0000000000000000
Sep 16 20:56:47 archlinux kernel: R10: 000055ab18eaa410 R11: 0000000000000246 R12: 00007fe5f303ba9d
Sep 16 20:56:47 archlinux kernel: R13: 000055ab18e173c0 R14: 000055ab18e174a0 R15: 000055ab18e173c0
Sep 16 20:56:47 archlinux kernel: Modules linked in: hid_microsoft(+) ff_memless usbhid f2fs crc32_generic lz4hc_compress crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel crypto_simd cryptd ccp xhci_pci xhci_pci_renesas tpm_crb tpm_tis tpm_tis_core tpm rng_core amdgpu(+) drm_ttm_helper ttm >
Sep 16 20:56:47 archlinux kernel: CR2: 000000000000002f
Sep 16 20:56:47 archlinux kernel: ---[ end trace 27c9dc4069ab7c82 ]---
Sep 16 20:56:47 archlinux kernel: RIP: 0010:debugfs_create_file_size+0x2e/0x40
Sep 16 20:56:47 archlinux kernel: Code: 00 4d 85 c0 53 48 c7 c0 40 e9 25 b3 4c 89 cb 4d 89 c1 49 c7 c0 40 e7 25 b3 0f b7 f6 4c 0f 44 c0 e8 07 fe ff ff 48 85 c0 74 08 <48> 8b 40 30 48 89 58 50 5b c3 0f 1f 84 00 00 00 00 00 0f 1f 44 00
Sep 16 20:56:47 archlinux kernel: RSP: 0018:ffffadc901bc79e8 EFLAGS: 00010286
Sep 16 20:56:47 archlinux kernel: RAX: ffffffffffffffff RBX: 00000001ff000000 RCX: ffff9d1b57060000
Sep 16 20:56:47 archlinux kernel: RDX: 0000000000000000 RSI: ffffffffffffffff RDI: ffffffffc0a1a106
Sep 16 20:56:47 archlinux kernel: RBP: ffff9d1b57060000 R08: ffffffffb325e740 R09: ffffffffc08a2800
Sep 16 20:56:47 archlinux kernel: R10: ffffadc901bc7820 R11: ffff9d388f0dc6e8 R12: ffff9d1b57060000
Sep 16 20:56:47 archlinux kernel: R13: ffffffffffffffff R14: ffff9d1b57060000 R15: 0000000000000000
Sep 16 20:56:47 archlinux kernel: FS:  00007fe5f25afa40(0000) GS:ffff9d380d240000(0000) knlGS:0000000000000000
Sep 16 20:56:47 archlinux kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 16 20:56:47 archlinux kernel: CR2: 000000000000002f CR3: 000000089f9e4000 CR4: 0000000000350ee0
Sep 16 20:56:47 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed'
Sep 16 20:56:47 archlinux systemd[1]: systemd-modules-load.service: Main process exited, code=killed, status=9/KILL
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit systemd-modules-load.service has exited.
░░ 
░░ The process' exit code is 'killed' and its exit status is 9.
Sep 16 20:56:47 archlinux systemd[1]: systemd-modules-load.service: Failed with result 'signal'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-modules-load.service has entered the 'failed' state with result 'signal'.
Sep 16 20:56:47 archlinux systemd[1]: Failed to start Load Kernel Modules.
░░ Subject: A start job for unit systemd-modules-load.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-modules-load.service has finished with a failure.
░░ 
░░ The job identifier is 14 and the job result is failed.
Sep 16 20:56:47 archlinux systemd[1]: Reached target System Initialization.
░░ Subject: A start job for unit sysinit.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit sysinit.target has finished successfully.
░░ 
░░ The job identifier is 3.
Sep 16 20:56:47 archlinux systemd[1]: Reached target Basic System.
░░ Subject: A start job for unit basic.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit basic.target has finished successfully.
░░ 
░░ The job identifier is 2.
Sep 16 20:56:47 archlinux systemd[1]: Reached target Initrd Default Target.
░░ Subject: A start job for unit initrd.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit initrd.target has finished successfully.
░░ 
░░ The job identifier is 1.
Sep 16 20:56:47 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
░░ Subject: A start job for unit initrd-cleanup.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit initrd-cleanup.service has begun execution.
░░ 
░░ The job identifier is 38.
Sep 16 20:56:47 archlinux systemd[1]: Stopped target Initrd Default Target.
░░ Subject: A stop job for unit initrd.target has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit initrd.target has finished.
░░ 
░░ The job identifier is 75 and the job result is done.
Sep 16 20:56:47 archlinux systemd[1]: Stopped target Basic System.
░░ Subject: A stop job for unit basic.target has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit basic.target has finished.
░░ 
░░ The job identifier is 82 and the job result is done.
Sep 16 20:56:47 archlinux systemd[1]: Stopped target Initrd Root Device.
░░ Subject: A stop job for unit initrd-root-device.target has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit initrd-root-device.target has finished.
░░ 
░░ The job identifier is 80 and the job result is done.
Sep 16 20:56:47 archlinux systemd[1]: Stopped target Path Units.
░░ Subject: A stop job for unit paths.target has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit paths.target has finished.
░░ 
░░ The job identifier is 76 and the job result is done.
Sep 16 20:56:47 archlinux systemd[1]: Stopped target Slice Units.
░░ Subject: A stop job for unit slices.target has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit slices.target has finished.
░░ 
░░ The job identifier is 71 and the job result is done.
Sep 16 20:56:47 archlinux systemd[1]: Stopped target Socket Units.
░░ Subject: A stop job for unit sockets.target has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit sockets.target has finished.
░░ 
░░ The job identifier is 72 and the job result is done.
Sep 16 20:56:47 archlinux systemd[1]: Stopped target System Initialization.
░░ Subject: A stop job for unit sysinit.target has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit sysinit.target has finished.
░░ 
░░ The job identifier is 81 and the job result is done.
Sep 16 20:56:47 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
░░ Subject: A stop job for unit cryptsetup.target has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit cryptsetup.target has finished.
░░ 
░░ The job identifier is 77 and the job result is done.
Sep 16 20:56:47 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-ask-password-console.path has successfully entered the 'dead' state.
Sep 16 20:56:47 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
░░ Subject: A stop job for unit systemd-ask-password-console.path has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit systemd-ask-password-console.path has finished.
░░ 
░░ The job identifier is 74 and the job result is done.
Sep 16 20:56:47 archlinux systemd[1]: Stopped target Local File Systems.
░░ Subject: A stop job for unit local-fs.target has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit local-fs.target has finished.
░░ 
░░ The job identifier is 79 and the job result is done.
Sep 16 20:56:47 archlinux systemd[1]: Stopped target Swaps.
░░ Subject: A stop job for unit swap.target has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit swap.target has finished.
░░ 
░░ The job identifier is 73 and the job result is done.
Sep 16 20:56:47 archlinux systemd[1]: Stopped target Timer Units.
░░ Subject: A stop job for unit timers.target has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit timers.target has finished.
░░ 
░░ The job identifier is 84 and the job result is done.
Sep 16 20:56:47 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-udev-trigger.service has successfully entered the 'dead' state.
Sep 16 20:56:47 archlinux systemd[1]: Stopped Coldplug All udev Devices.
░░ Subject: A stop job for unit systemd-udev-trigger.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit systemd-udev-trigger.service has finished.
░░ 
░░ The job identifier is 65 and the job result is done.
Sep 16 20:56:47 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 16 20:56:47 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
░░ Subject: A stop job for unit systemd-udevd.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit systemd-udevd.service has begun execution.
░░ 
░░ The job identifier is 61.
Sep 16 20:56:47 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit initrd-cleanup.service has successfully entered the 'dead' state.
Sep 16 20:56:47 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
░░ Subject: A start job for unit initrd-cleanup.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit initrd-cleanup.service has finished successfully.
░░ 
░░ The job identifier is 38.
Sep 16 20:56:47 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 16 20:56:47 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 16 20:56:47 archlinux kernel: usb 2-1: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.17
Sep 16 20:56:47 archlinux kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 16 20:56:47 archlinux kernel: usb 2-1: Product: 4-Port USB 3.0 Hub
Sep 16 20:56:47 archlinux kernel: usb 2-1: Manufacturer: Generic
Sep 16 20:56:47 archlinux kernel: microsoft 0003:045E:00DB.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:23:00.0-1/input0
Sep 16 20:56:47 archlinux kernel: input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:20/0000:20:03.3/0000:23:00.0/usb5/5-1/5-1:1.1/0003:045E:00DB.0002/input/input3
Sep 16 20:56:47 archlinux kernel: usb 12-3: new SuperSpeed USB device number 2 using xhci_hcd
Sep 16 20:56:47 archlinux kernel: hub 2-1:1.0: USB hub found
Sep 16 20:56:47 archlinux kernel: hub 2-1:1.0: 4 ports detected
Sep 16 20:56:47 archlinux kernel: usb 5-4: new low-speed USB device number 3 using xhci_hcd
Sep 16 20:56:47 archlinux kernel: usb 12-3: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
Sep 16 20:56:47 archlinux kernel: usb 12-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 16 20:56:47 archlinux kernel: usb 12-3: Product: ASM107x
Sep 16 20:56:47 archlinux kernel: usb 12-3: Manufacturer: ASUS TEK.
Sep 16 20:56:47 archlinux kernel: microsoft 0003:045E:00DB.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:23:00.0-1/input1
Sep 16 20:56:47 archlinux kernel: hub 12-3:1.0: USB hub found
Sep 16 20:56:47 archlinux kernel: hub 12-3:1.0: 4 ports detected
Sep 16 20:56:48 archlinux kernel: usb 9-6: new full-speed USB device number 3 using xhci_hcd
Sep 16 20:56:48 archlinux kernel: usb 11-4: new high-speed USB device number 3 using xhci_hcd
Sep 16 20:56:48 archlinux kernel: usb 5-4: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.14
Sep 16 20:56:48 archlinux kernel: usb 5-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Sep 16 20:56:48 archlinux kernel: usb 5-4: Product: USB Optical Mouse
Sep 16 20:56:48 archlinux kernel: input: USB Optical Mouse as /devices/pci0000:20/0000:20:03.3/0000:23:00.0/usb5/5-4/5-4:1.0/0003:1BCF:0005.0003/input/input4
Sep 16 20:56:48 archlinux kernel: hid-generic 0003:1BCF:0005.0003: input,hidraw2: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:23:00.0-4/input0
Sep 16 20:56:48 archlinux kernel: usb 1-1.1: new high-speed USB device number 3 using xhci_hcd
Sep 16 20:56:48 archlinux kernel: usb 11-4: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
Sep 16 20:56:48 archlinux kernel: usb 11-4: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 16 20:56:48 archlinux kernel: usb 11-4: Product: ASM107x
Sep 16 20:56:48 archlinux kernel: usb 11-4: Manufacturer: ASUS TEK.
Sep 16 20:56:48 archlinux kernel: usb 9-6: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Sep 16 20:56:48 archlinux kernel: usb 9-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 16 20:56:48 archlinux kernel: usb 1-1.1: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.17
Sep 16 20:56:48 archlinux kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 16 20:56:48 archlinux kernel: usb 1-1.1: Product: 4-Port USB 2.0 Hub
Sep 16 20:56:48 archlinux kernel: usb 1-1.1: Manufacturer: Generic
Sep 16 20:56:48 archlinux kernel: usb 9-5.3: new full-speed USB device number 4 using xhci_hcd
Sep 16 20:56:48 archlinux kernel: hub 11-4:1.0: USB hub found
Sep 16 20:56:48 archlinux kernel: hub 11-4:1.0: 4 ports detected
Sep 16 20:56:48 archlinux kernel: hub 1-1.1:1.0: USB hub found
Sep 16 20:56:48 archlinux kernel: hub 1-1.1:1.0: 4 ports detected
Sep 16 20:56:48 archlinux kernel: usb 12-4: new SuperSpeed USB device number 3 using xhci_hcd
Sep 16 20:56:48 archlinux kernel: usb 2-1.1: new SuperSpeed USB device number 3 using xhci_hcd
Sep 16 20:56:48 archlinux kernel: usb 12-4: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
Sep 16 20:56:48 archlinux kernel: usb 12-4: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 16 20:56:48 archlinux kernel: usb 12-4: Product: ASM107x
Sep 16 20:56:48 archlinux kernel: usb 12-4: Manufacturer: ASUS TEK.
Sep 16 20:56:48 archlinux kernel: usb 9-5.3: config 1 has an invalid interface number: 2 but max is 1
Sep 16 20:56:48 archlinux kernel: usb 9-5.3: config 1 has no interface number 1
Sep 16 20:56:48 archlinux kernel: usb 2-1.1: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.17
Sep 16 20:56:48 archlinux kernel: usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 16 20:56:48 archlinux kernel: usb 2-1.1: Product: 4-Port USB 3.0 Hub
Sep 16 20:56:48 archlinux kernel: usb 2-1.1: Manufacturer: Generic
Sep 16 20:56:48 archlinux kernel: usb 9-5.3: New USB device found, idVendor=0b05, idProduct=18f3, bcdDevice= 1.00
Sep 16 20:56:48 archlinux kernel: usb 9-5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 16 20:56:48 archlinux kernel: usb 9-5.3: Product: AURA LED Controller
Sep 16 20:56:48 archlinux kernel: usb 9-5.3: Manufacturer: AsusTek Computer Inc.
Sep 16 20:56:48 archlinux kernel: usb 9-5.3: SerialNumber: 9876543210
Sep 16 20:56:48 archlinux kernel: hub 12-4:1.0: USB hub found
Sep 16 20:56:48 archlinux kernel: hub 12-4:1.0: 4 ports detected
Sep 16 20:56:48 archlinux kernel: hub 2-1.1:1.0: USB hub found
Sep 16 20:56:48 archlinux kernel: hub 2-1.1:1.0: 4 ports detected
Sep 16 20:56:48 archlinux kernel: hid-generic 0003:0B05:18F3.0004: hiddev96,hidraw3: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:49:00.1-5.3/input2
Sep 16 20:56:48 archlinux kernel: usb 11-5: new high-speed USB device number 4 using xhci_hcd
Sep 16 20:56:48 archlinux kernel: usb 9-5.4: new full-speed USB device number 5 using xhci_hcd
Sep 16 20:56:48 archlinux kernel: usb 9-5.4: New USB device found, idVendor=0b05, idProduct=18bb, bcdDevice= 2.00
Sep 16 20:56:48 archlinux kernel: usb 9-5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 16 20:56:48 archlinux kernel: usb 9-5.4: Product: AURA LED Controller
Sep 16 20:56:48 archlinux kernel: usb 9-5.4: Manufacturer: AsusTek Computer Inc.
Sep 16 20:56:48 archlinux kernel: usb 9-5.4: SerialNumber: 204033815252
Sep 16 20:56:48 archlinux kernel: usb 1-1.1.1: new full-speed USB device number 4 using xhci_hcd
Sep 16 20:56:48 archlinux kernel: hid-generic 0003:0B05:18BB.0005: hiddev97,hidraw4: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:49:00.1-5.4/input0
Sep 16 20:56:48 archlinux kernel: usb 1-1.1.1: New USB device found, idVendor=1050, idProduct=0407, bcdDevice= 5.26
Sep 16 20:56:48 archlinux kernel: usb 1-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 16 20:56:48 archlinux kernel: usb 1-1.1.1: Product: YubiKey OTP+FIDO+CCID
Sep 16 20:56:48 archlinux kernel: usb 1-1.1.1: Manufacturer: Yubico
Sep 16 20:56:48 archlinux kernel: input: Yubico YubiKey OTP+FIDO+CCID as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/0003:1050:0407.0006/input/input5
Sep 16 20:56:49 archlinux kernel: hid-generic 0003:1050:0407.0006: input,hidraw5: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:05:00.3-1.1.1/input0
Sep 16 20:56:49 archlinux kernel: hid-generic 0003:1050:0407.0007: hiddev98,hidraw6: USB HID v1.10 Device [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:05:00.3-1.1.1/input1
Sep 16 20:56:50 archlinux kernel: usb 11-5: New USB device found, idVendor=0b05, idProduct=1916, bcdDevice= 0.04
Sep 16 20:56:50 archlinux kernel: usb 11-5: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Sep 16 20:56:50 archlinux kernel: usb 11-5: Product: USB Audio
Sep 16 20:56:50 archlinux kernel: usb 11-5: Manufacturer: Generic
Sep 16 20:56:51 archlinux kernel: input: Generic USB Audio Consumer Control as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-5/11-5:1.6/0003:0B05:1916.0008/input/input6
Sep 16 20:56:51 archlinux kernel: input: Generic USB Audio as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-5/11-5:1.6/0003:0B05:1916.0008/input/input7
Sep 16 20:56:51 archlinux kernel: hid-generic 0003:0B05:1916.0008: input,hiddev99,hidraw7: USB HID v1.11 Device [Generic USB Audio] on usb-0000:49:00.3-5/input6
Sep 16 20:56:51 archlinux kernel: usb 11-6: new high-speed USB device number 5 using xhci_hcd
Sep 16 20:56:51 archlinux kernel: usb 11-6: New USB device found, idVendor=0b05, idProduct=1915, bcdDevice= 0.04
Sep 16 20:56:51 archlinux kernel: usb 11-6: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Sep 16 20:56:51 archlinux kernel: usb 11-6: Product: USB Audio
Sep 16 20:56:51 archlinux kernel: usb 11-6: Manufacturer: Generic
Sep 16 20:56:51 archlinux kernel: input: Generic USB Audio Consumer Control as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-6/11-6:1.2/0003:0B05:1915.0009/input/input8
Sep 16 20:56:51 archlinux kernel: input: Generic USB Audio as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-6/11-6:1.2/0003:0B05:1915.0009/input/input9
Sep 16 20:56:51 archlinux kernel: hid-generic 0003:0B05:1915.0009: input,hiddev100,hidraw8: USB HID v1.11 Device [Generic USB Audio] on usb-0000:49:00.3-6/input2
# [COMMENT] Note the time difference, about 1m30s. There is nothing in between them in the logs.
Sep 16 20:58:18 archlinux systemd[1]: systemd-udevd.service: State 'stop-sigterm' timed out. Killing.
Sep 16 20:58:18 archlinux systemd[1]: systemd-udevd.service: Killing process 553 (systemd-udevd) with signal SIGKILL.
Sep 16 20:58:18 archlinux systemd[1]: systemd-udevd.service: Killing process 559 (systemd-udevd) with signal SIGKILL.
Sep 16 20:58:18 archlinux systemd[1]: systemd-udevd.service: Main process exited, code=killed, status=9/KILL
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit systemd-udevd.service has exited.
░░ 
░░ The process' exit code is 'killed' and its exit status is 9.
Sep 16 20:58:18 archlinux systemd[1]: systemd-udevd.service: Killing process 559 (systemd-udevd) with signal SIGKILL.
Sep 16 20:58:18 archlinux systemd[1]: systemd-udevd.service: Failed with result 'timeout'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-udevd.service has entered the 'failed' state with result 'timeout'.
Sep 16 20:58:18 archlinux systemd[1]: systemd-udevd.service: Unit process 559 (systemd-udevd) remains running after unit stopped.
Sep 16 20:58:18 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
░░ Subject: A stop job for unit systemd-udevd.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit systemd-udevd.service has finished.
░░ 
░░ The job identifier is 61 and the job result is done.
Sep 16 20:58:18 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed'
Sep 16 20:58:18 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-udevd-control.socket has successfully entered the 'dead' state.
Sep 16 20:58:18 archlinux systemd[1]: Closed udev Control Socket.
░░ Subject: A stop job for unit systemd-udevd-control.socket has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit systemd-udevd-control.socket has finished.
░░ 
░░ The job identifier is 64 and the job result is done.
Sep 16 20:58:18 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state.
Sep 16 20:58:18 archlinux systemd[1]: Closed udev Kernel Socket.
░░ Subject: A stop job for unit systemd-udevd-kernel.socket has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit systemd-udevd-kernel.socket has finished.
░░ 
░░ The job identifier is 63 and the job result is done.
Sep 16 20:58:18 archlinux kernel: kauditd_printk_skb: 16 callbacks suppressed
Sep 16 20:58:18 archlinux kernel: audit: type=1131 audit(1631825898.078:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed'
Sep 16 20:58:18 archlinux systemd[1]: Starting Cleanup udev Database...
░░ Subject: A start job for unit initrd-udevadm-cleanup-db.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit initrd-udevadm-cleanup-db.service has begun execution.
░░ 
░░ The job identifier is 60.
Sep 16 20:58:18 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state.
Sep 16 20:58:18 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
░░ Subject: A stop job for unit systemd-tmpfiles-setup-dev.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit systemd-tmpfiles-setup-dev.service has finished.
░░ 
░░ The job identifier is 78 and the job result is done.
Sep 16 20:58:18 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit kmod-static-nodes.service has successfully entered the 'dead' state.
Sep 16 20:58:18 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 archlinux systemd[1]: Stopped Create List of Static Device Nodes.
░░ Subject: A stop job for unit kmod-static-nodes.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit kmod-static-nodes.service has finished.
░░ 
░░ The job identifier is 85 and the job result is done.
Sep 16 20:58:18 archlinux kernel: audit: type=1131 audit(1631825898.078:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 archlinux kernel: audit: type=1131 audit(1631825898.078:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state.
Sep 16 20:58:18 archlinux systemd[1]: Finished Cleanup udev Database.
░░ Subject: A start job for unit initrd-udevadm-cleanup-db.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit initrd-udevadm-cleanup-db.service has finished successfully.
░░ 
░░ The job identifier is 60.
Sep 16 20:58:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 archlinux systemd[1]: Reached target Switch Root.
░░ Subject: A start job for unit initrd-switch-root.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit initrd-switch-root.target has finished successfully.
░░ 
░░ The job identifier is 41.
Sep 16 20:58:18 archlinux kernel: audit: type=1130 audit(1631825898.082:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 archlinux kernel: audit: type=1131 audit(1631825898.082:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 archlinux systemd[1]: Starting Switch Root...
░░ Subject: A start job for unit initrd-switch-root.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit initrd-switch-root.service has begun execution.
░░ 
░░ The job identifier is 59.
Sep 16 20:58:18 archlinux systemd[1]: Switching root.
Sep 16 20:58:18 archlinux audit: BPF prog-id=12 op=UNLOAD
Sep 16 20:58:18 archlinux kernel: audit: type=1334 audit(1631825898.105:32): prog-id=12 op=UNLOAD
Sep 16 20:58:18 archlinux audit: BPF prog-id=9 op=UNLOAD
Sep 16 20:58:18 archlinux kernel: audit: type=1334 audit(1631825898.132:33): prog-id=9 op=UNLOAD
Sep 16 20:58:18 archlinux systemd-journald[549]: Journal stopped
░░ Subject: The journal has been stopped
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The system journal process has shut down and closed all currently
░░ active journal files.
Sep 16 20:58:18 host systemd-journald[549]: Received SIGTERM from PID 1 (systemd).
Sep 16 20:58:18 host systemd[1]: systemd 249.4-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTM>
Sep 16 20:58:18 host systemd[1]: Detected architecture x86-64.
Sep 16 20:58:18 host systemd[1]: Hostname set to <host>.
Sep 16 20:58:18 host kernel: audit: type=1334 audit(1631825898.218:34): prog-id=15 op=LOAD
Sep 16 20:58:18 host kernel: audit: type=1334 audit(1631825898.218:35): prog-id=15 op=UNLOAD
Sep 16 20:58:18 host kernel: audit: type=1334 audit(1631825898.218:36): prog-id=16 op=LOAD
Sep 16 20:58:18 host kernel: NET: Registered PF_ALG protocol family
Sep 16 20:58:18 host systemd[1]: initrd-switch-root.service: Deactivated successfully.
Sep 16 20:58:18 host systemd[1]: Stopped Switch Root.
Sep 16 20:58:18 host systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Sep 16 20:58:18 host systemd[1]: Created slice Slice /system/getty.
Sep 16 20:58:18 host systemd[1]: Created slice Slice /system/modprobe.
Sep 16 20:58:18 host systemd[1]: Created slice Slice /system/netctl.
Sep 16 20:58:18 host systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 16 20:58:18 host systemd[1]: Created slice User and Session Slice.
Sep 16 20:58:18 host systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 16 20:58:18 host systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 16 20:58:18 host systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 16 20:58:18 host systemd[1]: Reached target Local Encrypted Volumes.
Sep 16 20:58:18 host systemd[1]: Reached target Login Prompts.
Sep 16 20:58:18 host systemd[1]: Stopped target Switch Root.
Sep 16 20:58:18 host systemd[1]: Stopped target Initrd File Systems.
Sep 16 20:58:18 host systemd[1]: Stopped target Initrd Root File System.
Sep 16 20:58:18 host systemd[1]: Reached target Path Units.
Sep 16 20:58:18 host systemd[1]: Reached target Remote File Systems.
Sep 16 20:58:18 host systemd[1]: Reached target Slice Units.
Sep 16 20:58:18 host systemd[1]: Reached target Swaps.
Sep 16 20:58:18 host systemd[1]: Reached target Local Verity Integrity Protected Volumes.
Sep 16 20:58:18 host systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 16 20:58:18 host systemd[1]: Listening on LVM2 poll daemon socket.
Sep 16 20:58:18 host systemd[1]: Listening on Process Core Dump Socket.
Sep 16 20:58:18 host systemd[1]: Listening on udev Control Socket.
Sep 16 20:58:18 host systemd[1]: Listening on udev Kernel Socket.
Sep 16 20:58:18 host systemd[1]: Mounting Huge Pages File System...
Sep 16 20:58:18 host systemd[1]: Mounting POSIX Message Queue File System...
Sep 16 20:58:18 host systemd[1]: Condition check resulted in Kernel Debug File System being skipped.
Sep 16 20:58:18 host systemd[1]: Mounting Kernel Trace File System...
Sep 16 20:58:18 host systemd[1]: Mounting Temporary Directory /tmp...
Sep 16 20:58:18 host systemd[1]: Starting Create List of Static Device Nodes...
Sep 16 20:58:18 host systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 16 20:58:18 host systemd[1]: Starting Load Kernel Module configfs...
Sep 16 20:58:18 host systemd[1]: Starting Load Kernel Module drm...
Sep 16 20:58:18 host systemd[1]: Starting Load Kernel Module fuse...
Sep 16 20:58:18 host systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Sep 16 20:58:18 host systemd[1]: systemd-fsck-root.service: Deactivated successfully.
Sep 16 20:58:18 host systemd[1]: Stopped File System Check on Root Device.
Sep 16 20:58:18 host systemd[1]: Stopped Journal Service.
Sep 16 20:58:18 host systemd[1]: Starting Journal Service...
Sep 16 20:58:18 host systemd[1]: Starting Load Kernel Modules...
Sep 16 20:58:18 host systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 16 20:58:18 host systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Sep 16 20:58:18 host systemd[1]: Starting Coldplug All udev Devices...
Sep 16 20:58:18 host systemd[1]: Mounted Huge Pages File System.
Sep 16 20:58:18 host systemd[1]: Mounted POSIX Message Queue File System.
Sep 16 20:58:18 host systemd[1]: Mounted Kernel Trace File System.
Sep 16 20:58:18 host systemd[1]: Mounted Temporary Directory /tmp.
Sep 16 20:58:18 host systemd[1]: Finished Create List of Static Device Nodes.
Sep 16 20:58:18 host systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 16 20:58:18 host systemd[1]: Finished Load Kernel Module configfs.
Sep 16 20:58:18 host systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 16 20:58:18 host systemd[1]: Finished Load Kernel Module drm.
Sep 16 20:58:18 host kernel: fuse: init (API version 7.34)
Sep 16 20:58:18 host systemd[1]: Mounting Kernel Configuration File System...
Sep 16 20:58:18 host systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 16 20:58:18 host systemd[1]: Finished Load Kernel Module fuse.
Sep 16 20:58:18 host systemd[1]: Finished Load Kernel Modules.
Sep 16 20:58:18 host systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 16 20:58:18 host systemd[1]: Mounted Kernel Configuration File System.
Sep 16 20:58:18 host systemd[1]: Mounting FUSE Control File System...
Sep 16 20:58:18 host systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Sep 16 20:58:18 host systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Sep 16 20:58:18 host systemd[1]: Starting Load/Save Random Seed...
Sep 16 20:58:18 host systemd[1]: Starting Apply Kernel Variables...
Sep 16 20:58:18 host systemd[1]: Condition check resulted in Create System Users being skipped.
Sep 16 20:58:18 host systemd-journald[733]: Journal started
░░ Subject: The journal has been started
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The system journal process has started up, opened the journal
░░ files for writing and is now ready to process requests.
Sep 16 20:58:18 host systemd-journald[733]: Runtime Journal (/run/log/journal/f38acae880fc4c06b16eaa4ebdc4edff) is 8.0M, max 2.5G, 2.5G free.
░░ Subject: Disk space used by the journal
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Runtime Journal (/run/log/journal/f38acae880fc4c06b16eaa4ebdc4edff) is currently using 8.0M.
░░ Maximum allowed usage is set to 2.5G.
░░ Leaving at least 1.2G free (of currently available 25.1G of disk space).
░░ Enforced usage limit is thus 2.5G, of which 2.5G are still available.
░░ 
░░ The limits controlling how much disk space is used by the journal may
░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
░░ /etc/systemd/journald.conf. See journald.conf(5) for details.
Sep 16 20:58:18 host audit: BPF prog-id=15 op=LOAD
Sep 16 20:58:18 host audit: BPF prog-id=15 op=UNLOAD
Sep 16 20:58:18 host audit: BPF prog-id=16 op=LOAD
Sep 16 20:58:18 host audit: BPF prog-id=16 op=UNLOAD
Sep 16 20:58:18 host audit: BPF prog-id=17 op=LOAD
Sep 16 20:58:18 host audit: BPF prog-id=18 op=LOAD
Sep 16 20:58:18 host audit: BPF prog-id=19 op=LOAD
Sep 16 20:58:18 host audit: BPF prog-id=13 op=UNLOAD
Sep 16 20:58:18 host audit: BPF prog-id=14 op=UNLOAD
Sep 16 20:58:18 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit: BPF prog-id=20 op=LOAD
Sep 16 20:58:18 host audit: BPF prog-id=21 op=LOAD
Sep 16 20:58:18 host audit: BPF prog-id=22 op=LOAD
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit: CONFIG_CHANGE op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 res=1
Sep 16 20:58:18 host audit[733]: SYSCALL arch=c000003e syscall=46 success=yes exit=60 a0=3 a1=7ffcb68444a0 a2=4000 a3=7ffcb684453c items=0 ppid=1 pid=733 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-journal" exe="/usr/lib/systemd/systemd-journald" ke>
Sep 16 20:58:18 host audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-journald"
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host systemd[1]: Queued start job for default target Graphical Interface.
Sep 16 20:58:18 host systemd[1]: systemd-journald.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-journald.service has successfully entered the 'dead' state.
Sep 16 20:58:18 host systemd-modules-load[734]: Inserted module 'crypto_user'
Sep 16 20:58:18 host systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host systemd[1]: Mounted FUSE Control File System.
░░ Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit sys-fs-fuse-connections.mount has finished successfully.
░░ 
░░ The job identifier is 121.
Sep 16 20:58:18 host systemd[1]: Starting Flush Journal to Persistent Storage...
░░ Subject: A start job for unit systemd-journal-flush.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-journal-flush.service has begun execution.
░░ 
░░ The job identifier is 143.
Sep 16 20:58:18 host systemd[1]: Started Journal Service.
Sep 16 20:58:18 host systemd-sysctl[744]: Couldn't write '16' to 'vm/mmap_rns_compat_bits', ignoring: No such file or directory
Sep 16 20:58:18 host systemd[1]: Finished Apply Kernel Variables.
░░ Subject: A start job for unit systemd-sysctl.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-sysctl.service has finished successfully.
░░ 
░░ The job identifier is 148.
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host systemd-journald[733]: Time spent on flushing to /var/log/journal/f38acae880fc4c06b16eaa4ebdc4edff is 35.094ms for 2239 entries.
Sep 16 20:58:18 host systemd-journald[733]: System Journal (/var/log/journal/f38acae880fc4c06b16eaa4ebdc4edff) is 208.2M, max 1023.8M, 815.5M free.
░░ Subject: Disk space used by the journal
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ System Journal (/var/log/journal/f38acae880fc4c06b16eaa4ebdc4edff) is currently using 208.2M.
░░ Maximum allowed usage is set to 1023.8M.
░░ Leaving at least 511.9M free (of currently available 1.8G of disk space).
░░ Enforced usage limit is thus 1023.8M, of which 815.5M are still available.
░░ 
░░ The limits controlling how much disk space is used by the journal may
░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
░░ /etc/systemd/journald.conf. See journald.conf(5) for details.
Sep 16 20:58:18 host kernel: F2FS-fs (nvme1n1p4): Found nat_bits in checkpoint
Sep 16 20:58:18 host audit: BPF prog-id=19 op=UNLOAD
Sep 16 20:58:18 host audit: BPF prog-id=18 op=UNLOAD
Sep 16 20:58:18 host audit: BPF prog-id=17 op=UNLOAD
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit: BPF prog-id=23 op=LOAD
Sep 16 20:58:18 host audit: BPF prog-id=24 op=LOAD
Sep 16 20:58:18 host audit: BPF prog-id=25 op=LOAD
Sep 16 20:58:18 host audit: BPF prog-id=10 op=UNLOAD
Sep 16 20:58:18 host audit: BPF prog-id=11 op=UNLOAD
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:18 host systemd[1]: Finished Load/Save Random Seed.
░░ Subject: A start job for unit systemd-random-seed.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-random-seed.service has finished successfully.
░░ 
░░ The job identifier is 149.
Sep 16 20:58:18 host systemd[1]: Condition check resulted in First Boot Complete being skipped.
░░ Subject: A start job for unit first-boot-complete.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit first-boot-complete.target has finished successfully.
░░ 
░░ The job identifier is 146.
Sep 16 20:58:18 host systemd[1]: Finished Create Static Device Nodes in /dev.
░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully.
░░ 
░░ The job identifier is 107.
Sep 16 20:58:18 host systemd[1]: Starting Rule-based Manager for Device Events and Files...
░░ Subject: A start job for unit systemd-udevd.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-udevd.service has begun execution.
░░ 
░░ The job identifier is 116.
Sep 16 20:58:18 host systemd[1]: Started Rule-based Manager for Device Events and Files.
░░ Subject: A start job for unit systemd-udevd.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-udevd.service has finished successfully.
░░ 
░░ The job identifier is 116.
Sep 16 20:58:18 host systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
░░ Subject: A start job for unit lvm2-monitor.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit lvm2-monitor.service has finished successfully.
░░ 
░░ The job identifier is 96.
Sep 16 20:58:18 host systemd[1]: Reached target Preparation for Local File Systems.
░░ Subject: A start job for unit local-fs-pre.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit local-fs-pre.target has finished successfully.
░░ 
░░ The job identifier is 138.
Sep 16 20:58:18 host systemd[1]: Mounting /data...
░░ Subject: A start job for unit data.mount has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit data.mount has begun execution.
░░ 
░░ The job identifier is 134.
Sep 16 20:58:18 host systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
░░ Subject: A start job for unit var-lib-machines.mount has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit var-lib-machines.mount has finished successfully.
░░ 
░░ The job identifier is 176.
Sep 16 20:58:18 host systemd[1]: Mounting /vendor...
░░ Subject: A start job for unit vendor.mount has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit vendor.mount has begun execution.
░░ 
░░ The job identifier is 132.
Sep 16 20:58:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
# [...]
# Aparently there is also a bug with iwlwifi with stock, but not in my custom kernel, see below.
Sep 16 20:58:19 host systemd-udevd[897]: Using default interface naming scheme 'v249'.
Sep 16 20:58:19 host kernel: intel_rapl_common: Found RAPL domain package
Sep 16 20:58:19 host kernel: intel_rapl_common: Found RAPL domain core
Sep 16 20:58:19 host kernel: iwlwifi 0000:48:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Sep 16 20:58:19 host kernel: atlantic 0000:44:00.0 enp68s0: renamed from eth0
Sep 16 20:58:19 host kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Sep 16 20:58:19 host kernel: iwlwifi 0000:48:00.0: Detected RF HR B3, rfid=0x10a100
Sep 16 20:58:19 host kernel: iwlwifi 0000:48:00.0: base HW address: 38:fc:98:87:c3:0f
Sep 16 20:58:19 host kernel: BUG: kernel NULL pointer dereference, address: 0000000000000017
Sep 16 20:58:19 host kernel: #PF: supervisor read access in kernel mode
Sep 16 20:58:19 host kernel: #PF: error_code(0x0000) - not-present page
Sep 16 20:58:19 host kernel: PGD 0 P4D 0 
Sep 16 20:58:19 host kernel: Oops: 0000 [#2] PREEMPT SMP PTI
Sep 16 20:58:19 host kernel: CPU: 45 PID: 962 Comm: modprobe Tainted: G      D           5.14.5-arch1-1 #1 daae17e3dafe98cbbb1977d665649e8e3f3a10e8
Sep 16 20:58:19 host kernel: Hardware name: ASUS System Product Name/ROG ZENITH II EXTREME ALPHA, BIOS 1502 07/13/2021
Sep 16 20:58:19 host kernel: RIP: 0010:iwl_mvm_dbgfs_register+0x689/0x700 [iwlmvm]
Sep 16 20:58:19 host kernel: Code: 5e 29 c2 be 80 01 00 00 48 c7 c7 72 c2 29 c2 e8 0d 52 35 f0 48 8b 83 60 18 00 00 be 64 00 00 00 4c 89 e7 48 c7 c2 76 c2 29 c2 <48> 8b 48 18 e8 ae 4b 4c f0 48 8b 43 28 4c 89 e2 48 c7 c7 81 c2 29
Sep 16 20:58:19 host kernel: RSP: 0018:ffffadc901c1ba08 EFLAGS: 00010292
Sep 16 20:58:19 host kernel: RAX: ffffffffffffffff RBX: ffff9d1c2be22008 RCX: ffff9d1c2be22008
Sep 16 20:58:19 host kernel: RDX: ffffffffc229c276 RSI: 0000000000000064 RDI: ffffadc901c1ba0c
Sep 16 20:58:19 host kernel: RBP: 0000000000000000 R08: ffffffffb325e740 R09: ffffffffc2295e40
Sep 16 20:58:19 host kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffadc901c1ba0c
Sep 16 20:58:19 host kernel: R13: ffff9d1c2be22008 R14: ffff9d1c2be22000 R15: 0000000fffffffe0
Sep 16 20:58:19 host kernel: FS:  0000726643779740(0000) GS:ffff9d380db40000(0000) knlGS:0000000000000000
Sep 16 20:58:19 host kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 16 20:58:19 host kernel: CR2: 0000000000000017 CR3: 0000001c99e34000 CR4: 0000000000350ee0
Sep 16 20:58:19 host kernel: Call Trace:
Sep 16 20:58:19 host kernel:  iwl_op_mode_mvm_start+0x960/0xa30 [iwlmvm 0dac09dffe43be43b30607702162068c938d2014]
Sep 16 20:58:19 host kernel:  _iwl_op_mode_start.isra.0+0x42/0x80 [iwlwifi 1e460c1f980ccca794be51cbac39f97658df1af2]
Sep 16 20:58:19 host kernel:  iwl_opmode_register+0x6d/0xd0 [iwlwifi 1e460c1f980ccca794be51cbac39f97658df1af2]
Sep 16 20:58:19 host kernel:  ? 0xffffffffc22c6000
Sep 16 20:58:19 host kernel:  iwl_mvm_init+0x36/0x1000 [iwlmvm 0dac09dffe43be43b30607702162068c938d2014]
Sep 16 20:58:19 host kernel:  do_one_initcall+0x57/0x220
Sep 16 20:58:19 host kernel:  do_init_module+0x5c/0x270
Sep 16 20:58:19 host kernel:  load_module+0x2588/0x2790
Sep 16 20:58:19 host kernel:  ? __vmalloc_node_range+0x1df/0x2b0
Sep 16 20:58:19 host kernel:  ? __do_sys_init_module+0x12e/0x1b0
Sep 16 20:58:19 host kernel:  __do_sys_init_module+0x12e/0x1b0
Sep 16 20:58:19 host kernel:  do_syscall_64+0x5c/0x80
Sep 16 20:58:19 host kernel:  ? __audit_syscall_exit+0x24d/0x2a0
Sep 16 20:58:19 host kernel:  ? syscall_exit_to_user_mode+0x23/0x40
Sep 16 20:58:19 host kernel:  ? do_syscall_64+0x69/0x80
Sep 16 20:58:19 host kernel:  ? exc_page_fault+0x72/0x170
Sep 16 20:58:19 host kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xae
Sep 16 20:58:19 host kernel: RIP: 0033:0x7266438a532e
Sep 16 20:58:19 host kernel: Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
Sep 16 20:58:19 host kernel: RSP: 002b:00007ffe26fb3668 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Sep 16 20:58:19 host kernel: RAX: ffffffffffffffda RBX: 00005efdd9dc9d30 RCX: 00007266438a532e
Sep 16 20:58:19 host kernel: RDX: 00005efdd8d37270 RSI: 0000000000118ec1 RDI: 00005efdd9f63220
Sep 16 20:58:19 host kernel: RBP: 00005efdd9f63220 R08: 27d4eb2f165667c5 R09: 0000000000000000
Sep 16 20:58:19 host kernel: R10: 00000000001805c1 R11: 0000000000000246 R12: 00005efdd8d37270
Sep 16 20:58:19 host kernel: R13: 0000000000000000 R14: 00005efdd9dc9e60 R15: 00005efdd9dc9d30
Sep 16 20:58:19 host kernel: Modules linked in: pcc_cpufreq(-) fjes(-) intel_rapl_msr intel_rapl_common iwlmvm(+) amd64_edac edac_mce_amd eeepc_wmi btusb asus_wmi kvm_amd btrtl mac80211 btbcm sparse_keymap libarc4 btintel snd_usb_audio(+) iwlwifi video snd_hda_codec_hdmi wmi_bmof mxm_wmi bluetooth kvm snd_usbmidi_li>
Sep 16 20:58:19 host kernel:  sysfillrect sysimgblt fb_sys_fops cec drm
Sep 16 20:58:19 host kernel: CR2: 0000000000000017
Sep 16 20:58:19 host kernel: ---[ end trace 27c9dc4069ab7c83 ]---
Sep 16 20:58:19 host kernel: RIP: 0010:debugfs_create_file_size+0x2e/0x40
Sep 16 20:58:19 host kernel: Code: 00 4d 85 c0 53 48 c7 c0 40 e9 25 b3 4c 89 cb 4d 89 c1 49 c7 c0 40 e7 25 b3 0f b7 f6 4c 0f 44 c0 e8 07 fe ff ff 48 85 c0 74 08 <48> 8b 40 30 48 89 58 50 5b c3 0f 1f 84 00 00 00 00 00 0f 1f 44 00
Sep 16 20:58:19 host kernel: RSP: 0018:ffffadc901bc79e8 EFLAGS: 00010286
Sep 16 20:58:19 host kernel: RAX: ffffffffffffffff RBX: 00000001ff000000 RCX: ffff9d1b57060000
Sep 16 20:58:19 host kernel: RDX: 0000000000000000 RSI: ffffffffffffffff RDI: ffffffffc0a1a106
Sep 16 20:58:19 host kernel: RBP: ffff9d1b57060000 R08: ffffffffb325e740 R09: ffffffffc08a2800
Sep 16 20:58:19 host kernel: R10: ffffadc901bc7820 R11: ffff9d388f0dc6e8 R12: ffff9d1b57060000
Sep 16 20:58:19 host kernel: R13: ffffffffffffffff R14: ffff9d1b57060000 R15: 0000000000000000
Sep 16 20:58:19 host kernel: FS:  0000726643779740(0000) GS:ffff9d380db40000(0000) knlGS:0000000000000000
Sep 16 20:58:19 host kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 16 20:58:19 host kernel: CR2: 0000000000000017 CR3: 0000001c99e34000 CR4: 0000000000350ee0
Sep 16 20:58:19 host kernel: fbcon: Taking over console
Sep 16 20:58:19 host kernel: iwlwifi 0000:48:00.0 wlp72s0: renamed from wlan0
Sep 16 20:58:19 host systemd-udevd[846]: Using default interface naming scheme 'v249'.
Sep 16 20:58:19 host kernel: Console: switching to colour frame buffer device 160x45
Sep 16 20:58:19 host systemd[1]: Found device Wi-Fi 6 AX200 (NGW).
░░ Subject: A start job for unit sys-subsystem-net-devices-wlp72s0.device has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit sys-subsystem-net-devices-wlp72s0.device has finished successfully.
░░ 
░░ The job identifier is 166.
Sep 16 20:58:19 host systemd[1]: Starting Automatically generated profile by wifi-menu...
░░ Subject: A start job for unit netctl@wlp72s0\x2dWi\x2dFi.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit netctl@wlp72s0\x2dWi\x2dFi.service has begun execution.
░░ 
░░ The job identifier is 164.
Sep 16 20:58:19 host network[992]: Starting network profile 'wlp72s0-Wi-Fi'...
Sep 16 20:58:19 host kernel: iwlwifi 0000:48:00.0: Failed to create debugfs directory under (efault)
Sep 16 20:58:19 host kernel: iwlwifi 0000:48:00.0: Failed to create debugfs directory under (efault)
Sep 16 20:58:19 host systemd[1]: Started Automatically generated profile by wifi-menu.
░░ Subject: A start job for unit netctl@wlp72s0\x2dWi\x2dFi.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit netctl@wlp72s0\x2dWi\x2dFi.service has finished successfully.
░░ 
░░ The job identifier is 164.
Sep 16 20:58:19 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlp72s0\x2dWi\x2dFi comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:19 host systemd[1]: Reached target Network.
░░ Subject: A start job for unit network.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit network.target has finished successfully.
░░ 
░░ The job identifier is 167.
# [...]
Sep 16 20:58:19 host systemd[1]: Starting Permit User Sessions...
░░ Subject: A start job for unit systemd-user-sessions.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-user-sessions.service has begun execution.
░░ 
░░ The job identifier is 163.
Sep 16 20:58:19 host systemd[1]: Finished Permit User Sessions.
░░ Subject: A start job for unit systemd-user-sessions.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-user-sessions.service has finished successfully.
░░ 
░░ The job identifier is 163.
Sep 16 20:58:19 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:19 host systemd[1]: Reached target Multi-User System.
░░ Subject: A start job for unit multi-user.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit multi-user.target has finished successfully.
░░ 
░░ The job identifier is 87.
Sep 16 20:58:19 host systemd[1]: Starting GNOME Display Manager...
░░ Subject: A start job for unit gdm.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit gdm.service has begun execution.
░░ 
░░ The job identifier is 181.
Sep 16 20:58:19 host systemd[1]: Started GNOME Display Manager.
░░ Subject: A start job for unit gdm.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit gdm.service has finished successfully.
░░ 
░░ The job identifier is 181.
Sep 16 20:58:19 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:19 host systemd[1]: Reached target Graphical Interface.
░░ Subject: A start job for unit graphical.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit graphical.target has finished successfully.
░░ 
░░ The job identifier is 86.
Sep 16 20:58:19 host systemd[1]: Startup finished in 30.312s (firmware) + 3.643s (loader) + 2.207s (kernel) + 1min 31.109s (initrd) + 1.720s (userspace) = 2min 8.993s.
░░ Subject: System start-up is now complete
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ All system services necessary queued for starting at boot have been
░░ started. Note that this does not mean that the machine is now idle as services
░░ might still be busy with completing start-up.
░░ 
░░ Kernel start-up required 2207932 microseconds.
░░ 
░░ Initial RAM disk start-up required 91109445 microseconds.
░░ 
░░ Userspace start-up required 1720504 microseconds.
Sep 16 20:58:21 host kernel: Bluetooth: hci0: Reading Intel version information failed (-110)
Sep 16 20:58:21 host kernel: Bluetooth: hci0: command 0xfc05 tx timeout
Sep 16 20:58:21 host kernel: Bluetooth: hci0: Intel Read version failed (-110)
Sep 16 20:58:21 host kernel: Bluetooth: hci0: Intel reset sent to retry FW download
Sep 16 20:58:21 host kernel: usb 9-6: USB disconnect, device number 3
Sep 16 20:58:21 host systemd[1]: Stopped target Bluetooth Support.
░░ Subject: A stop job for unit bluetooth.target has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit bluetooth.target has finished.
░░ 
░░ The job identifier is 224 and the job result is done.
Sep 16 20:58:21 host kernel: usb 9-6: new full-speed USB device number 6 using xhci_hcd
Sep 16 20:58:21 host kernel: usb 9-6: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Sep 16 20:58:21 host kernel: usb 9-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 16 20:58:21 host kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
Sep 16 20:58:21 host kernel: Bluetooth: hci0: Device revision is 1
Sep 16 20:58:21 host kernel: Bluetooth: hci0: Secure boot is enabled
Sep 16 20:58:21 host kernel: Bluetooth: hci0: OTP lock is enabled
Sep 16 20:58:21 host kernel: Bluetooth: hci0: API lock is enabled
Sep 16 20:58:21 host kernel: Bluetooth: hci0: Debug lock is disabled
Sep 16 20:58:21 host kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Sep 16 20:58:21 host systemd[1]: Reached target Bluetooth Support.
░░ Subject: A start job for unit bluetooth.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit bluetooth.target has finished successfully.
░░ 
░░ The job identifier is 225.
Sep 16 20:58:21 host kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Sep 16 20:58:22 host kernel: usbcore: registered new interface driver snd-usb-audio
Sep 16 20:58:23 host kernel: Bluetooth: hci0: Waiting for firmware download to complete
Sep 16 20:58:23 host kernel: Bluetooth: hci0: Firmware loaded in 1359479 usecs
Sep 16 20:58:23 host kernel: Bluetooth: hci0: Waiting for device to boot
Sep 16 20:58:23 host kernel: Bluetooth: hci0: Device booted in 15347 usecs
Sep 16 20:58:23 host kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
Sep 16 20:58:23 host kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Sep 16 20:58:23 host kernel: Bluetooth: hci0: Firmware revision 0.0 build 191 week 21 2021
Sep 16 20:58:23 host kernel: wlp72s0: authenticate with a4:2b:b0:c4:0e:7f
Sep 16 20:58:23 host kernel: wlp72s0: send auth to a4:2b:b0:c4:0e:7f (try 1/3)
Sep 16 20:58:23 host kernel: wlp72s0: authenticated
Sep 16 20:58:23 host kernel: wlp72s0: associate with a4:2b:b0:c4:0e:7f (try 1/3)
Sep 16 20:58:23 host kernel: wlp72s0: RX AssocResp from a4:2b:b0:c4:0e:7f (capab=0x1431 status=0 aid=4)
Sep 16 20:58:23 host kernel: wlp72s0: associated
Sep 16 20:58:23 host kernel: Bluetooth: hci0: MSFT filter_enable is already on
Sep 16 20:58:23 host kernel: wlp72s0: Limiting TX power to 30 (30 - 0) dBm as advertised by a4:2b:b0:c4:0e:7f
Sep 16 20:58:23 host kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp72s0: link becomes ready
Sep 16 20:58:23 host dhcpcd[1142]: dhcpcd-9.4.0 starting
Sep 16 20:58:23 host dhcpcd[1145]: DUID 00:04:4c:90:e0:3b:42:04:04:1a:07:c8:04:42:1a:04:07:c7
Sep 16 20:58:23 host kernel: 8021q: 802.1Q VLAN Support v1.8
Sep 16 20:58:23 host dhcpcd[1145]: wlp72s0: connected to Access Point: Wi-Fi
Sep 16 20:58:23 host dhcpcd[1145]: wlp72s0: IAID 98:87:c3:0f
Sep 16 20:58:24 host dhcpcd[1145]: wlp72s0: rebinding lease of 192.168.86.50
Sep 16 20:58:24 host dhcpcd[1145]: wlp72s0: probing address 192.168.86.50/24
Sep 16 20:58:26 host systemd[1]: systemd-rfkill.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-rfkill.service has successfully entered the 'dead' state.
Sep 16 20:58:26 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:26 host kernel: kauditd_printk_skb: 58 callbacks suppressed
Sep 16 20:58:26 host kernel: audit: type=1131 audit(1631825906.955:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:29 host dbus-daemon[858]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.2' (uid=0 pid=1016 comm="/usr/bin/gdm ")
Sep 16 20:58:29 host systemd[1]: Reached target User and Group Name Lookups.
░░ Subject: A start job for unit nss-user-lookup.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit nss-user-lookup.target has finished successfully.
░░ 
░░ The job identifier is 318.
Sep 16 20:58:29 host systemd[1]: Starting Accounts Service...
░░ Subject: A start job for unit accounts-daemon.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit accounts-daemon.service has begun execution.
░░ 
░░ The job identifier is 227.
Sep 16 20:58:29 host dbus-daemon[858]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.3' (uid=0 pid=1153 comm="/usr/lib/accounts-daemon ")
Sep 16 20:58:29 host systemd[1]: Starting Authorization Manager...
░░ Subject: A start job for unit polkit.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit polkit.service has begun execution.
░░ 
░░ The job identifier is 319.
Sep 16 20:58:29 host polkitd[1157]: Started polkitd version 0.119
Sep 16 20:58:29 host polkitd[1157]: Loading rules from directory /etc/polkit-1/rules.d
Sep 16 20:58:29 host polkitd[1157]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 16 20:58:29 host polkitd[1157]: Finished loading, compiling and executing 5 rules
Sep 16 20:58:29 host dbus-daemon[858]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 16 20:58:29 host systemd[1]: Started Authorization Manager.
░░ Subject: A start job for unit polkit.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit polkit.service has finished successfully.
░░ 
░░ The job identifier is 319.
Sep 16 20:58:29 host polkitd[1157]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 16 20:58:29 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:29 host accounts-daemon[1153]: started daemon version 0.6.55
Sep 16 20:58:29 host dbus-daemon[858]: [system] Successfully activated service 'org.freedesktop.Accounts'
Sep 16 20:58:29 host systemd[1]: Started Accounts Service.
░░ Subject: A start job for unit accounts-daemon.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit accounts-daemon.service has finished successfully.
░░ 
░░ The job identifier is 227.
Sep 16 20:58:29 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:29 host kernel: audit: type=1130 audit(1631825909.948:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:29 host kernel: audit: type=1130 audit(1631825909.948:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:29 host kernel: audit: type=1100 audit(1631825909.962:96): pid=1171 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:29 host audit[1171]: USER_AUTH pid=1171 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:29 host audit[1171]: USER_ACCT pid=1171 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:29 host audit[1171]: CRED_ACQ pid=1171 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:29 host kernel: audit: type=1101 audit(1631825909.962:97): pid=1171 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:29 host kernel: audit: type=1103 audit(1631825909.965:98): pid=1171 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:29 host systemd[1]: Created slice User Slice of UID 120.
░░ Subject: A start job for unit user-120.slice has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-120.slice has finished successfully.
░░ 
░░ The job identifier is 411.
Sep 16 20:58:29 host systemd[1]: Starting User Runtime Directory /run/user/120...
░░ Subject: A start job for unit user-runtime-dir@120.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-runtime-dir@120.service has begun execution.
░░ 
░░ The job identifier is 415.
Sep 16 20:58:29 host systemd-logind[859]: New session 1 of user gdm.
░░ Subject: A new session 1 has been created for user gdm
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A new session with the ID 1 has been created for the user gdm.
░░ 
░░ The leading process of the session is 1171.
Sep 16 20:58:29 host kernel: audit: type=1006 audit(1631825909.978:99): pid=1171 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=1 res=1
Sep 16 20:58:29 host kernel: audit: type=1300 audit(1631825909.978:99): arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7ffccbd9a580 a2=3 a3=78 items=0 ppid=1016 pid=1171 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=1 comm="gdm-session-wor" exe="/usr/lib/gdm-session-work>
Sep 16 20:58:29 host audit[1171]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7ffccbd9a580 a2=3 a3=78 items=0 ppid=1016 pid=1171 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=1 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
Sep 16 20:58:30 host kernel: audit: type=1327 audit(1631825909.978:99): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 16 20:58:29 host audit: PROCTITLE proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 16 20:58:30 host systemd[1]: Finished User Runtime Directory /run/user/120.
░░ Subject: A start job for unit user-runtime-dir@120.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-runtime-dir@120.service has finished successfully.
░░ 
░░ The job identifier is 415.
Sep 16 20:58:30 host systemd[1]: Starting User Manager for UID 120...
░░ Subject: A start job for unit user@120.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user@120.service has begun execution.
░░ 
░░ The job identifier is 410.
Sep 16 20:58:30 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:30 host dbus-daemon[858]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=1176 comm="(systemd) ")
Sep 16 20:58:30 host dbus-daemon[858]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 16 20:58:30 host systemd[1176]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 16 20:58:30 host systemd[1176]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Sep 16 20:58:30 host systemd[1176]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by (uid=0)
Sep 16 20:58:30 host systemd[1176]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Sep 16 20:58:30 host kernel: audit: type=1130 audit(1631825910.008:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:30 host audit[1176]: USER_ACCT pid=1176 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:30 host audit[1176]: CRED_ACQ pid=1176 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 16 20:58:30 host audit[1176]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffe2035f060 a2=3 a3=78 items=0 ppid=1 pid=1176 auid=120 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Sep 16 20:58:30 host audit: PROCTITLE proctitle="(systemd)"
Sep 16 20:58:30 host audit[1176]: USER_START pid=1176 uid=0 auid=120 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:30 host systemd[1176]: Queued start job for default target Main User Target.
Sep 16 20:58:30 host systemd[1176]: Created slice User Application Slice.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 18.
Sep 16 20:58:30 host systemd[1176]: Reached target Paths.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 15.
Sep 16 20:58:30 host systemd[1176]: Reached target Timers.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 13.
Sep 16 20:58:30 host systemd[1176]: Starting D-Bus User Message Bus Socket...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 22.
Sep 16 20:58:30 host systemd[1176]: Listening on GnuPG network certificate management daemon.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 27.
Sep 16 20:58:30 host systemd[1176]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 24.
Sep 16 20:58:30 host systemd[1176]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 25.
Sep 16 20:58:30 host systemd[1176]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 17.
Sep 16 20:58:30 host systemd[1176]: Listening on GnuPG cryptographic agent and passphrase cache.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 26.
Sep 16 20:58:30 host systemd[1176]: Listening on p11-kit server.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 28.
Sep 16 20:58:30 host systemd[1176]: Listening on PipeWire PulseAudio.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 20.
Sep 16 20:58:30 host systemd[1176]: Listening on Multimedia System.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 23.
Sep 16 20:58:30 host systemd[1176]: Listening on D-Bus User Message Bus Socket.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 22.
Sep 16 20:58:30 host systemd[1176]: Reached target Sockets.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 16.
Sep 16 20:58:30 host systemd[1176]: Reached target Basic System.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 12.
Sep 16 20:58:30 host systemd[1176]: Reached target Main User Target.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 11.
Sep 16 20:58:30 host systemd[1176]: Startup finished in 141ms.
░░ Subject: User manager start-up is now complete
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The user manager instance for user 120 has been started. All services queued
░░ for starting have been started. Note that other services might still be starting
░░ up or be started at any later time.
░░ 
░░ Startup of the manager took 141026 microseconds.
Sep 16 20:58:30 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:30 host systemd[1]: Started User Manager for UID 120.
░░ Subject: A start job for unit user@120.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user@120.service has finished successfully.
░░ 
░░ The job identifier is 410.
Sep 16 20:58:30 host systemd[1]: Started Session 1 of User gdm.
░░ Subject: A start job for unit session-1.scope has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit session-1.scope has finished successfully.
░░ 
░░ The job identifier is 503.
Sep 16 20:58:30 host audit[1171]: USER_START pid=1171 uid=0 auid=120 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:30 host gdm-launch-environment][1171]: pam_env(gdm-launch-environment:session): deprecated reading of user environment enabled
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-1185.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: X.Org X Server 1.20.13
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: X Protocol Version 11, Revision 0
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: Build Operating System: Linux Archlinux
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: Current Operating System: Linux host 5.14.5-arch1-1 #1 SMP PREEMPT Thu, 16 Sep 2021 11:02:40 +0000 x86_64
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: Kernel command line: root=LABEL=system_a ro slab_nomerge slub_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on vsyscall=none debugfs=off mce=0 intel_iommu=on amd_iommu=on quiet loglevel=0 systemd.show_status=false rd.systemd.show_status=false rd.u>
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: Build Date: 04 August 2021  08:13:54AM
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:  
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: Current version of pixman: 0.40.0
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         Before reporting problems, check http://wiki.x.org
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         to make sure that you have the latest version.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: Markers: (--) probed, (**) from config file, (==) default setting,
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         (++) from command line, (!!) notice, (II) informational,
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Thu Sep 16 20:58:30 2021
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) No Layout section.  Using the first Screen section.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) No screen section available. Using defaults.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (**) |-->Screen "Default Screen Section" (0)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (**) |   |-->Monitor "<default monitor>"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) No monitor specified for screen "Default Screen Section".
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         Using a default monitor configuration.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) Automatically adding devices
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) Automatically enabling devices
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) Automatically adding GPU devices
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) Automatically binding GPU devices
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) The directory "/usr/share/fonts/misc" does not exist.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         Entry deleted from font path.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         Entry deleted from font path.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         Entry deleted from font path.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         Entry deleted from font path.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         Entry deleted from font path.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         Entry deleted from font path.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) FontPath set to:
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) ModulePath set to "/usr/lib/xorg/modules"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) The server relies on udev to provide the list of input devices.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) Module ABI versions:
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         X.Org ANSI C Emulation: 0.4
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         X.Org Video Driver: 24.1
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         X.Org XInput driver : 24.1
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         X.Org Server Extension : 10.0
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (++) using VT number 1
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) xfree86: Adding drm device (/dev/dri/card0)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE) systemd-logind: failed to take device /dev/dri/card0: No such device
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (--) PCI:*(3@0:0:0) 1002:7340:1849:5116 rev 197, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xe1c00000/524288, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) LoadModule: "glx"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) Module glx: vendor="X.Org Foundation"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         compiled for 1.20.13, module version = 1.0.0
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         ABI class: X.Org Server Extension, version 10.0
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) Matched ati as autoconfigured driver 0
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) Matched modesetting as autoconfigured driver 1
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) Matched fbdev as autoconfigured driver 2
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) Matched vesa as autoconfigured driver 3
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (==) Assigned the driver to the xf86ConfigLayout
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) LoadModule: "ati"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) Warning, couldn't open module ati
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE) Failed to load module "ati" (module does not exist, 0)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) LoadModule: "modesetting"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) Module modesetting: vendor="X.Org Foundation"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         compiled for 1.20.13, module version = 1.20.13
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         Module class: X.Org Video Driver
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:         ABI class: X.Org Video Driver, version 24.1
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) LoadModule: "fbdev"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) Warning, couldn't open module fbdev
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE) Failed to load module "fbdev" (module does not exist, 0)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) LoadModule: "vesa"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) Warning, couldn't open module vesa
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE) Failed to load module "vesa" (module does not exist, 0)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE) open /dev/dri/card0: Permission denied
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) Falling back to old probe method for modesetting
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE) open /dev/dri/card0: Permission denied
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE) Screen 0 deleted because of no matching config section.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (II) UnloadModule: "modesetting"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE) Device(s) detected, but none match those in the config file.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: Fatal server error:
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE) no screens found(EE)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: Please consult the The X.Org Foundation support
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:          at http://wiki.x.org
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]:  for help.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE) Please also check the log file at "/var/lib/gdm/.local/share/xorg/Xorg.0.log" for additional information.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1185]: (EE) Server terminated with error (1). Closing log file.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1183]: Unable to run X server
Sep 16 20:58:30 host audit[1171]: USER_END pid=1171 uid=0 auid=120 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:30 host audit[1171]: CRED_DISP pid=1171 uid=0 auid=120 ses=1 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:30 host gdm-launch-environment][1171]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Sep 16 20:58:30 host gdm[1016]: Gdm: GdmDisplay: Session never registered, failing
Sep 16 20:58:30 host systemd[1]: session-1.scope: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit session-1.scope has successfully entered the 'dead' state.
Sep 16 20:58:30 host systemd-logind[859]: Session 1 logged out. Waiting for processes to exit.
Sep 16 20:58:30 host systemd-logind[859]: Removed session 1.
░░ Subject: Session 1 has been terminated
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A session with the ID 1 has been terminated.
Sep 16 20:58:30 host gdm[1016]: Gdm: Child process -1183 was already dead.
Sep 16 20:58:30 host gdm[1016]: Gdm: GdmDisplay: Session never registered, failing
Sep 16 20:58:30 host gdm[1016]: Gdm: Child process -1183 was already dead.
Sep 16 20:58:30 host audit[1186]: USER_AUTH pid=1186 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:30 host audit[1186]: USER_ACCT pid=1186 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:30 host audit[1186]: CRED_ACQ pid=1186 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:30 host audit[1186]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7fff1d0dba10 a2=3 a3=78 items=0 ppid=1016 pid=1186 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=3 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
Sep 16 20:58:30 host audit: PROCTITLE proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 16 20:58:30 host systemd-logind[859]: New session 3 of user gdm.
░░ Subject: A new session 3 has been created for user gdm
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A new session with the ID 3 has been created for the user gdm.
░░ 
░░ The leading process of the session is 1186.
Sep 16 20:58:30 host systemd[1]: Started Session 3 of User gdm.
░░ Subject: A start job for unit session-3.scope has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit session-3.scope has finished successfully.
░░ 
░░ The job identifier is 597.
Sep 16 20:58:30 host audit[1186]: USER_START pid=1186 uid=0 auid=120 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:30 host gdm-launch-environment][1186]: pam_env(gdm-launch-environment:session): deprecated reading of user environment enabled
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-1191.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: X.Org X Server 1.20.13
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: X Protocol Version 11, Revision 0
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: Build Operating System: Linux Archlinux
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: Current Operating System: Linux host 5.14.5-arch1-1 #1 SMP PREEMPT Thu, 16 Sep 2021 11:02:40 +0000 x86_64
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: Kernel command line: root=LABEL=system_a ro slab_nomerge slub_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on vsyscall=none debugfs=off mce=0 intel_iommu=on amd_iommu=on quiet loglevel=0 systemd.show_status=false rd.systemd.show_status=false rd.u>
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: Build Date: 04 August 2021  08:13:54AM
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:  
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: Current version of pixman: 0.40.0
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         Before reporting problems, check http://wiki.x.org
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         to make sure that you have the latest version.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: Markers: (--) probed, (**) from config file, (==) default setting,
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         (++) from command line, (!!) notice, (II) informational,
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Thu Sep 16 20:58:30 2021
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) No Layout section.  Using the first Screen section.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) No screen section available. Using defaults.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (**) |-->Screen "Default Screen Section" (0)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (**) |   |-->Monitor "<default monitor>"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) No monitor specified for screen "Default Screen Section".
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         Using a default monitor configuration.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) Automatically adding devices
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) Automatically enabling devices
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) Automatically adding GPU devices
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) Automatically binding GPU devices
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) The directory "/usr/share/fonts/misc" does not exist.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         Entry deleted from font path.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         Entry deleted from font path.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         Entry deleted from font path.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         Entry deleted from font path.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         Entry deleted from font path.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         Entry deleted from font path.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) FontPath set to:
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) ModulePath set to "/usr/lib/xorg/modules"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) The server relies on udev to provide the list of input devices.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) Module ABI versions:
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         X.Org ANSI C Emulation: 0.4
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         X.Org Video Driver: 24.1
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         X.Org XInput driver : 24.1
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         X.Org Server Extension : 10.0
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (++) using VT number 1
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) xfree86: Adding drm device (/dev/dri/card0)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE) systemd-logind: failed to take device /dev/dri/card0: No such device
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (--) PCI:*(3@0:0:0) 1002:7340:1849:5116 rev 197, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xe1c00000/524288, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) LoadModule: "glx"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) Module glx: vendor="X.Org Foundation"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         compiled for 1.20.13, module version = 1.0.0
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         ABI class: X.Org Server Extension, version 10.0
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) Matched ati as autoconfigured driver 0
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) Matched modesetting as autoconfigured driver 1
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) Matched fbdev as autoconfigured driver 2
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) Matched vesa as autoconfigured driver 3
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (==) Assigned the driver to the xf86ConfigLayout
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) LoadModule: "ati"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) Warning, couldn't open module ati
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE) Failed to load module "ati" (module does not exist, 0)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) LoadModule: "modesetting"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) Module modesetting: vendor="X.Org Foundation"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         compiled for 1.20.13, module version = 1.20.13
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         Module class: X.Org Video Driver
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:         ABI class: X.Org Video Driver, version 24.1
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) LoadModule: "fbdev"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) Warning, couldn't open module fbdev
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE) Failed to load module "fbdev" (module does not exist, 0)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) LoadModule: "vesa"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) Warning, couldn't open module vesa
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE) Failed to load module "vesa" (module does not exist, 0)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE) open /dev/dri/card0: Permission denied
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) Falling back to old probe method for modesetting
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE) open /dev/dri/card0: Permission denied
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE) Screen 0 deleted because of no matching config section.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (II) UnloadModule: "modesetting"
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE) Device(s) detected, but none match those in the config file.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: Fatal server error:
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE) no screens found(EE)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: Please consult the The X.Org Foundation support
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:          at http://wiki.x.org
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]:  for help.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE) Please also check the log file at "/var/lib/gdm/.local/share/xorg/Xorg.0.log" for additional information.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE)
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1191]: (EE) Server terminated with error (1). Closing log file.
Sep 16 20:58:30 host /usr/lib/gdm-x-session[1189]: Unable to run X server
Sep 16 20:58:30 host audit[1186]: USER_END pid=1186 uid=0 auid=120 ses=3 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:30 host audit[1186]: CRED_DISP pid=1186 uid=0 auid=120 ses=3 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 20:58:30 host gdm[1016]: Gdm: GdmDisplay: Session never registered, failing
# [...] gdm restarts many times
Sep 16 20:58:30 host gdm[1016]: Gdm: GdmDisplay: Session never registered, failing
Sep 16 20:58:30 host gdm-launch-environment][1261]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Sep 16 20:58:30 host gdm[1016]: Gdm: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors
Sep 16 20:58:30 host gdm[1016]: Gdm: Child process -1264 was already dead.
Sep 16 20:58:30 host systemd[1]: session-7.scope: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit session-7.scope has successfully entered the 'dead' state.
Sep 16 20:58:30 host systemd-logind[859]: Session 7 logged out. Waiting for processes to exit.
Sep 16 20:58:30 host systemd-logind[859]: Removed session 7.
░░ Subject: Session 7 has been terminated
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A session with the ID 7 has been terminated.
Sep 16 20:58:41 host systemd[1]: Stopping User Manager for UID 120...
░░ Subject: A stop job for unit user@120.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit user@120.service has begun execution.
░░ 
░░ The job identifier is 1067.
Sep 16 20:58:41 host systemd[1176]: Stopped target Main User Target.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 51 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Stopped target Basic System.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 49 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Stopped target Paths.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 55 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Stopped target Sockets.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 52 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Stopped target Timers.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 36 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Closed D-Bus User Message Bus Socket.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 59 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Closed GnuPG network certificate management daemon.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 56 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 44 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 48 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Closed GnuPG cryptographic agent (ssh-agent emulation).
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 58 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Closed GnuPG cryptographic agent and passphrase cache.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 41 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Closed p11-kit server.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 39 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Closed PipeWire PulseAudio.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 60 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Closed Multimedia System.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 53 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Removed slice User Application Slice.
░░ Subject: A stop job for unit UNIT has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit UNIT has finished.
░░ 
░░ The job identifier is 57 and the job result is done.
Sep 16 20:58:41 host systemd[1176]: Reached target Shutdown.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 34.
Sep 16 20:58:41 host systemd[1176]: Finished Exit the Session.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 33.
Sep 16 20:58:41 host systemd[1176]: Reached target Exit the Session.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 32.
Sep 16 20:58:41 host systemd[1177]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Sep 16 20:58:41 host systemd[1]: user@120.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit user@120.service has successfully entered the 'dead' state.
Sep 16 20:58:41 host systemd[1]: Stopped User Manager for UID 120.
░░ Subject: A stop job for unit user@120.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit user@120.service has finished.
░░ 
░░ The job identifier is 1067 and the job result is done.
Sep 16 20:58:41 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:41 host kernel: kauditd_printk_skb: 55 callbacks suppressed
Sep 16 20:58:41 host kernel: audit: type=1131 audit(1631825921.092:144): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:41 host systemd[1]: Stopping User Runtime Directory /run/user/120...
░░ Subject: A stop job for unit user-runtime-dir@120.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit user-runtime-dir@120.service has begun execution.
░░ 
░░ The job identifier is 1068.
Sep 16 20:58:41 host systemd[1]: run-user-120.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit run-user-120.mount has successfully entered the 'dead' state.
Sep 16 20:58:41 host systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit user-runtime-dir@120.service has successfully entered the 'dead' state.
Sep 16 20:58:41 host systemd[1]: Stopped User Runtime Directory /run/user/120.
░░ Subject: A stop job for unit user-runtime-dir@120.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit user-runtime-dir@120.service has finished.
░░ 
░░ The job identifier is 1068 and the job result is done.
Sep 16 20:58:41 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:58:41 host systemd[1]: Removed slice User Slice of UID 120.
░░ Subject: A stop job for unit user-120.slice has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit user-120.slice has finished.
░░ 
░░ The job identifier is 1070 and the job result is done.
Sep 16 20:58:41 host kernel: audit: type=1131 audit(1631825921.102:145): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 20:59:19 host systemd-udevd[750]: 0000:03:00.0: Worker [871] processing SEQNUM=5207 is taking a long time
Sep 16 21:01:19 host systemd-udevd[750]: 0000:03:00.0: Worker [871] processing SEQNUM=5207 killed
Sep 16 21:01:19 host systemd-udevd[750]: Worker [871] terminated by signal 9 (KILL)
Sep 16 21:01:19 host systemd-udevd[750]: 0000:03:00.0: Worker [871] failed
Sep 16 21:01:19 host audit[1269]: USER_AUTH pid=1269 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:19 host audit[1269]: USER_ACCT pid=1269 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:19 host audit[1269]: CRED_ACQ pid=1269 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:19 host audit[1269]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7fff958dac60 a2=3 a3=78 items=0 ppid=1016 pid=1269 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=8 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
Sep 16 21:01:19 host audit: PROCTITLE proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 16 21:01:19 host kernel: audit: type=1100 audit(1631826079.345:146): pid=1269 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:19 host kernel: audit: type=1101 audit(1631826079.348:147): pid=1269 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:19 host kernel: audit: type=1103 audit(1631826079.348:148): pid=1269 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:19 host kernel: audit: type=1006 audit(1631826079.348:149): pid=1269 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=8 res=1
Sep 16 21:01:19 host kernel: audit: type=1300 audit(1631826079.348:149): arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7fff958dac60 a2=3 a3=78 items=0 ppid=1016 pid=1269 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=8 comm="gdm-session-wor" exe="/usr/lib/gdm-session-wor>
Sep 16 21:01:19 host kernel: audit: type=1327 audit(1631826079.348:149): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 16 21:01:19 host systemd[1]: Created slice User Slice of UID 120.
░░ Subject: A start job for unit user-120.slice has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-120.slice has finished successfully.
░░ 
░░ The job identifier is 1072.
Sep 16 21:01:19 host systemd[1]: Starting User Runtime Directory /run/user/120...
░░ Subject: A start job for unit user-runtime-dir@120.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-runtime-dir@120.service has begun execution.
░░ 
░░ The job identifier is 1076.
Sep 16 21:01:19 host systemd-logind[859]: New session 8 of user gdm.
░░ Subject: A new session 8 has been created for user gdm
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A new session with the ID 8 has been created for the user gdm.
░░ 
░░ The leading process of the session is 1269.
Sep 16 21:01:19 host systemd[1]: Finished User Runtime Directory /run/user/120.
░░ Subject: A start job for unit user-runtime-dir@120.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-runtime-dir@120.service has finished successfully.
░░ 
░░ The job identifier is 1076.
Sep 16 21:01:19 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:19 host systemd[1]: Starting User Manager for UID 120...
░░ Subject: A start job for unit user@120.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user@120.service has begun execution.
░░ 
░░ The job identifier is 1071.
Sep 16 21:01:19 host kernel: audit: type=1130 audit(1631826079.368:150): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:19 host dbus-daemon[858]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.28' (uid=0 pid=1274 comm="(systemd) ")
Sep 16 21:01:19 host dbus-daemon[858]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 16 21:01:19 host systemd[1274]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 16 21:01:19 host audit[1274]: USER_ACCT pid=1274 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:19 host systemd[1274]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Sep 16 21:01:19 host audit[1274]: CRED_ACQ pid=1274 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 16 21:01:19 host audit[1274]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffe2035f060 a2=3 a3=78 items=0 ppid=1 pid=1274 auid=120 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=9 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Sep 16 21:01:19 host audit: PROCTITLE proctitle="(systemd)"
Sep 16 21:01:19 host systemd[1274]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by (uid=0)
Sep 16 21:01:19 host systemd[1274]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Sep 16 21:01:19 host audit[1274]: USER_START pid=1274 uid=0 auid=120 ses=9 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:19 host kernel: audit: type=1101 audit(1631826079.375:151): pid=1274 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:19 host kernel: audit: type=1103 audit(1631826079.375:152): pid=1274 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 16 21:01:19 host kernel: audit: type=1006 audit(1631826079.375:153): pid=1274 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=9 res=1
Sep 16 21:01:19 host systemd[1274]: Queued start job for default target Main User Target.
Sep 16 21:01:19 host systemd[1274]: Created slice User Application Slice.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 18.
Sep 16 21:01:19 host systemd[1274]: Reached target Paths.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 13.
Sep 16 21:01:19 host systemd[1274]: Reached target Timers.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 15.
Sep 16 21:01:19 host systemd[1274]: Starting D-Bus User Message Bus Socket...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 20.
Sep 16 21:01:19 host systemd[1274]: Listening on GnuPG network certificate management daemon.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 26.
Sep 16 21:01:19 host systemd[1274]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 17.
Sep 16 21:01:19 host systemd[1274]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 24.
Sep 16 21:01:19 host systemd[1274]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 27.
Sep 16 21:01:19 host systemd[1274]: Listening on GnuPG cryptographic agent and passphrase cache.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 28.
Sep 16 21:01:19 host systemd[1274]: Listening on p11-kit server.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 25.
Sep 16 21:01:19 host systemd[1274]: Listening on PipeWire PulseAudio.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 21.
Sep 16 21:01:19 host systemd[1274]: Listening on Multimedia System.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 23.
Sep 16 21:01:19 host systemd[1274]: Listening on D-Bus User Message Bus Socket.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 20.
Sep 16 21:01:19 host systemd[1274]: Reached target Sockets.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 16.
Sep 16 21:01:19 host systemd[1274]: Reached target Basic System.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 12.
Sep 16 21:01:19 host systemd[1274]: Reached target Main User Target.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 11.
Sep 16 21:01:19 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:19 host systemd[1274]: Startup finished in 137ms.
░░ Subject: User manager start-up is now complete
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The user manager instance for user 120 has been started. All services queued
░░ for starting have been started. Note that other services might still be starting
░░ up or be started at any later time.
░░ 
░░ Startup of the manager took 137960 microseconds.
Sep 16 21:01:19 host systemd[1]: Started User Manager for UID 120.
░░ Subject: A start job for unit user@120.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user@120.service has finished successfully.
░░ 
░░ The job identifier is 1071.
Sep 16 21:01:19 host systemd[1]: Started Session 8 of User gdm.
░░ Subject: A start job for unit session-8.scope has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit session-8.scope has finished successfully.
░░ 
░░ The job identifier is 1164.
Sep 16 21:01:19 host gdm-launch-environment][1269]: pam_env(gdm-launch-environment:session): deprecated reading of user environment enabled
Sep 16 21:01:19 host audit[1269]: USER_START pid=1269 uid=0 auid=120 ses=8 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-1283.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: X.Org X Server 1.20.13
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: X Protocol Version 11, Revision 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: Build Operating System: Linux Archlinux
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: Current Operating System: Linux host 5.14.5-arch1-1 #1 SMP PREEMPT Thu, 16 Sep 2021 11:02:40 +0000 x86_64
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: Kernel command line: root=LABEL=system_a ro slab_nomerge slub_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on vsyscall=none debugfs=off mce=0 intel_iommu=on amd_iommu=on quiet loglevel=0 systemd.show_status=false rd.systemd.show_status=false rd.u>
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: Build Date: 04 August 2021  08:13:54AM
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:  
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: Current version of pixman: 0.40.0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         Before reporting problems, check http://wiki.x.org
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         to make sure that you have the latest version.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: Markers: (--) probed, (**) from config file, (==) default setting,
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         (++) from command line, (!!) notice, (II) informational,
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Thu Sep 16 21:01:19 2021
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) No Layout section.  Using the first Screen section.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) No screen section available. Using defaults.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (**) |-->Screen "Default Screen Section" (0)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (**) |   |-->Monitor "<default monitor>"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) No monitor specified for screen "Default Screen Section".
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         Using a default monitor configuration.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) Automatically adding devices
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) Automatically enabling devices
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) Automatically adding GPU devices
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) Automatically binding GPU devices
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (WW) The directory "/usr/share/fonts/misc" does not exist.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         Entry deleted from font path.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         Entry deleted from font path.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         Entry deleted from font path.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         Entry deleted from font path.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         Entry deleted from font path.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         Entry deleted from font path.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) FontPath set to:
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) ModulePath set to "/usr/lib/xorg/modules"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) The server relies on udev to provide the list of input devices.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Module ABI versions:
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         X.Org ANSI C Emulation: 0.4
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         X.Org Video Driver: 24.1
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         X.Org XInput driver : 24.1
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         X.Org Server Extension : 10.0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (++) using VT number 1
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_38
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) xfree86: Adding drm device (/dev/dri/card0)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (--) PCI:*(3@0:0:0) 1002:7340:1849:5116 rev 197, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xe1c00000/524288, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) LoadModule: "glx"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Module glx: vendor="X.Org Foundation"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         compiled for 1.20.13, module version = 1.0.0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         ABI class: X.Org Server Extension, version 10.0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) Matched ati as autoconfigured driver 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) Matched modesetting as autoconfigured driver 1
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) Matched fbdev as autoconfigured driver 2
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) Matched vesa as autoconfigured driver 3
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) Assigned the driver to the xf86ConfigLayout
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) LoadModule: "ati"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (WW) Warning, couldn't open module ati
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (EE) Failed to load module "ati" (module does not exist, 0)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) LoadModule: "modesetting"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Module modesetting: vendor="X.Org Foundation"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         compiled for 1.20.13, module version = 1.20.13
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         Module class: X.Org Video Driver
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         ABI class: X.Org Video Driver, version 24.1
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) LoadModule: "fbdev"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (WW) Warning, couldn't open module fbdev
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (EE) Failed to load module "fbdev" (module does not exist, 0)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) LoadModule: "vesa"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (WW) Warning, couldn't open module vesa
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (EE) Failed to load module "vesa" (module does not exist, 0)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): using drv /dev/dri/card0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Creating default Display subsection in Screen section
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         "Default Screen Section" for depth/fbbpp 24/32
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) modeset(0): Depth 24, (==) framebuffer bpp 32
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) modeset(0): RGB weight 888
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) modeset(0): Default visual is TrueColor
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Loading sub module "glamoregl"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) LoadModule: "glamoregl"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Module glamoregl: vendor="X.Org Foundation"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         compiled for 1.20.13, module version = 1.0.1
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         ABI class: X.Org ANSI C Emulation, version 0.4
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): glamor X acceleration enabled on Radeon RX 5500 XT (NAVI14, DRM 3.42.0, 5.14.5-arch1-1, LLVM 12.0.1)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): glamor initialized
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Output DP-1 has no monitor section
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Output DP-2 has no monitor section
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Output DP-3 has no monitor section
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Output HDMI-1 has no monitor section
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): EDID for output DP-1
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): EDID for output DP-2
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): EDID for output DP-3
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Manufacturer: GBT  Model: 2709  Serial#: 1
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Year: 2020  Week: 39
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): EDID Version: 1.4
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Digital Display Input
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 10 bits per channel
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Digital interface is DisplayPort
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Max Image Size [cm]: horiz.: 60  vert.: 33
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Gamma: 2.20
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): DPMS capabilities: Off
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): First detailed timing is preferred mode
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Preferred mode is native pixel format and refresh rate
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Display is continuous-frequency
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): redX: 0.677 redY: 0.314   greenX: 0.280 greenY: 0.667
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): blueX: 0.140 blueY: 0.040   whiteX: 0.313 whiteY: 0.329
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Supported established timings:
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 720x400@70Hz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 640x480@60Hz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 640x480@72Hz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 640x480@75Hz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 800x600@56Hz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 800x600@60Hz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 800x600@72Hz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 800x600@75Hz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 1024x768@60Hz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 1024x768@70Hz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 1024x768@75Hz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): 1280x1024@75Hz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Manufacturer's mask: 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Supported standard timings:
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): #1: hsize: 1920  vsize 1080  refresh: 120  vid: 64721
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): #2: hsize: 1680  vsize 1050  refresh: 60  vid: 179
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): #3: hsize: 1680  vsize 1050  refresh: 120  vid: 15539
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): #5: hsize: 1440  vsize 900  refresh: 120  vid: 15509
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): #6: hsize: 1280  vsize 1024  refresh: 120  vid: 48257
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Supported detailed timing:
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): clock: 241.5 MHz   Image Size:  598 x 336 mm
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 222 H max: 222 kHz, PixClock max 605 MHz
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Monitor name: G27Q
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Serial No: 20392B001087
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Supported detailed timing:
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): clock: 497.8 MHz   Image Size:  598 x 336 mm
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1525 v_border: 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Supported detailed timing:
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): clock: 592.2 MHz   Image Size:  598 x 336 mm
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): h_active: 2560  h_sync: 2581  h_sync_end 2613 h_blank_end 2666 h_border: 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1543 v_border: 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Supported detailed timing:
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): clock: 325.1 MHz   Image Size:  598 x 336 mm
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): h_active: 1920  h_sync: 1944  h_sync_end 1976 h_blank_end 2034 h_border: 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1110 v_border: 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Number of EDID sections to follow: 1
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): EDID (in hex):
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         00ffffffffffff001c54092701000000
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         271e0104b53c21783b6fd5ad5047aa23
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         0a5054afcf00d1c0d1fcb300b33c9500
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         953c81bc0101565e00a0a0a029503020
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         350056502100001e000000fd003090de
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         de3c010a202020202020000000fc0047
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         3237510a2020202020202020000000ff
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         003230333932423030313038370a01b6
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         020337714e0102031112130f1d1e0e90
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         1f042f2309070783010000e200c0e305
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         c001e606070164611c6d1a0000021130
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         900000000000006fc200a0a0a0555030
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         20350056502100001a59e7006aa0a067
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         501520350056502100001afb7e807270
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         381e401820350056502100001e000000
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0):         0000000000000000000000000000008c
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Printing probed modes for output DP-3
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync +vsync (88.8 kHz eP)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "2560x1440"x144.0  592.25  2560 2581 2613 2666  1440 1443 1448 1543 +hsync -vsync (222.1 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "2560x1440"x120.0  497.75  2560 2608 2640 2720  1440 1443 1448 1525 +hsync -vsync (183.0 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1200"x60.0  241.50  1920 2608 2640 2720  1200 1443 1448 1481 +hsync +vsync (88.8 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1080"x120.0  369.61  1920 2080 2288 2656  1080 1083 1088 1160 -hsync +vsync (139.2 kHz)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1080"x144.0  325.07  1920 1944 1976 2034  1080 1083 1088 1110 +hsync +vsync (159.8 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1600x1200"x60.0  241.50  1600 2608 2640 2720  1200 1443 1448 1481 +hsync +vsync (88.8 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1680x1050"x119.9  313.89  1680 1816 2000 2320  1050 1053 1059 1128 -hsync +vsync (135.3 kHz)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x1024"x120.0  232.25  1280 1384 1520 1760  1024 1027 1034 1100 -hsync +vsync (132.0 kHz)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1440x900"x120.0  228.33  1440 1552 1704 1968  900 903 909 967 -hsync +vsync (116.0 kHz)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x800"x60.0  241.50  1280 2608 2640 2720  800 1443 1448 1481 +hsync +vsync (88.8 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x720"x120.0  148.50  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (90.0 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x720"x119.9  148.35  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (89.9 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1440x576"x50.0   54.00  1440 1464 1592 1728  576 581 586 625 -hsync -vsync (31.2 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1440x480"x60.0   54.05  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1440x480"x59.9   54.00  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): EDID for output HDMI-1
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Output DP-1 disconnected
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Output DP-2 disconnected
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Output DP-3 connected
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Output HDMI-1 disconnected
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Using exact sizes for initial modes
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Output DP-3 using initial mode 2560x1440 +0+0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) modeset(0): DPI set to (96, 96)
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Loading sub module "fb"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) LoadModule: "fb"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Loading /usr/lib/xorg/modules/libfb.so
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Module fb: vendor="X.Org Foundation"
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         compiled for 1.20.13, module version = 1.0.0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]:         ABI class: X.Org ANSI C Emulation, version 0.4
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) modeset(0): Backing store enabled
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) modeset(0): Silken mouse disabled
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (==) modeset(0): DPMS enabled
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): [DRI2] Setup complete
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): [DRI2]   DRI driver: radeonsi
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension Generic Event Extension
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension SHAPE
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension MIT-SHM
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension XInputExtension
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension XTEST
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension BIG-REQUESTS
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension SYNC
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension XKEYBOARD
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension XC-MISC
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension SECURITY
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension XFIXES
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension RENDER
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension RANDR
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension COMPOSITE
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension DAMAGE
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension MIT-SCREEN-SAVER
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension DOUBLE-BUFFER
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension RECORD
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension DPMS
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension Present
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension DRI3
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension X-Resource
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension XVideo
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension XVideo-MotionCompensation
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension GLX
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) AIGLX: Loaded and initialized radeonsi
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) GLX: Initialized DRI2 GL provider for screen 0
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension XFree86-VidModeExtension
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension XFree86-DGA
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension XFree86-DRI
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) Initializing extension DRI2
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Damage tracking initialized
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (II) modeset(0): Setting screen physical size to 677 x 381
Sep 16 21:01:19 host /usr/lib/gdm-x-session[1283]: (EE) modeset(0): Failed to make import prime FD as pixmap: 22
# [...] The rest of Xorg initialization is probably not too relevant. Skipped to when I restarted gdm.services:
Sep 16 21:01:45 host systemd[1]: Stopping GNOME Display Manager...
░░ Subject: A stop job for unit gdm.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit gdm.service has begun execution.
░░ 
░░ The job identifier is 2269.
Sep 16 21:01:45 host gnome-session[1328]: gnome-session-binary[1328]: GLib-CRITICAL: g_hash_table_foreach_remove_or_steal: assertion 'version == hash_table->version' failed
Sep 16 21:01:45 host gnome-session[1328]: gnome-session-binary[1328]: WARNING: Lost name on bus: org.gnome.SessionManager
Sep 16 21:01:45 host gnome-session-binary[1328]: GLib-CRITICAL: g_hash_table_foreach_remove_or_steal: assertion 'version == hash_table->version' failed
Sep 16 21:01:45 host gnome-session-binary[1328]: WARNING: Lost name on bus: org.gnome.SessionManager
Sep 16 21:01:45 host gsd-a11y-settin[1527]: Error releasing name org.gnome.SettingsDaemon.A11ySettings: The connection is closed
Sep 16 21:01:45 host gsd-print-notif[1526]: Error releasing name org.gnome.SettingsDaemon.PrintNotifications: The connection is closed
Sep 16 21:01:45 host gsd-rfkill[1532]: Error releasing name org.gnome.SettingsDaemon.Rfkill: The connection is closed
Sep 16 21:01:45 host gsd-housekeepin[1539]: Error releasing name org.gnome.SettingsDaemon.Housekeeping: The connection is closed
Sep 16 21:01:45 host gsd-sound[1540]: Error releasing name org.gnome.SettingsDaemon.Sound: The connection is closed
Sep 16 21:01:45 host gsd-screensaver[1550]: Error releasing name org.freedesktop.ScreenSaver: The connection is closed
Sep 16 21:01:45 host gsd-datetime[1541]: Error releasing name org.gnome.SettingsDaemon.Datetime: The connection is closed
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: not releasing fd for 13:72, still in use
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: not releasing fd for 13:70, still in use
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: not releasing fd for 13:67, still in use
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: releasing fd for 13:81
Sep 16 21:01:45 host polkitd[1157]: Unregistered Authentication Agent for unix-session:8 (system bus name :1.33, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: releasing fd for 13:73
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: releasing fd for 13:72
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: releasing fd for 13:71
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: releasing fd for 13:70
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: releasing fd for 13:68
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:45 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: releasing fd for 13:67
Sep 16 21:01:46 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:46 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: releasing fd for 13:66
Sep 16 21:01:46 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:46 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: releasing fd for 13:69
Sep 16 21:01:46 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:46 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: releasing fd for 13:64
Sep 16 21:01:46 host /usr/lib/gdm-x-session[1283]: (II) UnloadModule: "libinput"
Sep 16 21:01:46 host /usr/lib/gdm-x-session[1283]: (II) systemd-logind: releasing fd for 13:65
Sep 16 21:01:46 host /usr/lib/gdm-x-session[1283]: (II) Server terminated successfully (0). Closing log file.
Sep 16 21:01:46 host audit[1269]: USER_END pid=1269 uid=0 auid=120 ses=8 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:46 host gdm-launch-environment][1269]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Sep 16 21:01:46 host audit[1269]: CRED_DISP pid=1269 uid=0 auid=120 ses=8 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:46 host systemd[1]: session-8.scope: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit session-8.scope has successfully entered the 'dead' state.
Sep 16 21:01:46 host systemd[1]: session-8.scope: Consumed 3.314s CPU time.
░░ Subject: Resources consumed by unit runtime
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit session-8.scope completed and consumed the indicated resources.
Sep 16 21:01:46 host kernel: kauditd_printk_skb: 14 callbacks suppressed
Sep 16 21:01:46 host kernel: audit: type=1106 audit(1631826106.242:194): pid=1269 uid=0 auid=120 ses=8 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:46 host kernel: audit: type=1104 audit(1631826106.242:195): pid=1269 uid=0 auid=120 ses=8 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:46 host systemd-logind[859]: Session 8 logged out. Waiting for processes to exit.
Sep 16 21:01:46 host systemd-logind[859]: Removed session 8.
░░ Subject: Session 8 has been terminated
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A session with the ID 8 has been terminated.
Sep 16 21:01:46 host gdm[1016]: Gdm: Child process -1281 was already dead.
Sep 16 21:01:46 host systemd[1]: gdm.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit gdm.service has successfully entered the 'dead' state.
Sep 16 21:01:46 host systemd[1]: Stopped GNOME Display Manager.
░░ Subject: A stop job for unit gdm.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit gdm.service has finished.
░░ 
░░ The job identifier is 2269 and the job result is done.
Sep 16 21:01:46 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:46 host systemd[1]: Starting GNOME Display Manager...
░░ Subject: A start job for unit gdm.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit gdm.service has begun execution.
░░ 
░░ The job identifier is 2269.
Sep 16 21:01:46 host kernel: audit: type=1131 audit(1631826106.312:196): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:46 host systemd[1]: Started GNOME Display Manager.
░░ Subject: A start job for unit gdm.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit gdm.service has finished successfully.
░░ 
░░ The job identifier is 2269.
Sep 16 21:01:46 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:46 host kernel: audit: type=1130 audit(1631826106.322:197): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:46 host audit[1809]: USER_AUTH pid=1809 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:46 host audit[1809]: USER_ACCT pid=1809 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:46 host audit[1809]: CRED_ACQ pid=1809 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:46 host kernel: audit: type=1100 audit(1631826106.335:198): pid=1809 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:46 host kernel: audit: type=1101 audit(1631826106.335:199): pid=1809 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:46 host kernel: audit: type=1103 audit(1631826106.335:200): pid=1809 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:46 host kernel: audit: type=1006 audit(1631826106.338:201): pid=1809 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=12 res=1
Sep 16 21:01:46 host audit[1809]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7fff339baa80 a2=3 a3=78 items=0 ppid=1806 pid=1809 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=12 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
Sep 16 21:01:46 host audit: PROCTITLE proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 16 21:01:46 host systemd-logind[859]: New session 12 of user gdm.
░░ Subject: A new session 12 has been created for user gdm
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A new session with the ID 12 has been created for the user gdm.
░░ 
░░ The leading process of the session is 1809.
Sep 16 21:01:46 host systemd[1]: Started Session 12 of User gdm.
░░ Subject: A start job for unit session-12.scope has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit session-12.scope has finished successfully.
░░ 
░░ The job identifier is 2361.
Sep 16 21:01:46 host kernel: audit: type=1300 audit(1631826106.338:201): arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7fff339baa80 a2=3 a3=78 items=0 ppid=1806 pid=1809 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=12 comm="gdm-session-wor" exe="/usr/lib/gdm-session-wo>
Sep 16 21:01:46 host kernel: audit: type=1327 audit(1631826106.338:201): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 16 21:01:46 host gdm-launch-environment][1809]: pam_env(gdm-launch-environment:session): deprecated reading of user environment enabled
Sep 16 21:01:46 host audit[1809]: USER_START pid=1809 uid=0 auid=120 ses=12 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 16 21:01:46 host dbus-daemon[858]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.65' (uid=120 pid=1483 comm="/usr/bin/pipewire-media-session ")
Sep 16 21:01:46 host dbus-daemon[858]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 16 21:01:46 host gnome-session[1819]: gnome-session-binary[1819]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 16 21:01:46 host gnome-session-binary[1819]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 16 21:01:46 host gnome-session[1819]: gnome-session-binary[1819]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 16 21:01:46 host gnome-session-binary[1819]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 16 21:01:46 host gnome-session[1819]: gnome-session-binary[1819]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 16 21:01:46 host gnome-session-binary[1819]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 16 21:01:46 host gnome-session[1819]: gnome-session-binary[1819]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Sep 16 21:01:46 host gnome-session-binary[1819]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Sep 16 21:01:46 host gnome-shell[1827]: Adding device '/dev/dri/card0' (amdgpu) using atomic mode setting.
Sep 16 21:01:46 host gnome-shell[1827]: Boot VGA GPU /dev/dri/card0 selected as primary
Sep 16 21:01:46 host pipewire-media-session[1483]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit
Sep 16 21:01:47 host gnome-shell[1827]: Disabling DMA buffer screen sharing for driver 'amdgpu'.
Sep 16 21:01:47 host gnome-shell[1827]: Using public X11 display :1024, (using :1025 for managed services)
Sep 16 21:01:47 host gnome-shell[1827]: Using Wayland display name 'wayland-0'
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1818]: dbus-daemon[1818]: [session uid=120 pid=1818] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=1827 comm="/usr/bin/gnome-shell ")
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1818]: dbus-daemon[1818]: [session uid=120 pid=1818] Successfully activated service 'org.a11y.Bus'
Sep 16 21:01:47 host org.gnome.Shell.desktop[1926]: glamor: No eglstream capable devices found
Sep 16 21:01:47 host gnome-shell[1827]: Skipping parental controls support as it’s disabled
Sep 16 21:01:47 host gnome-shell[1827]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Sep 16 21:01:47 host gnome-shell[1827]: Will monitor session 12
Sep 16 21:01:47 host gnome-shell[1827]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Sep 16 21:01:47 host polkitd[1157]: Registered Authentication Agent for unix-session:12 (system bus name :1.67 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Sep 16 21:01:47 host gnome-shell[1827]: Failed to create file /run/user/120/gnome-shell-disable-extensions: Error opening file “/run/user/120/gnome-shell-disable-extensions”: File exists
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1818]: dbus-daemon[1818]: [session uid=120 pid=1818] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=1827 comm="/usr/bin/gnome-shell ")
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1916]: dbus-daemon[1916]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=1827 comm="/usr/bin/gnome-shell ")
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1916]: dbus-daemon[1916]: Successfully activated service 'org.a11y.atspi.Registry'
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1971]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1818]: dbus-daemon[1818]: [session uid=120 pid=1818] Successfully activated service 'org.gnome.Shell.Notifications'
Sep 16 21:01:47 host kernel: rfkill: input handler disabled
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1818]: dbus-daemon[1818]: [session uid=120 pid=1818] Activating service name='org.freedesktop.systemd1' requested by ':1.20' (uid=120 pid=2022 comm="/usr/lib/gsd-sharing ")
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1818]: dbus-daemon[1818]: [session uid=120 pid=1818] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Sep 16 21:01:47 host gsd-sharing[2022]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Sep 16 21:01:47 host gsd-sharing[2022]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Sep 16 21:01:47 host gsd-sharing[2022]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Sep 16 21:01:47 host gnome-session-binary[1819]: Entering running state
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1818]: dbus-daemon[1818]: [session uid=120 pid=1818] Activating service name='org.gnome.Shell.Screencast' requested by ':1.21' (uid=120 pid=1988 comm="/usr/lib/gsd-media-keys ")
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86BrightnessAuto
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86DisplayOff
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Info
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86AspectRatio
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86DVD
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Audio
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86ChannelUp
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86ChannelDown
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Break
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86VideoPhone
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86ZoomReset
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Editor
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86GraphicsEditor
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Presentation
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Database
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Voicemail
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Addressbook
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86DisplayToggle
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86SpellCheck
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86ContextMenu
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86MediaRepeat
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF8610ChannelsUp
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF8610ChannelsDown
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Images
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86NotificationCenter
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86PickupPhone
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86HangupPhone
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Fn
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Fn_Esc
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86FnRightShift
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Numeric0
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Numeric1
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Numeric2
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Numeric3
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Numeric4
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Numeric5
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Numeric6
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Numeric7
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Numeric8
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Numeric9
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86NumericStar
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86NumericPound
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86NumericA
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86NumericB
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86NumericC
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86NumericD
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86CameraFocus
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86WPSButton
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86CameraZoomIn
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86CameraZoomOut
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86CameraUp
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86CameraDown
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86CameraLeft
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86CameraRight
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86AttendantOn
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86AttendantOff
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86AttendantToggle
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86LightsToggle
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86ALSToggle
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Buttonconfig
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Taskmanager
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Journal
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86ControlPanel
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86AppSelect
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Screensaver
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86VoiceCommand
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Assistant
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86BrightnessMin
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86BrightnessMax
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrev
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86KbdInputAssistNext
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgroup
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgroup
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86KbdInputAssistAccept
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86KbdInputAssistCancel
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86RightUp
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86RightDown
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86LeftUp
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86LeftDown
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86RootMenu
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86MediaTopMenu
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Numeric11
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Numeric12
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86AudioDesc
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF863DMode
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86NextFavorite
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86StopRecord
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86PauseRecord
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86VOD
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Unmute
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86FastReverse
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86SlowReverse
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Data
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86OnScreenKeyboard
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86PrivacyScreenToggle
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86SelectiveScreenshot
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro1
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro2
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro3
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro4
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro5
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro6
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro7
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro8
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro9
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro10
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro11
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro12
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro13
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro14
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro15
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro16
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro17
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro18
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro19
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro20
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro21
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro22
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro23
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro24
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro25
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro26
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro27
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro28
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro29
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86Macro30
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86MacroRecordStart
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86MacroRecordStop
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86MacroPresetCycle
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86MacroPreset1
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86MacroPreset2
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86MacroPreset3
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86KbdLcdMenu1
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86KbdLcdMenu2
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86KbdLcdMenu3
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86KbdLcdMenu4
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: > Warning:          Could not resolve keysym XF86KbdLcdMenu5
Sep 16 21:01:47 host org.gnome.Shell.desktop[2121]: Errors from xkbcomp are not fatal to the X server
Sep 16 21:01:47 host gsd-media-keys[1988]: Failed to grab accelerator for keybinding settings:playback-repeat
Sep 16 21:01:47 host gsd-media-keys[1988]: Failed to grab accelerator for keybinding settings:hibernate
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1818]: dbus-daemon[1818]: [session uid=120 pid=1818] Activating service name='org.gnome.ScreenSaver' requested by ':1.15' (uid=120 pid=1987 comm="/usr/lib/gsd-power ")
Sep 16 21:01:47 host gnome-shell[1827]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Sep 16 21:01:47 host gnome-shell[1827]: ATK Bridge is disabled but a11y has already been enabled.
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1818]: dbus-daemon[1818]: [session uid=120 pid=1818] Successfully activated service 'org.gnome.ScreenSaver'
Sep 16 21:01:47 host /usr/lib/gdm-wayland-session[1818]: dbus-daemon[1818]: [session uid=120 pid=1818] Successfully activated service 'org.gnome.Shell.Screencast'
# [...]
Sep 16 21:01:48 host gnome-shell[1827]: Registering session with GDM
Sep 16 21:01:51 host gsd-media-keys[1988]: Unable to get default sink
Sep 16 21:01:51 host gsd-media-keys[1988]: Unable to get default source
Sep 16 21:01:51 host kernel: rfkill: input handler enabled
Sep 16 21:01:52 host audit[1778]: CRED_DISP pid=1778 uid=0 auid=0 ses=10 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=host addr=? terminal=/dev/tty2 res=success'
Sep 16 21:01:52 host login[1778]: pam_unix(login:session): session closed for user root
Sep 16 21:01:52 host systemd[1]: getty@tty2.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit getty@tty2.service has successfully entered the 'dead' state.
Sep 16 21:01:52 host kernel: kauditd_printk_skb: 1 callbacks suppressed
Sep 16 21:01:52 host kernel: audit: type=1104 audit(1631826112.648:203): pid=1778 uid=0 auid=0 ses=10 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=host addr=? terminal=/dev/tty2 res=success'
Sep 16 21:01:52 host audit[1778]: USER_END pid=1778 uid=0 auid=0 ses=10 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/bin/login" hostname=host addr=? terminal=/dev/tty2 res=success'
Sep 16 21:01:52 host kernel: audit: type=1106 audit(1631826112.648:204): pid=1778 uid=0 auid=0 ses=10 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/bin/login" hostname=host addr=? terminal=/dev/tty2 res=success'
Sep 16 21:01:52 host kernel: audit: type=1131 audit(1631826112.652:205): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:52 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:52 host systemd[1]: session-10.scope: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit session-10.scope has successfully entered the 'dead' state.
Sep 16 21:01:52 host systemd-logind[859]: Session 10 logged out. Waiting for processes to exit.
Sep 16 21:01:52 host systemd[1]: getty@tty2.service: Scheduled restart job, restart counter is at 2.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit getty@tty2.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Sep 16 21:01:52 host systemd[1]: Stopped Getty on tty2.
░░ Subject: A stop job for unit getty@tty2.service has finished
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A stop job for unit getty@tty2.service has finished.
░░ 
░░ The job identifier is 2455 and the job result is done.
Sep 16 21:01:52 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:52 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:52 host systemd[1]: Started Getty on tty2.
░░ Subject: A start job for unit getty@tty2.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit getty@tty2.service has finished successfully.
░░ 
░░ The job identifier is 2455.
Sep 16 21:01:52 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:52 host systemd-logind[859]: Removed session 10.
░░ Subject: Session 10 has been terminated
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A session with the ID 10 has been terminated.
Sep 16 21:01:52 host kernel: audit: type=1130 audit(1631826112.722:206): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:52 host kernel: audit: type=1131 audit(1631826112.722:207): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:52 host kernel: audit: type=1130 audit(1631826112.722:208): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 21:01:53 host kernel: rfkill: input handler disabled
Sep 16 21:01:53 host dbus-daemon[858]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.78' (uid=120 pid=1483 comm="/usr/bin/pipewire-media-session ")
Sep 16 21:01:53 host dbus-daemon[858]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 16 21:01:53 host pipewire-media-session[1483]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit
# [...] Meanwhile logged out from root.

The monitor could be plugged in, as I did once I logged in. Doing so produced no relevant logs/OOPSes.

Edit: can confirm amdgpu 1-monitor and iwlwifi OOPSes disappear with custom kernel (probably to do with DEBUG_FS being off).

Last edited by throwaway62548629402 (2021-09-16 22:03:13)

Offline

#4 2021-09-17 07:09:16

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

Re: amdgpu: connect monitor HDMI, panic invalid opcode 0000

Please don't bump, but edit your posts unless somebody has replied.
Also never use "-x" for journalctl (it's basically spam) - the complete journal would be more intersting (notably if and when the crng is ready)

udev.event-timeout=10

limits the timeout to 10 seconds

systemctl status systemd-udevd.service

?

Strip all possible external devices (e.g. there's a yubikey) and also try to replace the keyboard - see whether the system boots w/o timeout. If so. re-add the either one by one or bisect the devices (add half of the remaining to quickly isolate a group of potential offenders to narrow them down)

Offline

#5 2021-09-17 14:02:30

throwaway62548629402
Member
Registered: 2021-09-16
Posts: 4

Re: amdgpu: connect monitor HDMI, panic invalid opcode 0000

seth wrote:
udev.event-timeout=10

limits the timeout to 10 seconds

systemctl status systemd-udevd.service

?

Strip all possible external devices (e.g. there's a yubikey) and also try to replace the keyboard - see whether the system boots w/o timeout. If so. re-add the either one by one or bisect the devices (add half of the remaining to quickly isolate a group of potential offenders to narrow them down)

Booted with stock kernel, no USB peripherals connected, 1 DisplayPort monitor (monitor #1). Still trigers systemd-udevd stop job timeout.

# systemctl status systemd-udevd
● systemd-udevd.service - Rule-based Manager for Device Events and Files
     Loaded: loaded (/usr/lib/systemd/system/systemd-udevd.service; static)
    Drop-In: /usr/lib/systemd/system/systemd-udevd.service.d
             └─50-rc_keymap.conf
     Active: active (running) since Fri 2021-09-17 13:21:55 UTC; 5min ago
TriggeredBy: ● systemd-udevd-control.socket
             ● systemd-udevd-kernel.socket
       Docs: man:systemd-udevd.service(8)
             man:udev(7)
   Main PID: 752 (systemd-udevd)
     Status: "Processing with 112 children at max"
      Tasks: 1
     Memory: 29.3M
        CPU: 10.849s
     CGroup: /system.slice/systemd-udevd.service
             └─752 /usr/lib/systemd/systemd-udevd

Sep 17 13:21:56 host systemd-udevd[853]: Using default interface naming scheme 'v249'.
Sep 17 13:21:56 host systemd-udevd[813]: Using default interface naming scheme 'v249'.
Sep 17 13:21:56 host systemd-udevd[854]: Using default interface naming scheme 'v249'.
Sep 17 13:21:56 host systemd-udevd[829]: Using default interface naming scheme 'v249'.
Sep 17 13:22:56 host systemd-udevd[752]: 0000:03:00.0: Worker [870] processing SEQNUM=5088 is taking a long time
Sep 17 13:24:56 host systemd-udevd[752]: 0000:03:00.0: Worker [870] processing SEQNUM=5088 killed
Sep 17 13:24:56 host systemd-udevd[752]: Worker [870] terminated by signal 9 (KILL)
Sep 17 13:24:56 host systemd-udevd[752]: 0000:03:00.0: Worker [870] failed
Sep 17 13:25:36 host systemd-udevd[1787]: event14: Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument
Sep 17 13:25:36 host systemd-udevd[1787]: event14: Failed to call EVIOCSKEYCODE with scan code 0xc022e, and key code 108: Invalid argument

# uname -a
Linux host 5.14.5-arch1-1 #1 SMP PREEMPT Thu, 16 Sep 2021 11:02:40 +0000 x86_64 GNU/Linux

Booted with stock kernel + boot parameter, no USB peripherals connected, 1 DisplayPort monitor (monitor #1). No longer triggers systemd-udevd stop job timeout, fixes horrible boot times and Wayland finally work without restarting gdm.service.

# systemctl status systemd-udevd
● systemd-udevd.service - Rule-based Manager for Device Events and Files
     Loaded: loaded (/usr/lib/systemd/system/systemd-udevd.service; static)
    Drop-In: /usr/lib/systemd/system/systemd-udevd.service.d
             └─50-rc_keymap.conf
     Active: active (running) since Fri 2021-09-17 14:14:49 UTC; 52s ago
TriggeredBy: ● systemd-udevd-control.socket
             ● systemd-udevd-kernel.socket
       Docs: man:systemd-udevd.service(8)
             man:udev(7)
   Main PID: 766 (systemd-udevd)
     Status: "Processing with 112 children at max"
      Tasks: 1
     Memory: 29.4M
        CPU: 11.313s
     CGroup: /system.slice/systemd-udevd.service
             └─766 /usr/lib/systemd/systemd-udevd

Sep 17 14:14:52 host systemd-udevd[766]: 0000:03:00.0: Worker [850] processing SEQNUM=5089 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: 11-6:1.0: Worker [870] processing SEQNUM=5351 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: 11-5:1.0: Worker [857] processing SEQNUM=5343 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: input3: Worker [843] processing SEQNUM=6246 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: input2: Worker [836] processing SEQNUM=6221 is taking a long time
Sep 17 14:15:00 host systemd-udevd[766]: 0000:03:00.0: Worker [850] processing SEQNUM=5089 killed
Sep 17 14:15:00 host systemd-udevd[766]: Worker [850] terminated by signal 9 (KILL)
Sep 17 14:15:00 host systemd-udevd[766]: 0000:03:00.0: Worker [850] failed
Sep 17 14:15:07 host systemd-udevd[821]: event14: Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument
Sep 17 14:15:07 host systemd-udevd[821]: event14: Failed to call EVIOCSKEYCODE with scan code 0xc022e, and key code 108: Invalid argument

# uname -a
Linux host 5.14.5-arch1-1 #1 SMP PREEMPT Thu, 16 Sep 2021 11:02:40 +0000 x86_64 GNU/Linux

Booted with stock kernel / stock+ boot parameter, no USB peripherals connected, 1 HDMI monitor (monitor #2). No change.

Booted with custom kernel, all USB peripherals connected, 1 DisplayPort monitor (monitor #1). Hang on shutdown not present anymore, but connecting a second monitor (monitor #2) panics.

# systemctl status systemd-udevd
● systemd-udevd.service - Rule-based Manager for Device Events and Files
     Loaded: loaded (/usr/lib/systemd/system/systemd-udevd.service; static)
    Drop-In: /usr/lib/systemd/system/systemd-udevd.service.d
             └─50-rc_keymap.conf
     Active: active (running) since Fri 2021-09-17 16:05:53 UTC; 37s ago
TriggeredBy: ● systemd-udevd-kernel.socket
             ● systemd-udevd-control.socket
       Docs: man:systemd-udevd.service(8)
             man:udev(7)
   Main PID: 908 (systemd-udevd)
     Status: "Processing with 112 children at max"
      Tasks: 113
     Memory: 126.0M
        CPU: 8.226s
     CGroup: /system.slice/systemd-udevd.service
             ├─ 908 /usr/lib/systemd/systemd-udevd
             ├─ 913 /usr/lib/systemd/systemd-udevd
             ├─ 914 /usr/lib/systemd/systemd-udevd
             ├─ 915 /usr/lib/systemd/systemd-udevd
             ├─ 916 /usr/lib/systemd/systemd-udevd
             ├─ 917 /usr/lib/systemd/systemd-udevd
             ├─ 918 /usr/lib/systemd/systemd-udevd
             ├─ 919 /usr/lib/systemd/systemd-udevd
             ├─ 920 /usr/lib/systemd/systemd-udevd
             ├─ 921 /usr/lib/systemd/systemd-udevd
             ├─ 922 /usr/lib/systemd/systemd-udevd
             ├─ 923 /usr/lib/systemd/systemd-udevd
             ├─ 924 /usr/lib/systemd/systemd-udevd
             ├─ 925 /usr/lib/systemd/systemd-udevd
             ├─ 926 /usr/lib/systemd/systemd-udevd
             ├─ 927 /usr/lib/systemd/systemd-udevd
             ├─ 928 /usr/lib/systemd/systemd-udevd
             ├─ 929 /usr/lib/systemd/systemd-udevd
             ├─ 930 /usr/lib/systemd/systemd-udevd
             ├─ 931 /usr/lib/systemd/systemd-udevd
             ├─ 932 /usr/lib/systemd/systemd-udevd
             ├─ 933 /usr/lib/systemd/systemd-udevd
             ├─ 942 /usr/lib/systemd/systemd-udevd
             ├─ 943 /usr/lib/systemd/systemd-udevd
             ├─ 944 /usr/lib/systemd/systemd-udevd
             ├─ 945 /usr/lib/systemd/systemd-udevd
             ├─ 946 /usr/lib/systemd/systemd-udevd
             ├─ 947 /usr/lib/systemd/systemd-udevd
             ├─ 948 /usr/lib/systemd/systemd-udevd
             ├─ 949 /usr/lib/systemd/systemd-udevd
             ├─ 950 /usr/lib/systemd/systemd-udevd
             ├─ 951 /usr/lib/systemd/systemd-udevd
             ├─ 952 /usr/lib/systemd/systemd-udevd
             ├─ 954 /usr/lib/systemd/systemd-udevd
             ├─ 955 /usr/lib/systemd/systemd-udevd
             ├─ 956 /usr/lib/systemd/systemd-udevd
             ├─ 957 /usr/lib/systemd/systemd-udevd
             ├─ 958 /usr/lib/systemd/systemd-udevd
             ├─ 959 /usr/lib/systemd/systemd-udevd
             ├─ 960 /usr/lib/systemd/systemd-udevd
             ├─ 961 /usr/lib/systemd/systemd-udevd
             ├─ 962 /usr/lib/systemd/systemd-udevd
             ├─ 963 /usr/lib/systemd/systemd-udevd
             ├─ 964 /usr/lib/systemd/systemd-udevd
             ├─ 965 /usr/lib/systemd/systemd-udevd
             ├─ 966 /usr/lib/systemd/systemd-udevd
             ├─ 967 /usr/lib/systemd/systemd-udevd
             ├─ 968 /usr/lib/systemd/systemd-udevd
             ├─ 969 /usr/lib/systemd/systemd-udevd
             ├─ 971 /usr/lib/systemd/systemd-udevd
             ├─ 972 /usr/lib/systemd/systemd-udevd
             ├─ 973 /usr/lib/systemd/systemd-udevd
             ├─ 974 /usr/lib/systemd/systemd-udevd
             ├─ 975 /usr/lib/systemd/systemd-udevd
             ├─ 976 /usr/lib/systemd/systemd-udevd
             ├─ 977 /usr/lib/systemd/systemd-udevd
             ├─ 978 /usr/lib/systemd/systemd-udevd
             ├─ 979 /usr/lib/systemd/systemd-udevd
             ├─ 980 /usr/lib/systemd/systemd-udevd
             ├─ 981 /usr/lib/systemd/systemd-udevd
             ├─ 982 /usr/lib/systemd/systemd-udevd
             ├─ 984 /usr/lib/systemd/systemd-udevd
             ├─ 985 /usr/lib/systemd/systemd-udevd
             ├─ 986 /usr/lib/systemd/systemd-udevd
             ├─ 987 /usr/lib/systemd/systemd-udevd
             ├─ 988 /usr/lib/systemd/systemd-udevd
             ├─ 989 /usr/lib/systemd/systemd-udevd
             ├─ 990 /usr/lib/systemd/systemd-udevd
             ├─ 991 /usr/lib/systemd/systemd-udevd
             ├─ 992 /usr/lib/systemd/systemd-udevd
             ├─ 993 /usr/lib/systemd/systemd-udevd
             ├─ 994 /usr/lib/systemd/systemd-udevd
             ├─ 995 /usr/lib/systemd/systemd-udevd
             ├─ 996 /usr/lib/systemd/systemd-udevd
             ├─ 997 /usr/lib/systemd/systemd-udevd
             ├─ 998 /usr/lib/systemd/systemd-udevd
             ├─1000 /usr/lib/systemd/systemd-udevd
             ├─1001 /usr/lib/systemd/systemd-udevd
             ├─1002 /usr/lib/systemd/systemd-udevd
             ├─1003 /usr/lib/systemd/systemd-udevd
             ├─1004 /usr/lib/systemd/systemd-udevd
             ├─1007 /usr/lib/systemd/systemd-udevd
             ├─1008 /usr/lib/systemd/systemd-udevd
             ├─1009 /usr/lib/systemd/systemd-udevd
             ├─1010 /usr/lib/systemd/systemd-udevd
             ├─1011 /usr/lib/systemd/systemd-udevd
             ├─1012 /usr/lib/systemd/systemd-udevd
             ├─1013 /usr/lib/systemd/systemd-udevd
             ├─1014 /usr/lib/systemd/systemd-udevd
             ├─1015 /usr/lib/systemd/systemd-udevd
             ├─1016 /usr/lib/systemd/systemd-udevd
             ├─1017 /usr/lib/systemd/systemd-udevd
             ├─1018 /usr/lib/systemd/systemd-udevd
             ├─1019 /usr/lib/systemd/systemd-udevd
             ├─1020 /usr/lib/systemd/systemd-udevd
             ├─1021 /usr/lib/systemd/systemd-udevd
             ├─1022 /usr/lib/systemd/systemd-udevd
             ├─1025 /usr/lib/systemd/systemd-udevd
             ├─1026 /usr/lib/systemd/systemd-udevd
             ├─1027 /usr/lib/systemd/systemd-udevd
             ├─1028 /usr/lib/systemd/systemd-udevd
             ├─1029 /usr/lib/systemd/systemd-udevd
             ├─1030 /usr/lib/systemd/systemd-udevd
             ├─1035 /usr/lib/systemd/systemd-udevd
             ├─1036 /usr/lib/systemd/systemd-udevd
             ├─1041 /usr/lib/systemd/systemd-udevd
             ├─1046 /usr/lib/systemd/systemd-udevd
             ├─1047 /usr/lib/systemd/systemd-udevd
             ├─1048 /usr/lib/systemd/systemd-udevd
             ├─1049 /usr/lib/systemd/systemd-udevd
             ├─1050 /usr/lib/systemd/systemd-udevd
             ├─1051 /usr/lib/systemd/systemd-udevd
             └─1053 /usr/lib/systemd/systemd-udevd

Sep 17 16:05:57 host systemd-udevd[908]: LNXCPU:13: Worker [942] processing SEQNUM=4417 is taking a long time
Sep 17 16:05:57 host systemd-udevd[908]: LNXCPU:12: Worker [917] processing SEQNUM=4416 is taking a long time
Sep 17 16:05:57 host systemd-udevd[908]: LNXCPU:11: Worker [923] processing SEQNUM=4415 is taking a long time
Sep 17 16:05:57 host systemd-udevd[908]: LNXCPU:10: Worker [916] processing SEQNUM=4414 is taking a long time
Sep 17 16:05:57 host systemd-udevd[908]: LNXCPU:05: Worker [929] processing SEQNUM=4403 is taking a long time
Sep 17 16:05:57 host systemd-udevd[908]: LNXCPU:09: Worker [918] processing SEQNUM=4407 is taking a long time
Sep 17 16:06:00 host systemd-udevd[908]: event14: Worker [992] processing SEQNUM=6256 is taking a long time
Sep 17 16:06:00 host systemd-udevd[908]: event15: Worker [1008] processing SEQNUM=6258 is taking a long time
Sep 17 16:06:00 host systemd-udevd[908]: 11-5:1.0: Worker [987] processing SEQNUM=6247 is taking a long time
Sep 17 16:06:00 host systemd-udevd[908]: 11-6:1.0: Worker [949] processing SEQNUM=6281 is taking a long time
# uname -a
Linux host 5.14.5-hardened1-1-precise #1 SMP PREEMPT Fri, 17 Sep 2021 01:14:33 +0000 x86_64 GNU/Linux

EDIT:
Booted with custom kernel, all USB peripherals connected, 1 HDMI monitor (monitor #2). Does not boot (after the amdgpu kernel module loads, all screens detect no signal and go blank).

This is interesting, as I can confirm now that having just one monitor (monitor #2) fails if it connects via HDMI. Luckily, monitor #2 also supports DisplayPort, so I could test if it's an isolated issue with #2. Expectedly, #2 works with DP, so monitor issue is off the table.
Just to be safe, I checked and monitor #1 also supports HDMI, so I checked to see if #2 was giving problems only through HDMI. Unfortunately, #1 also causes a kernel panic when connected via HDMI, and booting with it fails (after the amdgpu kernel module loads, all screens detect no signal and go blank).
In case the HDMI cable was causing issues, I swapped it out with a new one and both failing cases still fail. I don't currently own more DisplayPort cables, so I can't test whether both monitors connected via DP cause a kernel panic as well.

seth wrote:

the complete journal would be more intersting (notably if and when the crng is ready)

Do you refer to this?

Stock kernel:

Sep 17 13:20:24 archlinux kernel: random: crng init done
Sep 17 13:20:24 archlinux systemd[1]: Successfully credited entropy passed from boot loader.
Sep 17 13:20:24 archlinux systemd[1]: systemd 249.4-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON>
Sep 17 13:20:24 archlinux systemd[1]: Detected architecture x86-64.
Sep 17 13:20:24 archlinux systemd[1]: Running in initial RAM disk.
Sep 17 13:20:24 archlinux systemd[1]: Initializing machine ID from random generator.
Sep 17 13:20:24 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
Sep 17 13:20:24 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 17 13:20:24 archlinux systemd[1]: Reached target Local Encrypted Volumes.
Sep 17 13:20:24 archlinux systemd[1]: Reached target Local File Systems.
Sep 17 13:20:24 archlinux systemd[1]: Reached target Path Units.
Sep 17 13:20:24 archlinux systemd[1]: Reached target Slice Units.
Sep 17 13:20:24 archlinux systemd[1]: Reached target Swaps.
Sep 17 13:20:24 archlinux systemd[1]: Reached target Timer Units.
Sep 17 13:20:24 archlinux systemd[1]: Listening on Journal Audit Socket.
Sep 17 13:20:24 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
Sep 17 13:20:24 archlinux systemd[1]: Listening on Journal Socket.
Sep 17 13:20:24 archlinux systemd[1]: Listening on udev Control Socket.
Sep 17 13:20:24 archlinux systemd[1]: Listening on udev Kernel Socket.
Sep 17 13:20:24 archlinux systemd[1]: Reached target Socket Units.
Sep 17 13:20:24 archlinux systemd[1]: Starting Create List of Static Device Nodes...
Sep 17 13:20:24 archlinux systemd[1]: Starting Journal Service...
Sep 17 13:20:24 archlinux systemd[1]: Starting Load Kernel Modules...
Sep 17 13:20:24 archlinux systemd[1]: Starting Coldplug All udev Devices...
Sep 17 13:20:24 archlinux systemd[1]: Finished Create List of Static Device Nodes.
Sep 17 13:20:24 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 17 13:20:24 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 17 13:20:24 archlinux kernel: audit: type=1334 audit(1631884824.172:2): prog-id=6 op=LOAD
Sep 17 13:20:24 archlinux kernel: audit: type=1334 audit(1631884824.172:3): prog-id=7 op=LOAD
Sep 17 13:20:24 archlinux kernel: audit: type=1334 audit(1631884824.172:4): prog-id=8 op=LOAD
Sep 17 13:20:24 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 17 13:20:24 archlinux kernel: cec: Failed to create debugfs cec dir
Sep 17 13:20:24 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 17 13:20:24 archlinux kernel: audit: type=1130 audit(1631884824.182:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux kernel: Linux agpgart interface v0.103
Sep 17 13:20:24 archlinux systemd-journald[551]: Journal started
Sep 17 13:20:24 archlinux systemd-journald[551]: Runtime Journal (/run/log/journal/ddc05d0f6bcc441a9e16f1d4f58954f3) is 8.0M, max 2.5G, 2.5G free.
Sep 17 13:20:24 archlinux audit: BPF prog-id=6 op=LOAD
Sep 17 13:20:24 archlinux audit: BPF prog-id=7 op=LOAD
Sep 17 13:20:24 archlinux audit: BPF prog-id=8 op=LOAD
Sep 17 13:20:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux systemd[1]: Started Journal Service.
Sep 17 13:20:24 archlinux kernel: audit: type=1130 audit(1631884824.305:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux kernel: [drm] amdgpu kernel modesetting enabled.
Sep 17 13:20:24 archlinux kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
Sep 17 13:20:24 archlinux kernel: amdgpu: Virtual CRAT table created for CPU
Sep 17 13:20:24 archlinux kernel: amdgpu: Topology: Add CPU node
Sep 17 13:20:24 archlinux kernel: checking generic (d0000000 300000) vs hw (d0000000 10000000)
Sep 17 13:20:24 archlinux kernel: fb0: switching to amdgpudrmfb from EFI VGA
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: vgaarb: deactivate vga console
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
Sep 17 13:20:24 archlinux kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7340 0x1849:0x5116 0xC5).
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Sep 17 13:20:24 archlinux kernel: [drm] register mmio base: 0xE1C00000
Sep 17 13:20:24 archlinux kernel: [drm] register mmio size: 524288
Sep 17 13:20:24 archlinux kernel: [drm] add ip block number 0 <nv_common>
Sep 17 13:20:24 archlinux kernel: [drm] add ip block number 1 <gmc_v10_0>
Sep 17 13:20:24 archlinux kernel: [drm] add ip block number 2 <navi10_ih>
Sep 17 13:20:24 archlinux kernel: [drm] add ip block number 3 <psp>
Sep 17 13:20:24 archlinux kernel: [drm] add ip block number 4 <smu>
Sep 17 13:20:24 archlinux kernel: [drm] add ip block number 5 <dm>
Sep 17 13:20:24 archlinux kernel: [drm] add ip block number 6 <gfx_v10_0>
Sep 17 13:20:24 archlinux kernel: [drm] add ip block number 7 <sdma_v5_0>
Sep 17 13:20:24 archlinux kernel: [drm] add ip block number 8 <vcn_v2_0>
Sep 17 13:20:24 archlinux kernel: [drm] add ip block number 9 <jpeg_v2_0>
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
Sep 17 13:20:24 archlinux kernel: amdgpu: ATOM BIOS: 113-EXT900137-L04
Sep 17 13:20:24 archlinux kernel: [drm] VCN decode is enabled in VM mode
Sep 17 13:20:24 archlinux kernel: [drm] VCN encode is enabled in VM mode
Sep 17 13:20:24 archlinux kernel: [drm] JPEG decode is enabled in VM mode
Sep 17 13:20:24 archlinux kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Sep 17 13:20:24 archlinux kernel: [drm] Detected VRAM RAM=8176M, BAR=256M
Sep 17 13:20:24 archlinux kernel: [drm] RAM width 256bits GDDR6
Sep 17 13:20:24 archlinux kernel: [drm] amdgpu: 8176M of VRAM memory ready
Sep 17 13:20:24 archlinux kernel: [drm] amdgpu: 8176M of GTT memory ready.
Sep 17 13:20:24 archlinux kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Sep 17 13:20:24 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Sep 17 13:20:24 archlinux kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Sep 17 13:20:24 archlinux kernel: [drm] PSP loading VCN firmware
Sep 17 13:20:24 archlinux systemd[1]: Finished Coldplug All udev Devices.
Sep 17 13:20:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux kernel: audit: type=1130 audit(1631884824.392:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:05:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 17 13:20:24 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 13:20:24 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 13:20:24 archlinux kernel: usb usb1: Product: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: usb usb1: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 13:20:24 archlinux kernel: usb usb1: SerialNumber: 0000:05:00.3
Sep 17 13:20:24 archlinux kernel: hub 1-0:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 1-0:1.0: 2 ports detected
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 13:20:24 archlinux kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 13:20:24 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 13:20:24 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 13:20:24 archlinux kernel: usb usb2: Product: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: usb usb2: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 13:20:24 archlinux kernel: usb usb2: SerialNumber: 0000:05:00.3
Sep 17 13:20:24 archlinux kernel: hub 2-0:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 2-0:1.0: 2 ports detected
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:22:00.0: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:22:00.0: new USB bus registered, assigned bus number 3
Sep 17 13:20:24 archlinux kernel: ccp 0000:25:00.1: enabling device (0000 -> 0002)
Sep 17 13:20:24 archlinux kernel: ccp 0000:25:00.1: ccp enabled
Sep 17 13:20:24 archlinux kernel: cryptd: max_cpu_qlen set to 1000
Sep 17 13:20:24 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
Sep 17 13:20:24 archlinux kernel: AES CTR mode by8 optimization enabled
Sep 17 13:20:24 archlinux systemd[1]: Found device Samsung SSD 970 PRO 1TB system_a.
Sep 17 13:20:24 archlinux systemd[1]: Reached target Initrd Root Device.
Sep 17 13:20:24 archlinux systemd[1]: Starting File System Check on /dev/disk/by-label/system_a...
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:22:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Sep 17 13:20:24 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 13:20:24 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 13:20:24 archlinux kernel: usb usb3: Product: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: usb usb3: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 13:20:24 archlinux kernel: usb usb3: SerialNumber: 0000:22:00.0
Sep 17 13:20:24 archlinux kernel: hub 3-0:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 3-0:1.0: 1 port detected
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:22:00.0: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:22:00.0: new USB bus registered, assigned bus number 4
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:22:00.0: Host supports USB 3.2 Enhanced SuperSpeed
Sep 17 13:20:24 archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 13:20:24 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 13:20:24 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 13:20:24 archlinux kernel: usb usb4: Product: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: usb usb4: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 13:20:24 archlinux kernel: usb usb4: SerialNumber: 0000:22:00.0
Sep 17 13:20:24 archlinux kernel: hub 4-0:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 4-0:1.0: 1 port detected
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:23:00.0: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:23:00.0: new USB bus registered, assigned bus number 5
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:23:00.0: hcc params 0x200071e1 hci version 0x100 quirks 0x0000000000000010
Sep 17 13:20:24 archlinux kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 13:20:24 archlinux kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 13:20:24 archlinux kernel: usb usb5: Product: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: usb usb5: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 13:20:24 archlinux kernel: usb usb5: SerialNumber: 0000:23:00.0
Sep 17 13:20:24 archlinux kernel: hub 5-0:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 5-0:1.0: 4 ports detected
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:23:00.0: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:23:00.0: new USB bus registered, assigned bus number 6
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:23:00.0: Host supports USB 3.0 SuperSpeed
Sep 17 13:20:24 archlinux kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 13:20:24 archlinux kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 13:20:24 archlinux kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 13:20:24 archlinux kernel: usb usb6: Product: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: usb usb6: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 13:20:24 archlinux kernel: usb usb6: SerialNumber: 0000:23:00.0
Sep 17 13:20:24 archlinux kernel: hub 6-0:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 6-0:1.0: 4 ports detected
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:25:00.3: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:25:00.3: new USB bus registered, assigned bus number 7
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:25:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 17 13:20:24 archlinux kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 13:20:24 archlinux kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 13:20:24 archlinux kernel: usb usb7: Product: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: usb usb7: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 13:20:24 archlinux kernel: usb usb7: SerialNumber: 0000:25:00.3
Sep 17 13:20:24 archlinux kernel: hub 7-0:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 7-0:1.0: 2 ports detected
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:25:00.3: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:25:00.3: new USB bus registered, assigned bus number 8
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:25:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 13:20:24 archlinux kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 13:20:24 archlinux kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 13:20:24 archlinux kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 13:20:24 archlinux kernel: usb usb8: Product: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: usb usb8: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 13:20:24 archlinux kernel: usb usb8: SerialNumber: 0000:25:00.3
Sep 17 13:20:24 archlinux kernel: hub 8-0:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 8-0:1.0: 2 ports detected
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:49:00.1: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:49:00.1: new USB bus registered, assigned bus number 9
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:49:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 17 13:20:24 archlinux kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 13:20:24 archlinux kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 13:20:24 archlinux kernel: usb usb9: Product: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: usb usb9: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 13:20:24 archlinux kernel: usb usb9: SerialNumber: 0000:49:00.1
Sep 17 13:20:24 archlinux kernel: hub 9-0:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 9-0:1.0: 6 ports detected
Sep 17 13:20:24 archlinux kernel: ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000007) is beyond end of object (length 0x6) (20210604/exoparg2-393)
Sep 17 13:20:24 archlinux kernel: ACPI Error: Aborting method \_SB.S0D2.D2A0.BYUP.BYD8.XHC1.RHUB.PRT6._PLD due to previous error (AE_AML_PACKAGE_LIMIT) (20210604/psparse-529)
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:49:00.1: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:49:00.1: new USB bus registered, assigned bus number 10
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:49:00.1: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 13:20:24 archlinux kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 13:20:24 archlinux kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 13:20:24 archlinux kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 13:20:24 archlinux kernel: usb usb10: Product: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: usb usb10: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 13:20:24 archlinux kernel: usb usb10: SerialNumber: 0000:49:00.1
Sep 17 13:20:24 archlinux kernel: hub 10-0:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 10-0:1.0: 4 ports detected
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:49:00.3: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:49:00.3: new USB bus registered, assigned bus number 11
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:49:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 17 13:20:24 archlinux kernel: usb usb11: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 13:20:24 archlinux kernel: usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 13:20:24 archlinux kernel: usb usb11: Product: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: usb usb11: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 13:20:24 archlinux kernel: usb usb11: SerialNumber: 0000:49:00.3
Sep 17 13:20:24 archlinux kernel: hub 11-0:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 11-0:1.0: 6 ports detected
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:49:00.3: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:49:00.3: new USB bus registered, assigned bus number 12
Sep 17 13:20:24 archlinux kernel: xhci_hcd 0000:49:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 13:20:24 archlinux kernel: usb usb12: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 13:20:24 archlinux kernel: usb usb12: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 13:20:24 archlinux kernel: usb usb12: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 13:20:24 archlinux kernel: usb usb12: Product: xHCI Host Controller
Sep 17 13:20:24 archlinux kernel: usb usb12: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 13:20:24 archlinux kernel: usb usb12: SerialNumber: 0000:49:00.3
Sep 17 13:20:24 archlinux kernel: hub 12-0:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 12-0:1.0: 4 ports detected
Sep 17 13:20:24 archlinux kernel: audit: type=1130 audit(1631884824.465:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: Fix the reported corruption.
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: Segments per section = 1
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: Sections per zone = 1
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: sector size = 512
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: total sectors = 20971520 (10240 MB)
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: MKFS version
Sep 17 13:20:24 archlinux systemd-fsck[669]:   "Linux version 5.13.13-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000"
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: FSCK version
Sep 17 13:20:24 archlinux systemd-fsck[669]:   from "Linux version 5.13.13-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000"
Sep 17 13:20:24 archlinux systemd-fsck[669]:     to "Linux version 5.14.5-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 16 Sep 2021 11:02:40 +0000"
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: superblock features = 0 :
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: total FS sectors = 20971520 (10240 MB)
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: CKPT version = 5562c208
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: checkpoint state = 41 :  crc unmount
Sep 17 13:20:24 archlinux systemd-fsck[669]: Info: No error was reported
Sep 17 13:20:24 archlinux systemd[1]: Finished File System Check on /dev/disk/by-label/system_a.
Sep 17 13:20:24 archlinux systemd[1]: Mounting /sysroot...
Sep 17 13:20:24 archlinux kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Sep 17 13:20:24 archlinux systemd[1]: Mounted /sysroot.
Sep 17 13:20:24 archlinux systemd[1]: Reached target Initrd Root File System.
Sep 17 13:20:24 archlinux kernel: F2FS-fs (nvme1n1p2): recover fsync data on readonly fs
Sep 17 13:20:24 archlinux kernel: F2FS-fs (nvme1n1p2): Mounted with checkpoint version = 5562c208
Sep 17 13:20:24 archlinux systemd[1]: Starting Reload Configuration from the Real Root...
Sep 17 13:20:24 archlinux systemd[1]: Reloading.
Sep 17 13:20:24 archlinux audit: BPF prog-id=3 op=UNLOAD
Sep 17 13:20:24 archlinux audit: BPF prog-id=6 op=UNLOAD
Sep 17 13:20:24 archlinux kernel: audit: type=1334 audit(1631884824.535:9): prog-id=3 op=UNLOAD
Sep 17 13:20:24 archlinux kernel: audit: type=1334 audit(1631884824.535:10): prog-id=6 op=UNLOAD
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Sep 17 13:20:24 archlinux kernel: [drm] Display Core initialized with v3.2.141!
Sep 17 13:20:24 archlinux audit: BPF prog-id=9 op=LOAD
Sep 17 13:20:24 archlinux audit: BPF prog-id=10 op=LOAD
Sep 17 13:20:24 archlinux audit: BPF prog-id=11 op=LOAD
Sep 17 13:20:24 archlinux audit: BPF prog-id=4 op=UNLOAD
Sep 17 13:20:24 archlinux audit: BPF prog-id=5 op=UNLOAD
Sep 17 13:20:24 archlinux audit: BPF prog-id=12 op=LOAD
Sep 17 13:20:24 archlinux audit: BPF prog-id=13 op=LOAD
Sep 17 13:20:24 archlinux audit: BPF prog-id=14 op=LOAD
Sep 17 13:20:24 archlinux audit: BPF prog-id=7 op=UNLOAD
Sep 17 13:20:24 archlinux audit: BPF prog-id=8 op=UNLOAD
Sep 17 13:20:24 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
Sep 17 13:20:24 archlinux systemd[1]: Finished Reload Configuration from the Real Root.
Sep 17 13:20:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux systemd[1]: Reached target Initrd File Systems.
Sep 17 13:20:24 archlinux kernel: usb 9-5: new high-speed USB device number 2 using xhci_hcd
Sep 17 13:20:24 archlinux kernel: usb 11-3: new high-speed USB device number 2 using xhci_hcd
Sep 17 13:20:24 archlinux kernel: [drm] kiq ring mec 2 pipe 1 q 0
Sep 17 13:20:24 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Sep 17 13:20:24 archlinux kernel: [drm] JPEG decode initialized successfully.
Sep 17 13:20:24 archlinux kernel: usb 9-5: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.52
Sep 17 13:20:24 archlinux kernel: usb 9-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 17 13:20:24 archlinux kernel: usb 9-5: Product: USB2.0 Hub
Sep 17 13:20:24 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 17 13:20:24 archlinux kernel: usb 11-3: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
Sep 17 13:20:24 archlinux kernel: usb 11-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 17 13:20:24 archlinux kernel: usb 11-3: Product: ASM107x
Sep 17 13:20:24 archlinux kernel: usb 11-3: Manufacturer: ASUS TEK.
Sep 17 13:20:24 archlinux kernel: memmap_init_zone_device initialised 2097152 pages in 10ms
Sep 17 13:20:24 archlinux kernel: amdgpu: HMM registered 8176MB device memory
Sep 17 13:20:24 archlinux kernel: amdgpu: SRAT table not found
Sep 17 13:20:24 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
Sep 17 13:20:24 archlinux kernel: amdgpu: Topology: Add dGPU node [0x7340:0x1002]
Sep 17 13:20:24 archlinux kernel: kfd kfd: amdgpu: added device 1002:7340
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Sep 17 13:20:24 archlinux kernel: [drm] fb mappable at 0xD050A000
Sep 17 13:20:24 archlinux kernel: [drm] vram apper at 0xD0000000
Sep 17 13:20:24 archlinux kernel: [drm] size 14745600
Sep 17 13:20:24 archlinux kernel: [drm] fb depth is 24
Sep 17 13:20:24 archlinux kernel: [drm]    pitch is 10240
Sep 17 13:20:24 archlinux kernel: fbcon: amdgpu (fb0) is primary device
Sep 17 13:20:24 archlinux kernel: fbcon: Deferring console take-over
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Sep 17 13:20:24 archlinux kernel: hub 9-5:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 9-5:1.0: 4 ports detected
Sep 17 13:20:24 archlinux kernel: hub 11-3:1.0: USB hub found
Sep 17 13:20:24 archlinux kernel: hub 11-3:1.0: 4 ports detected
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Sep 17 13:20:24 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Sep 17 13:20:24 archlinux kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Sep 17 13:20:24 archlinux kernel: BUG: kernel NULL pointer dereference, address: 000000000000002f
Sep 17 13:20:24 archlinux kernel: #PF: supervisor read access in kernel mode
Sep 17 13:20:24 archlinux kernel: #PF: error_code(0x0000) - not-present page
Sep 17 13:20:24 archlinux kernel: PGD 0 P4D 0 
Sep 17 13:20:24 archlinux kernel: Oops: 0000 [#1] PREEMPT SMP PTI
Sep 17 13:20:24 archlinux kernel: CPU: 38 PID: 552 Comm: systemd-modules Not tainted 5.14.5-arch1-1 #1 daae17e3dafe98cbbb1977d665649e8e3f3a10e8
Sep 17 13:20:24 archlinux kernel: Hardware name: ASUS System Product Name/ROG ZENITH II EXTREME ALPHA, BIOS 1502 07/13/2021
Sep 17 13:20:24 archlinux kernel: RIP: 0010:debugfs_create_file_size+0x2e/0x40
Sep 17 13:20:24 archlinux kernel: Code: 00 4d 85 c0 53 48 c7 c0 40 e9 a5 87 4c 89 cb 4d 89 c1 49 c7 c0 40 e7 a5 87 0f b7 f6 4c 0f 44 c0 e8 07 fe ff ff 48 85 c0 74 08 <48> 8b 40 30 48 89 58 50 5b c3 0f 1f 84 00 00 00 00 00 0f 1f 44 00
Sep 17 13:20:24 archlinux kernel: RSP: 0018:ffffa73fc1c27998 EFLAGS: 00010286
Sep 17 13:20:24 archlinux kernel: RAX: ffffffffffffffff RBX: 00000001ff000000 RCX: ffff925a4af00000
Sep 17 13:20:24 archlinux kernel: RDX: 0000000000000000 RSI: ffffffffffffffff RDI: ffffffffc09ed106
Sep 17 13:20:24 archlinux kernel: RBP: ffff925a4af00000 R08: ffffffff87a5e740 R09: ffffffffc0875800
Sep 17 13:20:24 archlinux kernel: R10: ffffa73fc1c277d0 R11: ffff9276cf0dc6e8 R12: ffff925a4af00000
Sep 17 13:20:24 archlinux kernel: R13: ffffffffffffffff R14: ffff925a4af00000 R15: 0000000000000000
Sep 17 13:20:24 archlinux kernel: FS:  00007f786b540a40(0000) GS:ffff92764d980000(0000) knlGS:0000000000000000
Sep 17 13:20:24 archlinux kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 17 13:20:24 archlinux kernel: CR2: 000000000000002f CR3: 0000000c9d76e000 CR4: 0000000000350ee0
Sep 17 13:20:24 archlinux kernel: Call Trace:
Sep 17 13:20:24 archlinux kernel:  amdgpu_ttm_debugfs_init+0x39/0x110 [amdgpu 812eb096da2ae7a6272eda65ebd58e52a03d6b77]
Sep 17 13:20:24 archlinux kernel:  amdgpu_debugfs_init+0x6c/0x290 [amdgpu 812eb096da2ae7a6272eda65ebd58e52a03d6b77]
Sep 17 13:20:24 archlinux kernel:  amdgpu_pci_probe+0x171/0x1a0 [amdgpu 812eb096da2ae7a6272eda65ebd58e52a03d6b77]
Sep 17 13:20:24 archlinux kernel:  local_pci_probe+0x42/0x80
Sep 17 13:20:24 archlinux kernel:  ? pci_match_device+0xd7/0x110
Sep 17 13:20:24 archlinux kernel:  pci_device_probe+0xfa/0x1b0
Sep 17 13:20:24 archlinux kernel:  really_probe+0x1f5/0x3f0
Sep 17 13:20:24 archlinux kernel:  __driver_probe_device+0xfe/0x180
Sep 17 13:20:24 archlinux kernel:  driver_probe_device+0x1e/0x90
Sep 17 13:20:24 archlinux kernel:  __driver_attach+0xc0/0x1c0
Sep 17 13:20:24 archlinux kernel:  ? __device_attach_driver+0xe0/0xe0
Sep 17 13:20:24 archlinux kernel:  ? __device_attach_driver+0xe0/0xe0
Sep 17 13:20:24 archlinux kernel:  bus_for_each_dev+0x89/0xd0
Sep 17 13:20:24 archlinux kernel:  bus_add_driver+0x12b/0x1e0
Sep 17 13:20:24 archlinux kernel:  driver_register+0x8f/0xe0
Sep 17 13:20:24 archlinux kernel:  ? 0xffffffffc0c42000
Sep 17 13:20:24 archlinux kernel:  do_one_initcall+0x57/0x220
Sep 17 13:20:24 archlinux kernel:  do_init_module+0x5c/0x270
Sep 17 13:20:24 archlinux kernel:  load_module+0x2588/0x2790
Sep 17 13:20:24 archlinux kernel:  ? __do_sys_init_module+0x12e/0x1b0
Sep 17 13:20:24 archlinux kernel:  __do_sys_init_module+0x12e/0x1b0
Sep 17 13:20:24 archlinux kernel:  do_syscall_64+0x5c/0x80
Sep 17 13:20:24 archlinux kernel:  ? vfs_read+0xf3/0x180
Sep 17 13:20:24 archlinux kernel:  ? ksys_read+0x67/0xe0
Sep 17 13:20:24 archlinux kernel:  ? syscall_exit_to_user_mode+0x23/0x40
Sep 17 13:20:24 archlinux kernel:  ? do_syscall_64+0x69/0x80
Sep 17 13:20:24 archlinux kernel:  ? syscall_exit_to_user_mode+0x23/0x40
Sep 17 13:20:24 archlinux kernel:  ? do_syscall_64+0x69/0x80
Sep 17 13:20:24 archlinux kernel:  ? exc_page_fault+0x72/0x170
Sep 17 13:20:24 archlinux kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xae
Sep 17 13:20:24 archlinux kernel: RIP: 0033:0x7f786beec32e
Sep 17 13:20:24 archlinux kernel: Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
Sep 17 13:20:24 archlinux kernel: RSP: 002b:00007ffef19479e8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Sep 17 13:20:24 archlinux kernel: RAX: ffffffffffffffda RBX: 0000558a8e21d3c0 RCX: 00007f786beec32e
Sep 17 13:20:24 archlinux kernel: RDX: 00007f786bfcca9d RSI: 0000000000f03af1 RDI: 00007f7869608010
Sep 17 13:20:24 archlinux kernel: RBP: 00007f7869608010 R08: 00007f786afed000 R09: 0000000000000000
Sep 17 13:20:24 archlinux kernel: R10: 0000558a8e2b0410 R11: 0000000000000246 R12: 00007f786bfcca9d
Sep 17 13:20:24 archlinux kernel: R13: 0000558a8e21d3c0 R14: 0000558a8e21d4a0 R15: 0000558a8e21d3c0
Sep 17 13:20:24 archlinux kernel: Modules linked in: f2fs crc32_generic lz4hc_compress crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel crypto_simd cryptd ccp xhci_pci xhci_pci_renesas tpm_crb tpm_tis tpm_tis_core tpm rng_core amdgpu(+) drm_ttm_helper ttm agpgart gpu_sched i2c_algo_bit drm_>
Sep 17 13:20:24 archlinux kernel: CR2: 000000000000002f
Sep 17 13:20:24 archlinux kernel: ---[ end trace 5a864787e540daf7 ]---
Sep 17 13:20:24 archlinux kernel: RIP: 0010:debugfs_create_file_size+0x2e/0x40
Sep 17 13:20:24 archlinux kernel: Code: 00 4d 85 c0 53 48 c7 c0 40 e9 a5 87 4c 89 cb 4d 89 c1 49 c7 c0 40 e7 a5 87 0f b7 f6 4c 0f 44 c0 e8 07 fe ff ff 48 85 c0 74 08 <48> 8b 40 30 48 89 58 50 5b c3 0f 1f 84 00 00 00 00 00 0f 1f 44 00
Sep 17 13:20:24 archlinux kernel: RSP: 0018:ffffa73fc1c27998 EFLAGS: 00010286
Sep 17 13:20:24 archlinux kernel: RAX: ffffffffffffffff RBX: 00000001ff000000 RCX: ffff925a4af00000
Sep 17 13:20:24 archlinux kernel: RDX: 0000000000000000 RSI: ffffffffffffffff RDI: ffffffffc09ed106
Sep 17 13:20:24 archlinux kernel: RBP: ffff925a4af00000 R08: ffffffff87a5e740 R09: ffffffffc0875800
Sep 17 13:20:24 archlinux kernel: R10: ffffa73fc1c277d0 R11: ffff9276cf0dc6e8 R12: ffff925a4af00000
Sep 17 13:20:24 archlinux kernel: R13: ffffffffffffffff R14: ffff925a4af00000 R15: 0000000000000000
Sep 17 13:20:24 archlinux kernel: FS:  00007f786b540a40(0000) GS:ffff92764d980000(0000) knlGS:0000000000000000
Sep 17 13:20:24 archlinux kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 17 13:20:24 archlinux kernel: CR2: 000000000000002f CR3: 0000000c9d76e000 CR4: 0000000000350ee0
Sep 17 13:20:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed'
Sep 17 13:20:24 archlinux systemd[1]: systemd-modules-load.service: Main process exited, code=killed, status=9/KILL
Sep 17 13:20:24 archlinux systemd[1]: systemd-modules-load.service: Failed with result 'signal'.
Sep 17 13:20:24 archlinux systemd[1]: Failed to start Load Kernel Modules.
Sep 17 13:20:24 archlinux systemd[1]: Reached target System Initialization.
Sep 17 13:20:24 archlinux systemd[1]: Reached target Basic System.
Sep 17 13:20:24 archlinux systemd[1]: Reached target Initrd Default Target.
Sep 17 13:20:24 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Sep 17 13:20:24 archlinux systemd[1]: Stopped target Initrd Default Target.
Sep 17 13:20:24 archlinux systemd[1]: Stopped target Basic System.
Sep 17 13:20:24 archlinux systemd[1]: Stopped target Initrd Root Device.
Sep 17 13:20:24 archlinux systemd[1]: Stopped target Path Units.
Sep 17 13:20:24 archlinux systemd[1]: Stopped target Slice Units.
Sep 17 13:20:24 archlinux systemd[1]: Stopped target Socket Units.
Sep 17 13:20:24 archlinux systemd[1]: Stopped target System Initialization.
Sep 17 13:20:24 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
Sep 17 13:20:24 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Sep 17 13:20:24 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Sep 17 13:20:24 archlinux systemd[1]: Stopped target Local File Systems.
Sep 17 13:20:24 archlinux systemd[1]: Stopped target Swaps.
Sep 17 13:20:24 archlinux systemd[1]: Stopped target Timer Units.
Sep 17 13:20:24 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
Sep 17 13:20:24 archlinux systemd[1]: Stopped Coldplug All udev Devices.
Sep 17 13:20:24 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
Sep 17 13:20:24 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
Sep 17 13:20:24 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
Sep 17 13:20:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:20:24 archlinux kernel: usb 12-3: new SuperSpeed USB device number 2 using xhci_hcd
Sep 17 13:20:24 archlinux kernel: usb 12-3: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
Sep 17 13:20:24 archlinux kernel: usb 12-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 17 13:20:24 archlinux kernel: usb 12-3: Product: ASM107x
Sep 17 13:20:24 archlinux kernel: usb 12-3: Manufacturer: ASUS TEK.
Sep 17 13:20:25 archlinux kernel: hub 12-3:1.0: USB hub found
Sep 17 13:20:25 archlinux kernel: hub 12-3:1.0: 4 ports detected
Sep 17 13:20:25 archlinux kernel: usb 9-6: new full-speed USB device number 3 using xhci_hcd
Sep 17 13:20:25 archlinux kernel: usb 11-4: new high-speed USB device number 3 using xhci_hcd
Sep 17 13:20:25 archlinux kernel: usb 11-4: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
Sep 17 13:20:25 archlinux kernel: usb 11-4: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 17 13:20:25 archlinux kernel: usb 11-4: Product: ASM107x
Sep 17 13:20:25 archlinux kernel: usb 11-4: Manufacturer: ASUS TEK.
Sep 17 13:20:25 archlinux kernel: usb 9-6: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Sep 17 13:20:25 archlinux kernel: usb 9-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 17 13:20:25 archlinux kernel: hub 11-4:1.0: USB hub found
Sep 17 13:20:25 archlinux kernel: hub 11-4:1.0: 4 ports detected
Sep 17 13:20:25 archlinux kernel: usb 9-5.3: new full-speed USB device number 4 using xhci_hcd
Sep 17 13:20:25 archlinux kernel: usb 12-4: new SuperSpeed USB device number 3 using xhci_hcd
Sep 17 13:20:25 archlinux kernel: usb 12-4: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
Sep 17 13:20:25 archlinux kernel: usb 12-4: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 17 13:20:25 archlinux kernel: usb 12-4: Product: ASM107x
Sep 17 13:20:25 archlinux kernel: usb 12-4: Manufacturer: ASUS TEK.
Sep 17 13:20:25 archlinux kernel: hub 12-4:1.0: USB hub found
Sep 17 13:20:25 archlinux kernel: hub 12-4:1.0: 4 ports detected
Sep 17 13:20:25 archlinux kernel: usb 9-5.3: config 1 has an invalid interface number: 2 but max is 1
Sep 17 13:20:25 archlinux kernel: usb 9-5.3: config 1 has no interface number 1
Sep 17 13:20:25 archlinux kernel: usb 9-5.3: New USB device found, idVendor=0b05, idProduct=18f3, bcdDevice= 1.00
Sep 17 13:20:25 archlinux kernel: usb 9-5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 17 13:20:25 archlinux kernel: usb 9-5.3: Product: AURA LED Controller
Sep 17 13:20:25 archlinux kernel: usb 9-5.3: Manufacturer: AsusTek Computer Inc.
Sep 17 13:20:25 archlinux kernel: usb 9-5.3: SerialNumber: 9876543210
Sep 17 13:20:25 archlinux kernel: usb 11-5: new high-speed USB device number 4 using xhci_hcd
Sep 17 13:20:25 archlinux kernel: usb 9-5.4: new full-speed USB device number 5 using xhci_hcd
Sep 17 13:20:25 archlinux kernel: usb 9-5.4: New USB device found, idVendor=0b05, idProduct=18bb, bcdDevice= 2.00
Sep 17 13:20:25 archlinux kernel: usb 9-5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 17 13:20:25 archlinux kernel: usb 9-5.4: Product: AURA LED Controller
Sep 17 13:20:25 archlinux kernel: usb 9-5.4: Manufacturer: AsusTek Computer Inc.
Sep 17 13:20:25 archlinux kernel: usb 9-5.4: SerialNumber: 204033815252
Sep 17 13:20:27 archlinux kernel: usb 11-5: New USB device found, idVendor=0b05, idProduct=1916, bcdDevice= 0.04
Sep 17 13:20:27 archlinux kernel: usb 11-5: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Sep 17 13:20:27 archlinux kernel: usb 11-5: Product: USB Audio
Sep 17 13:20:27 archlinux kernel: usb 11-5: Manufacturer: Generic
Sep 17 13:20:28 archlinux kernel: usb 11-6: new high-speed USB device number 5 using xhci_hcd
Sep 17 13:20:28 archlinux kernel: usb 11-6: New USB device found, idVendor=0b05, idProduct=1915, bcdDevice= 0.04
Sep 17 13:20:28 archlinux kernel: usb 11-6: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Sep 17 13:20:28 archlinux kernel: usb 11-6: Product: USB Audio
Sep 17 13:20:28 archlinux kernel: usb 11-6: Manufacturer: Generic
Sep 17 13:21:55 archlinux systemd[1]: systemd-udevd.service: State 'stop-sigterm' timed out. Killing.
Sep 17 13:21:55 archlinux systemd[1]: systemd-udevd.service: Killing process 555 (systemd-udevd) with signal SIGKILL.
Sep 17 13:21:55 archlinux systemd[1]: systemd-udevd.service: Killing process 567 (systemd-udevd) with signal SIGKILL.
Sep 17 13:21:55 archlinux systemd[1]: systemd-udevd.service: Main process exited, code=killed, status=9/KILL
Sep 17 13:21:55 archlinux systemd[1]: systemd-udevd.service: Killing process 567 (systemd-udevd) with signal SIGKILL.
Sep 17 13:21:55 archlinux systemd[1]: systemd-udevd.service: Failed with result 'timeout'.
Sep 17 13:21:55 archlinux systemd[1]: systemd-udevd.service: Unit process 567 (systemd-udevd) remains running after unit stopped.
Sep 17 13:21:55 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
Sep 17 13:21:55 archlinux systemd[1]: systemd-udevd.service: Consumed 1.069s CPU time.
Sep 17 13:21:55 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed'
Sep 17 13:21:55 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
Sep 17 13:21:55 archlinux systemd[1]: Closed udev Control Socket.
Sep 17 13:21:55 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Sep 17 13:21:55 archlinux systemd[1]: Closed udev Kernel Socket.
Sep 17 13:21:55 archlinux systemd[1]: Starting Cleanup udev Database...
Sep 17 13:21:55 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Sep 17 13:21:55 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
Sep 17 13:21:55 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
Sep 17 13:21:55 archlinux systemd[1]: Stopped Create List of Static Device Nodes.
Sep 17 13:21:55 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 archlinux kernel: kauditd_printk_skb: 16 callbacks suppressed
Sep 17 13:21:55 archlinux kernel: audit: type=1131 audit(1631884915.115:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed'
Sep 17 13:21:55 archlinux kernel: audit: type=1131 audit(1631884915.115:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 archlinux kernel: audit: type=1131 audit(1631884915.115:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
Sep 17 13:21:55 archlinux systemd[1]: Finished Cleanup udev Database.
Sep 17 13:21:55 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 archlinux systemd[1]: Reached target Switch Root.
Sep 17 13:21:55 archlinux systemd[1]: Starting Switch Root...
Sep 17 13:21:55 archlinux kernel: audit: type=1130 audit(1631884915.118:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 archlinux kernel: audit: type=1131 audit(1631884915.118:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 archlinux systemd[1]: Switching root.
Sep 17 13:21:55 archlinux audit: BPF prog-id=9 op=UNLOAD
Sep 17 13:21:55 archlinux kernel: audit: type=1334 audit(1631884915.138:32): prog-id=9 op=UNLOAD
Sep 17 13:21:55 archlinux audit: BPF prog-id=12 op=UNLOAD
Sep 17 13:21:55 archlinux kernel: audit: type=1334 audit(1631884915.175:33): prog-id=12 op=UNLOAD
Sep 17 13:21:55 archlinux systemd-journald[551]: Journal stopped
Sep 17 13:21:55 host systemd-journald[551]: Received SIGTERM from PID 1 (systemd).
Sep 17 13:21:55 host systemd[1]: systemd 249.4-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTM>
Sep 17 13:21:55 host systemd[1]: Detected architecture x86-64.
Sep 17 13:21:55 host systemd[1]: Hostname set to <host>.
Sep 17 13:21:55 host kernel: audit: type=1334 audit(1631884915.252:34): prog-id=15 op=LOAD
Sep 17 13:21:55 host kernel: audit: type=1334 audit(1631884915.252:35): prog-id=15 op=UNLOAD
Sep 17 13:21:55 host kernel: audit: type=1334 audit(1631884915.252:36): prog-id=16 op=LOAD
Sep 17 13:21:55 host kernel: NET: Registered PF_ALG protocol family
Sep 17 13:21:55 host systemd[1]: initrd-switch-root.service: Deactivated successfully.
Sep 17 13:21:55 host systemd[1]: Stopped Switch Root.
Sep 17 13:21:55 host systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Sep 17 13:21:55 host systemd[1]: Created slice Slice /system/getty.
Sep 17 13:21:55 host systemd[1]: Created slice Slice /system/modprobe.
Sep 17 13:21:55 host systemd[1]: Created slice Slice /system/netctl.
Sep 17 13:21:55 host systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 17 13:21:55 host systemd[1]: Created slice User and Session Slice.
Sep 17 13:21:55 host systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 17 13:21:55 host systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 17 13:21:55 host systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 17 13:21:55 host systemd[1]: Reached target Local Encrypted Volumes.
Sep 17 13:21:55 host systemd[1]: Reached target Login Prompts.
Sep 17 13:21:55 host systemd[1]: Stopped target Switch Root.
Sep 17 13:21:55 host systemd[1]: Stopped target Initrd File Systems.
Sep 17 13:21:55 host systemd[1]: Stopped target Initrd Root File System.
Sep 17 13:21:55 host systemd[1]: Reached target Path Units.
Sep 17 13:21:55 host systemd[1]: Reached target Remote File Systems.
Sep 17 13:21:55 host systemd[1]: Reached target Slice Units.
Sep 17 13:21:55 host systemd[1]: Reached target Swaps.
Sep 17 13:21:55 host systemd[1]: Reached target Local Verity Integrity Protected Volumes.
Sep 17 13:21:55 host systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 17 13:21:55 host systemd[1]: Listening on LVM2 poll daemon socket.
Sep 17 13:21:55 host systemd[1]: Listening on Process Core Dump Socket.
Sep 17 13:21:55 host systemd[1]: Listening on udev Control Socket.
Sep 17 13:21:55 host systemd[1]: Listening on udev Kernel Socket.
Sep 17 13:21:55 host systemd[1]: Mounting Huge Pages File System...
Sep 17 13:21:55 host systemd[1]: Mounting POSIX Message Queue File System...
Sep 17 13:21:55 host systemd[1]: Condition check resulted in Kernel Debug File System being skipped.
Sep 17 13:21:55 host systemd[1]: Mounting Kernel Trace File System...
Sep 17 13:21:55 host systemd[1]: Mounting Temporary Directory /tmp...
Sep 17 13:21:55 host systemd[1]: Starting Create List of Static Device Nodes...
Sep 17 13:21:55 host systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 17 13:21:55 host systemd[1]: Starting Load Kernel Module configfs...
Sep 17 13:21:55 host systemd[1]: Starting Load Kernel Module drm...
Sep 17 13:21:55 host systemd[1]: Starting Load Kernel Module fuse...
Sep 17 13:21:55 host systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Sep 17 13:21:55 host systemd[1]: systemd-fsck-root.service: Deactivated successfully.
Sep 17 13:21:55 host systemd[1]: Stopped File System Check on Root Device.
Sep 17 13:21:55 host systemd[1]: Stopped Journal Service.
Sep 17 13:21:55 host systemd[1]: Starting Journal Service...
Sep 17 13:21:55 host systemd[1]: Starting Load Kernel Modules...
Sep 17 13:21:55 host systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 17 13:21:55 host systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Sep 17 13:21:55 host systemd[1]: Starting Coldplug All udev Devices...
Sep 17 13:21:55 host systemd[1]: Mounted Huge Pages File System.
Sep 17 13:21:55 host systemd[1]: Mounted POSIX Message Queue File System.
Sep 17 13:21:55 host systemd[1]: Mounted Kernel Trace File System.
Sep 17 13:21:55 host systemd[1]: Mounted Temporary Directory /tmp.
Sep 17 13:21:55 host systemd[1]: Finished Create List of Static Device Nodes.
Sep 17 13:21:55 host systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 17 13:21:55 host systemd[1]: Finished Load Kernel Module configfs.
Sep 17 13:21:55 host systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 17 13:21:55 host systemd[1]: Finished Load Kernel Module drm.
Sep 17 13:21:55 host systemd[1]: Mounting Kernel Configuration File System...
Sep 17 13:21:55 host kernel: fuse: init (API version 7.34)
Sep 17 13:21:55 host systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 17 13:21:55 host systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 17 13:21:55 host systemd[1]: Finished Load Kernel Module fuse.
Sep 17 13:21:55 host systemd[1]: Finished Load Kernel Modules.
Sep 17 13:21:55 host systemd[1]: Mounted Kernel Configuration File System.
Sep 17 13:21:55 host systemd[1]: Mounting FUSE Control File System...
Sep 17 13:21:55 host systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Sep 17 13:21:55 host systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Sep 17 13:21:55 host systemd[1]: Starting Load/Save Random Seed...
Sep 17 13:21:55 host systemd-journald[730]: Journal started
Sep 17 13:21:55 host systemd-journald[730]: Runtime Journal (/run/log/journal/f38acae880fc4c06b16eaa4ebdc4edff) is 8.0M, max 2.5G, 2.5G free.
Sep 17 13:21:55 host audit: BPF prog-id=15 op=LOAD
Sep 17 13:21:55 host audit: BPF prog-id=15 op=UNLOAD
Sep 17 13:21:55 host audit: BPF prog-id=16 op=LOAD
Sep 17 13:21:55 host audit: BPF prog-id=16 op=UNLOAD
Sep 17 13:21:55 host audit: BPF prog-id=17 op=LOAD
Sep 17 13:21:55 host audit: BPF prog-id=18 op=LOAD
Sep 17 13:21:55 host audit: BPF prog-id=19 op=LOAD
Sep 17 13:21:55 host audit: BPF prog-id=10 op=UNLOAD
Sep 17 13:21:55 host audit: BPF prog-id=11 op=UNLOAD
Sep 17 13:21:55 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit: BPF prog-id=20 op=LOAD
Sep 17 13:21:55 host audit: BPF prog-id=21 op=LOAD
Sep 17 13:21:55 host audit: BPF prog-id=22 op=LOAD
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit: CONFIG_CHANGE op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 res=1
Sep 17 13:21:55 host audit[730]: SYSCALL arch=c000003e syscall=46 success=yes exit=60 a0=6 a1=7ffd4409c170 a2=4000 a3=7ffd4409c20c items=0 ppid=1 pid=730 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-journal" exe="/usr/lib/systemd/systemd-journald" ke>
Sep 17 13:21:55 host audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-journald"
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit: BPF prog-id=19 op=UNLOAD
Sep 17 13:21:55 host audit: BPF prog-id=18 op=UNLOAD
Sep 17 13:21:55 host audit: BPF prog-id=17 op=UNLOAD
Sep 17 13:21:55 host systemd[1]: Queued start job for default target Graphical Interface.
Sep 17 13:21:55 host systemd[1]: systemd-journald.service: Deactivated successfully.
Sep 17 13:21:55 host systemd-modules-load[731]: Inserted module 'crypto_user'
Sep 17 13:21:55 host systemd[1]: Starting Apply Kernel Variables...
Sep 17 13:21:55 host systemd[1]: Condition check resulted in Create System Users being skipped.
Sep 17 13:21:55 host systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 17 13:21:55 host systemd[1]: Started Journal Service.
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host systemd[1]: Mounted FUSE Control File System.
Sep 17 13:21:55 host systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 17 13:21:55 host systemd-sysctl[742]: Couldn't write '16' to 'vm/mmap_rns_compat_bits', ignoring: No such file or directory
Sep 17 13:21:55 host systemd[1]: Finished Apply Kernel Variables.
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host systemd-journald[730]: Time spent on flushing to /var/log/journal/f38acae880fc4c06b16eaa4ebdc4edff is 28.745ms for 2183 entries.
Sep 17 13:21:55 host systemd-journald[730]: System Journal (/var/log/journal/f38acae880fc4c06b16eaa4ebdc4edff) is 240.2M, max 1023.8M, 783.5M free.
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit: BPF prog-id=23 op=LOAD
Sep 17 13:21:55 host audit: BPF prog-id=24 op=LOAD
Sep 17 13:21:55 host audit: BPF prog-id=25 op=LOAD
Sep 17 13:21:55 host audit: BPF prog-id=13 op=UNLOAD
Sep 17 13:21:55 host audit: BPF prog-id=14 op=UNLOAD
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host systemd[1]: Finished Load/Save Random Seed.
Sep 17 13:21:55 host systemd[1]: Condition check resulted in First Boot Complete being skipped.
Sep 17 13:21:55 host systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 17 13:21:55 host systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 17 13:21:55 host systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 17 13:21:55 host systemd[1]: Reached target Preparation for Local File Systems.
Sep 17 13:21:55 host systemd[1]: Mounting /data...
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Sep 17 13:21:55 host systemd[1]: Mounting /vendor...
Sep 17 13:21:55 host systemd[1]: Starting File System Check on /dev/disk/by-label/BOOT...
Sep 17 13:21:55 host systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 17 13:21:55 host systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host kernel: F2FS-fs (nvme1n1p4): Found nat_bits in checkpoint
Sep 17 13:21:55 host systemd[1]: Mounted /vendor.
Sep 17 13:21:55 host kernel: F2FS-fs (nvme1n1p4): Mounted with checkpoint version = 4acc5544
Sep 17 13:21:55 host systemd-fsck[779]: fsck.fat 4.2 (2021-01-31)
Sep 17 13:21:55 host systemd-fsck[779]: /dev/nvme1n1p1: 16 files, 172811/201616 clusters
Sep 17 13:21:55 host systemd[1]: Starting Load Kernel Module configfs...
Sep 17 13:21:55 host systemd[1]: Finished File System Check on /dev/disk/by-label/BOOT.
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-BOOT comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host systemd[1]: Mounting /efi...
Sep 17 13:21:55 host systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 17 13:21:55 host systemd[1]: Finished Load Kernel Module configfs.
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host systemd[1]: Mounted /efi.
Sep 17 13:21:55 host kernel: F2FS-fs (nvme1n1p8): Mounted with checkpoint version = 3b655a3d
Sep 17 13:21:55 host systemd[1]: Mounted /data.
Sep 17 13:21:55 host systemd[1]: Reached target Local File Systems.
Sep 17 13:21:55 host systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Sep 17 13:21:55 host systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Sep 17 13:21:55 host systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Sep 17 13:21:55 host systemd[1]: Starting Create Volatile Files and Directories...
Sep 17 13:21:55 host systemd[1]: Finished Create Volatile Files and Directories.
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Sep 17 13:21:55 host systemd[1]: Condition check resulted in Update is Completed being skipped.
Sep 17 13:21:55 host systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 17 13:21:55 host audit[797]: SYSTEM_BOOT pid=797 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Sep 17 13:21:55 host kernel: pinctrl core: failed to create debugfs directory for AMDI0030:00
Sep 17 13:21:55 host kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 13:21:55 host kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 13:21:55 host kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 13:21:55 host systemd[1]: Finished Coldplug All udev Devices.
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host systemd[1]: Reached target System Initialization.
Sep 17 13:21:55 host systemd[1]: Started Daily man-db regeneration.
Sep 17 13:21:55 host systemd[1]: Started Daily verification of password and group files.
Sep 17 13:21:55 host systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 17 13:21:55 host systemd[1]: Reached target Timer Units.
Sep 17 13:21:55 host systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 17 13:21:55 host systemd[1]: Reached target Socket Units.
Sep 17 13:21:55 host systemd[1]: Reached target Basic System.
Sep 17 13:21:55 host systemd[1]: Started D-Bus System Message Bus.
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host audit: BPF prog-id=26 op=LOAD
Sep 17 13:21:55 host audit: BPF prog-id=27 op=LOAD
Sep 17 13:21:55 host audit: BPF prog-id=28 op=LOAD
Sep 17 13:21:55 host systemd[1]: Starting User Login Management...
Sep 17 13:21:55 host kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Sep 17 13:21:55 host kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 17 13:21:55 host kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Sep 17 13:21:55 host kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 17 13:21:55 host kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 17 13:21:55 host kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 17 13:21:55 host systemd-logind[862]: Watching system buttons on /dev/input/event1 (Power Button)
Sep 17 13:21:55 host kernel: MACsec IEEE 802.1AE
Sep 17 13:21:55 host systemd-logind[862]: New seat seat0.
Sep 17 13:21:55 host systemd[1]: Started User Login Management.
Sep 17 13:21:55 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:55 host systemd-logind[862]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 17 13:21:55 host kernel: dca service started, version 1.12.1
Sep 17 13:21:55 host kernel: atlantic 0000:44:00.0: enabling device (0000 -> 0002)
Sep 17 13:21:55 host kernel: mc: Linux media interface: v0.10
Sep 17 13:21:55 host kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Sep 17 13:21:55 host kernel: hid-generic 0003:0B05:18F3.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:49:00.1-5.3/input2
Sep 17 13:21:55 host kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Sep 17 13:21:55 host kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 17 13:21:55 host kernel: snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
Sep 17 13:21:55 host kernel: snd_hda_intel 0000:03:00.1: Force to non-snoop mode
Sep 17 13:21:55 host kernel: snd_hda_intel 0000:25:00.4: Skipping the device on the denylist
Sep 17 13:21:55 host kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Sep 17 13:21:55 host kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Sep 17 13:21:55 host kernel: igb 0000:47:00.0: enabling device (0000 -> 0002)
Sep 17 13:21:55 host kernel: hid-generic 0003:0B05:18BB.0002: hiddev97,hidraw1: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:49:00.1-5.4/input0
Sep 17 13:21:55 host kernel: input: Generic USB Audio Consumer Control as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-5/11-5:1.6/0003:0B05:1916.0003/input/input3
Sep 17 13:21:55 host kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Sep 17 13:21:55 host kernel: pps pps0: new PPS source ptp0
Sep 17 13:21:55 host kernel: igb 0000:47:00.0: added PHC on eth0
Sep 17 13:21:55 host kernel: igb 0000:47:00.0: Intel(R) Gigabit Ethernet Network Connection
Sep 17 13:21:55 host kernel: igb 0000:47:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 04:42:1a:04:07:c7
Sep 17 13:21:55 host kernel: igb 0000:47:00.0: eth0: PBA No: FFFFFF-0FF
Sep 17 13:21:55 host kernel: igb 0000:47:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Sep 17 13:21:55 host kernel: Bluetooth: Core ver 2.22
Sep 17 13:21:55 host kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 17 13:21:55 host kernel: Bluetooth: HCI device and connection manager initialized
Sep 17 13:21:55 host kernel: Bluetooth: HCI socket layer initialized
Sep 17 13:21:55 host kernel: Bluetooth: L2CAP socket layer initialized
Sep 17 13:21:55 host kernel: Bluetooth: SCO socket layer initialized
Sep 17 13:21:55 host kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 17 13:21:55 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input5
Sep 17 13:21:55 host kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 17 13:21:55 host kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 17 13:21:55 host kernel: cfg80211: failed to load regulatory.db
Sep 17 13:21:55 host kernel: input: Generic USB Audio as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-5/11-5:1.6/0003:0B05:1916.0003/input/input4
Sep 17 13:21:55 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input6
Sep 17 13:21:55 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input7
Sep 17 13:21:55 host kernel: hid-generic 0003:0B05:1916.0003: input,hiddev98,hidraw2: USB HID v1.11 Device [Generic USB Audio] on usb-0000:49:00.3-5/input6
Sep 17 13:21:55 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input8
Sep 17 13:21:55 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input9
Sep 17 13:21:55 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input10
Sep 17 13:21:55 host kernel: input: Generic USB Audio Consumer Control as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-6/11-6:1.2/0003:0B05:1915.0004/input/input11
Sep 17 13:21:55 host kernel: input: Generic USB Audio as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-6/11-6:1.2/0003:0B05:1915.0004/input/input12
Sep 17 13:21:55 host kernel: hid-generic 0003:0B05:1915.0004: input,hiddev99,hidraw3: USB HID v1.11 Device [Generic USB Audio] on usb-0000:49:00.3-6/input2
Sep 17 13:21:55 host kernel: usbcore: registered new interface driver usbhid
Sep 17 13:21:55 host kernel: usbhid: USB HID core driver
Sep 17 13:21:56 host kernel: kvm: Nested Virtualization enabled
Sep 17 13:21:56 host kernel: SVM: kvm: Nested Paging enabled
Sep 17 13:21:56 host kernel: SEV supported: 509 ASIDs
Sep 17 13:21:56 host kernel: SVM: Virtual VMLOAD VMSAVE supported
Sep 17 13:21:56 host kernel: SVM: Virtual GIF supported
Sep 17 13:21:56 host kernel: Intel(R) Wireless WiFi driver for Linux
Sep 17 13:21:56 host kernel: iwlwifi 0000:48:00.0: enabling device (0000 -> 0002)
Sep 17 13:21:56 host kernel: iwlwifi 0000:48:00.0: Direct firmware load for iwlwifi-cc-a0-64.ucode failed with error -2
Sep 17 13:21:56 host kernel: iwlwifi 0000:48:00.0: api flags index 2 larger than supported by driver
Sep 17 13:21:56 host kernel: iwlwifi 0000:48:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Sep 17 13:21:56 host kernel: iwlwifi 0000:48:00.0: loaded firmware version 63.c04f3485.0 cc-a0-63.ucode op_mode iwlmvm
Sep 17 13:21:56 host kernel: usbcore: registered new interface driver btusb
Sep 17 13:21:56 host kernel: Bluetooth: hci0: Firmware revision 0.0 build 191 week 21 2021
Sep 17 13:21:56 host kernel: asus_wmi: ASUS WMI generic driver loaded
Sep 17 13:21:56 host kernel: MCE: In-kernel MCE decoding enabled.
Sep 17 13:21:56 host kernel: asus_wmi: Initialization: 0x0
Sep 17 13:21:56 host kernel: asus_wmi: BIOS WMI version: 0.9
Sep 17 13:21:56 host kernel: asus_wmi: SFUN value: 0x0
Sep 17 13:21:56 host kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Sep 17 13:21:56 host kernel: EDAC amd64: MCT channel count: 2
Sep 17 13:21:56 host kernel: EDAC MC0: Giving out device to module amd64_edac controller F17h_M30h: DEV 0000:00:18.3 (INTERRUPT)
Sep 17 13:21:56 host kernel: EDAC amd64: F17h_M30h detected (node 0).
Sep 17 13:21:56 host kernel: EDAC MC: UMC0 chip selects:
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 13:21:56 host kernel: EDAC MC: UMC1 chip selects:
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 13:21:56 host kernel: EDAC MC: UMC2 chip selects:
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 0: 16384MB 1: 16384MB
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 2: 16384MB 3: 16384MB
Sep 17 13:21:56 host kernel: EDAC MC: UMC3 chip selects:
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 0: 16384MB 1: 16384MB
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 2: 16384MB 3: 16384MB
Sep 17 13:21:56 host kernel: EDAC MC: UMC4 chip selects:
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 13:21:56 host kernel: EDAC MC: UMC5 chip selects:
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 13:21:56 host kernel: EDAC MC: UMC6 chip selects:
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 13:21:56 host kernel: EDAC MC: UMC7 chip selects:
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 13:21:56 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 13:21:56 host kernel: EDAC amd64: using x16 syndromes.
Sep 17 13:21:56 host kernel: EDAC PCI0: Giving out device to module amd64_edac controller EDAC PCI controller: DEV 0000:00:18.0 (POLLED)
Sep 17 13:21:56 host kernel: AMD64 EDAC driver v3.5.0
Sep 17 13:21:56 host kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input13
Sep 17 13:21:56 host systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 17 13:21:56 host systemd-udevd[839]: Using default interface naming scheme 'v249'.
Sep 17 13:21:56 host systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 17 13:21:56 host kernel: igb 0000:47:00.0 enp71s0: renamed from eth0
Sep 17 13:21:56 host systemd[1]: Reached target Sound Card.
Sep 17 13:21:56 host systemd[1]: Reached target Bluetooth Support.
Sep 17 13:21:56 host systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 17 13:21:56 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:56 host systemd-udevd[853]: Using default interface naming scheme 'v249'.
Sep 17 13:21:56 host kernel: intel_rapl_common: Found RAPL domain package
Sep 17 13:21:56 host kernel: intel_rapl_common: Found RAPL domain core
Sep 17 13:21:56 host kernel: Bluetooth: hci0: MSFT filter_enable is already on
Sep 17 13:21:56 host systemd-logind[862]: Watching system buttons on /dev/input/event11 (Generic USB Audio Consumer Control)
Sep 17 13:21:56 host kernel: iwlwifi 0000:48:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Sep 17 13:21:56 host kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Sep 17 13:21:56 host systemd-udevd[813]: Using default interface naming scheme 'v249'.
Sep 17 13:21:56 host kernel: atlantic 0000:44:00.0 enp68s0: renamed from eth0
Sep 17 13:21:56 host kernel: iwlwifi 0000:48:00.0: Detected RF HR B3, rfid=0x10a100
Sep 17 13:21:56 host systemd-udevd[854]: Using default interface naming scheme 'v249'.
Sep 17 13:21:56 host kernel: iwlwifi 0000:48:00.0: base HW address: 38:fc:98:87:c3:0f
Sep 17 13:21:56 host kernel: BUG: kernel NULL pointer dereference, address: 0000000000000017
Sep 17 13:21:56 host kernel: #PF: supervisor read access in kernel mode
Sep 17 13:21:56 host kernel: #PF: error_code(0x0000) - not-present page
Sep 17 13:21:56 host kernel: PGD 0 P4D 0 
Sep 17 13:21:56 host kernel: Oops: 0000 [#2] PREEMPT SMP PTI
Sep 17 13:21:56 host kernel: CPU: 7 PID: 936 Comm: modprobe Tainted: G      D           5.14.5-arch1-1 #1 daae17e3dafe98cbbb1977d665649e8e3f3a10e8
Sep 17 13:21:56 host kernel: Hardware name: ASUS System Product Name/ROG ZENITH II EXTREME ALPHA, BIOS 1502 07/13/2021
Sep 17 13:21:56 host kernel: RIP: 0010:iwl_mvm_dbgfs_register+0x689/0x700 [iwlmvm]
Sep 17 13:21:56 host kernel: Code: ae 0e c2 be 80 01 00 00 48 c7 c7 72 12 0f c2 e8 0d 02 d0 c4 48 8b 83 60 18 00 00 be 64 00 00 00 4c 89 e7 48 c7 c2 76 12 0f c2 <48> 8b 48 18 e8 ae fb e6 c4 48 8b 43 28 4c 89 e2 48 c7 c7 81 12 0f
Sep 17 13:21:56 host kernel: RSP: 0018:ffffa73fc506ba48 EFLAGS: 00010292
Sep 17 13:21:56 host kernel: RAX: ffffffffffffffff RBX: ffff926d8b782008 RCX: ffff926d8b782008
Sep 17 13:21:56 host kernel: RDX: ffffffffc20f1276 RSI: 0000000000000064 RDI: ffffa73fc506ba4c
Sep 17 13:21:56 host kernel: RBP: 0000000000000000 R08: ffffffff87a5e740 R09: ffffffffc20eae40
Sep 17 13:21:56 host kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffa73fc506ba4c
Sep 17 13:21:56 host kernel: R13: ffff926d8b782008 R14: ffff926d8b782000 R15: 0000000fffffffe0
Sep 17 13:21:56 host kernel: FS:  00007c38681df740(0000) GS:ffff92764d1c0000(0000) knlGS:0000000000000000
Sep 17 13:21:56 host kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 17 13:21:56 host kernel: CR2: 0000000000000017 CR3: 0000001714f40000 CR4: 0000000000350ee0
Sep 17 13:21:56 host kernel: Call Trace:
Sep 17 13:21:56 host kernel:  iwl_op_mode_mvm_start+0x960/0xa30 [iwlmvm 0dac09dffe43be43b30607702162068c938d2014]
Sep 17 13:21:56 host kernel:  _iwl_op_mode_start.isra.0+0x42/0x80 [iwlwifi 1e460c1f980ccca794be51cbac39f97658df1af2]
Sep 17 13:21:56 host kernel:  iwl_opmode_register+0x6d/0xd0 [iwlwifi 1e460c1f980ccca794be51cbac39f97658df1af2]
Sep 17 13:21:56 host kernel:  ? 0xffffffffc10e5000
Sep 17 13:21:56 host kernel:  iwl_mvm_init+0x36/0x1000 [iwlmvm 0dac09dffe43be43b30607702162068c938d2014]
Sep 17 13:21:56 host kernel:  do_one_initcall+0x57/0x220
Sep 17 13:21:56 host kernel:  do_init_module+0x5c/0x270
Sep 17 13:21:56 host kernel:  load_module+0x2588/0x2790
Sep 17 13:21:56 host kernel:  ? __vmalloc_node_range+0x1df/0x2b0
Sep 17 13:21:56 host kernel:  ? __do_sys_init_module+0x12e/0x1b0
Sep 17 13:21:56 host kernel:  __do_sys_init_module+0x12e/0x1b0
Sep 17 13:21:56 host kernel:  do_syscall_64+0x5c/0x80
Sep 17 13:21:56 host kernel:  ? __audit_syscall_exit+0x24d/0x2a0
Sep 17 13:21:56 host kernel:  ? syscall_exit_to_user_mode+0x23/0x40
Sep 17 13:21:56 host kernel:  ? do_syscall_64+0x69/0x80
Sep 17 13:21:56 host kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xae
Sep 17 13:21:56 host kernel: RIP: 0033:0x7c386830b32e
Sep 17 13:21:56 host kernel: Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
Sep 17 13:21:56 host kernel: RSP: 002b:00007ffe9f365818 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Sep 17 13:21:56 host kernel: RAX: ffffffffffffffda RBX: 00005b90c53e5d30 RCX: 00007c386830b32e
Sep 17 13:21:56 host kernel: RDX: 00005b90c3f52270 RSI: 0000000000118ec1 RDI: 00005b90c557f220
Sep 17 13:21:56 host kernel: RBP: 00005b90c557f220 R08: 27d4eb2f165667c5 R09: 0000000000000000
Sep 17 13:21:56 host kernel: R10: 00000000001805c1 R11: 0000000000000246 R12: 00005b90c3f52270
Sep 17 13:21:56 host kernel: R13: 0000000000000000 R14: 00005b90c53e5e60 R15: 00005b90c53e5d30
Sep 17 13:21:56 host kernel: Modules linked in: iwlmvm(+) intel_rapl_msr joydev intel_rapl_common mac80211 amd64_edac eeepc_wmi edac_mce_amd asus_wmi libarc4 sparse_keymap btusb video btrtl wmi_bmof iwlwifi mxm_wmi kvm_amd btbcm btintel kvm snd_usb_audio(+) bluetooth snd_hda_codec_hdmi cfg80211 irqbypass snd_usbmidi>
Sep 17 13:21:56 host kernel: CR2: 0000000000000017
Sep 17 13:21:56 host kernel: ---[ end trace 5a864787e540daf8 ]---
Sep 17 13:21:56 host kernel: RIP: 0010:debugfs_create_file_size+0x2e/0x40
Sep 17 13:21:56 host kernel: Code: 00 4d 85 c0 53 48 c7 c0 40 e9 a5 87 4c 89 cb 4d 89 c1 49 c7 c0 40 e7 a5 87 0f b7 f6 4c 0f 44 c0 e8 07 fe ff ff 48 85 c0 74 08 <48> 8b 40 30 48 89 58 50 5b c3 0f 1f 84 00 00 00 00 00 0f 1f 44 00
Sep 17 13:21:56 host kernel: RSP: 0018:ffffa73fc1c27998 EFLAGS: 00010286
Sep 17 13:21:56 host kernel: RAX: ffffffffffffffff RBX: 00000001ff000000 RCX: ffff925a4af00000
Sep 17 13:21:56 host kernel: RDX: 0000000000000000 RSI: ffffffffffffffff RDI: ffffffffc09ed106
Sep 17 13:21:56 host kernel: RBP: ffff925a4af00000 R08: ffffffff87a5e740 R09: ffffffffc0875800
Sep 17 13:21:56 host kernel: R10: ffffa73fc1c277d0 R11: ffff9276cf0dc6e8 R12: ffff925a4af00000
Sep 17 13:21:56 host kernel: R13: ffffffffffffffff R14: ffff925a4af00000 R15: 0000000000000000
Sep 17 13:21:56 host kernel: FS:  00007c38681df740(0000) GS:ffff92764d1c0000(0000) knlGS:0000000000000000
Sep 17 13:21:56 host kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 17 13:21:56 host kernel: CR2: 0000000000000017 CR3: 0000001714f40000 CR4: 0000000000350ee0
Sep 17 13:21:56 host kernel: fbcon: Taking over console
Sep 17 13:21:56 host kernel: iwlwifi 0000:48:00.0 wlp72s0: renamed from wlan0
Sep 17 13:21:56 host kernel: Console: switching to colour frame buffer device 160x45
Sep 17 13:21:56 host systemd-udevd[829]: Using default interface naming scheme 'v249'.
Sep 17 13:21:56 host systemd[1]: Found device Wi-Fi 6 AX200 (NGW).
Sep 17 13:21:56 host systemd[1]: Starting Automatically generated profile by wifi-menu...
Sep 17 13:21:56 host network[976]: Starting network profile 'wlp72s0-Wi-Fi'...
Sep 17 13:21:56 host kernel: iwlwifi 0000:48:00.0: Failed to create debugfs directory under (efault)
Sep 17 13:21:56 host kernel: iwlwifi 0000:48:00.0: Failed to create debugfs directory under (efault)
Sep 17 13:21:56 host systemd[1]: Started Automatically generated profile by wifi-menu.
Sep 17 13:21:56 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlp72s0\x2dWi\x2dFi comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:56 host systemd[1]: Reached target Network.
Sep 17 13:21:56 host systemd[1]: Starting Permit User Sessions...
Sep 17 13:21:56 host systemd[1]: Finished Permit User Sessions.
Sep 17 13:21:56 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:56 host systemd[1]: Reached target Multi-User System.
Sep 17 13:21:56 host systemd[1]: Starting GNOME Display Manager...
Sep 17 13:21:56 host systemd[1]: Started GNOME Display Manager.
Sep 17 13:21:56 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:21:56 host systemd[1]: Reached target Graphical Interface.
Sep 17 13:21:56 host systemd[1]: Startup finished in 29.587s (firmware) + 35.455s (loader) + 2.233s (kernel) + 1min 31.112s (initrd) + 1.608s (userspace) = 2min 39.997s.
Sep 17 13:21:59 host systemd-logind[862]: Watching system buttons on /dev/input/event3 (Generic USB Audio Consumer Control)
Sep 17 13:21:59 host kernel: usbcore: registered new interface driver snd-usb-audio
Sep 17 13:22:00 host kernel: wlp72s0: authenticate with a4:2b:b0:c4:0e:7f
Sep 17 13:22:00 host kernel: wlp72s0: send auth to a4:2b:b0:c4:0e:7f (try 1/3)
Sep 17 13:22:00 host kernel: wlp72s0: authenticated
Sep 17 13:22:00 host kernel: wlp72s0: associate with a4:2b:b0:c4:0e:7f (try 1/3)
Sep 17 13:22:00 host kernel: wlp72s0: RX AssocResp from a4:2b:b0:c4:0e:7f (capab=0x1431 status=0 aid=5)
Sep 17 13:22:00 host kernel: wlp72s0: associated
Sep 17 13:22:00 host kernel: wlp72s0: Limiting TX power to 30 (30 - 0) dBm as advertised by a4:2b:b0:c4:0e:7f
Sep 17 13:22:00 host kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp72s0: link becomes ready
Sep 17 13:22:00 host dhcpcd[1138]: dhcpcd-9.4.0 starting
Sep 17 13:22:00 host dhcpcd[1141]: DUID 00:04:4c:90:e0:3b:42:04:04:1a:07:c8:04:42:1a:04:07:c7
Sep 17 13:22:00 host kernel: 8021q: 802.1Q VLAN Support v1.8
Sep 17 13:22:00 host dhcpcd[1141]: wlp72s0: connected to Access Point: Wi-Fi
Sep 17 13:22:01 host dhcpcd[1141]: wlp72s0: IAID 98:87:c3:0f
Sep 17 13:22:01 host dhcpcd[1141]: wlp72s0: rebinding lease of 192.168.86.50
Sep 17 13:22:01 host dhcpcd[1141]: wlp72s0: probing address 192.168.86.50/24
Sep 17 13:22:01 host systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 17 13:22:01 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:01 host kernel: kauditd_printk_skb: 58 callbacks suppressed
Sep 17 13:22:01 host kernel: audit: type=1131 audit(1631884921.498:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:06 host dbus-daemon[860]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.2' (uid=0 pid=997 comm="/usr/bin/gdm ")
Sep 17 13:22:06 host systemd[1]: Reached target User and Group Name Lookups.
Sep 17 13:22:06 host systemd[1]: Starting Accounts Service...
Sep 17 13:22:06 host dbus-daemon[860]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.3' (uid=0 pid=1150 comm="/usr/lib/accounts-daemon ")
Sep 17 13:22:06 host systemd[1]: Starting Authorization Manager...
Sep 17 13:22:06 host polkitd[1154]: Started polkitd version 0.119
Sep 17 13:22:06 host polkitd[1154]: Loading rules from directory /etc/polkit-1/rules.d
Sep 17 13:22:06 host polkitd[1154]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 17 13:22:06 host polkitd[1154]: Finished loading, compiling and executing 5 rules
Sep 17 13:22:06 host dbus-daemon[860]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 17 13:22:06 host systemd[1]: Started Authorization Manager.
Sep 17 13:22:06 host polkitd[1154]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 17 13:22:06 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:06 host accounts-daemon[1150]: started daemon version 0.6.55
Sep 17 13:22:06 host dbus-daemon[860]: [system] Successfully activated service 'org.freedesktop.Accounts'
Sep 17 13:22:06 host systemd[1]: Started Accounts Service.
Sep 17 13:22:06 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:06 host kernel: audit: type=1130 audit(1631884926.955:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:06 host kernel: audit: type=1130 audit(1631884926.955:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:06 host audit[1168]: USER_AUTH pid=1168 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:06 host dhcpcd[1141]: wlp72s0: leased 192.168.86.50 for 86400 seconds
Sep 17 13:22:06 host dhcpcd[1141]: wlp72s0: adding route to 192.168.86.0/24
Sep 17 13:22:06 host dhcpcd[1141]: wlp72s0: adding default route via 192.168.86.1
Sep 17 13:22:06 host audit[1168]: USER_ACCT pid=1168 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:06 host audit[1168]: CRED_ACQ pid=1168 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:06 host kernel: audit: type=1100 audit(1631884926.968:96): pid=1168 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:06 host kernel: audit: type=1101 audit(1631884926.968:97): pid=1168 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:06 host kernel: audit: type=1103 audit(1631884926.968:98): pid=1168 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:06 host audit[1168]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7ffcff68be20 a2=3 a3=78 items=0 ppid=997 pid=1168 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=1 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
Sep 17 13:22:07 host systemd[1]: Created slice User Slice of UID 120.
Sep 17 13:22:07 host systemd[1]: Starting User Runtime Directory /run/user/120...
Sep 17 13:22:07 host systemd-logind[862]: New session 1 of user gdm.
Sep 17 13:22:07 host kernel: audit: type=1006 audit(1631884926.992:99): pid=1168 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=1 res=1
Sep 17 13:22:07 host kernel: audit: type=1300 audit(1631884926.992:99): arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7ffcff68be20 a2=3 a3=78 items=0 ppid=997 pid=1168 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=1 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worke>
Sep 17 13:22:07 host kernel: audit: type=1327 audit(1631884926.992:99): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 17 13:22:06 host audit: PROCTITLE proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 17 13:22:07 host systemd[1]: Finished User Runtime Directory /run/user/120.
Sep 17 13:22:07 host systemd[1]: Starting User Manager for UID 120...
Sep 17 13:22:07 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:07 host dbus-daemon[860]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=1214 comm="(systemd) ")
Sep 17 13:22:07 host dbus-daemon[860]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 13:22:07 host systemd[1214]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 17 13:22:07 host systemd[1214]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Sep 17 13:22:07 host systemd[1214]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by (uid=0)
Sep 17 13:22:07 host systemd[1214]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Sep 17 13:22:07 host network[976]: Started network profile 'wlp72s0-Wi-Fi'
Sep 17 13:22:07 host kernel: audit: type=1130 audit(1631884927.012:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:07 host audit[1214]: USER_ACCT pid=1214 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:07 host kernel: audit: type=1101 audit(1631884927.022:101): pid=1214 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:07 host audit[1214]: CRED_ACQ pid=1214 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 17 13:22:07 host audit[1214]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7fffe286a3d0 a2=3 a3=78 items=0 ppid=1 pid=1214 auid=120 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Sep 17 13:22:07 host audit: PROCTITLE proctitle="(systemd)"
Sep 17 13:22:07 host audit[1214]: USER_START pid=1214 uid=0 auid=120 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:07 host systemd[1214]: Queued start job for default target Main User Target.
Sep 17 13:22:07 host systemd[1214]: Created slice User Application Slice.
Sep 17 13:22:07 host systemd[1214]: Reached target Paths.
Sep 17 13:22:07 host systemd[1214]: Reached target Timers.
Sep 17 13:22:07 host systemd[1214]: Starting D-Bus User Message Bus Socket...
Sep 17 13:22:07 host systemd[1214]: Listening on GnuPG network certificate management daemon.
Sep 17 13:22:07 host systemd[1214]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 17 13:22:07 host systemd[1214]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 17 13:22:07 host systemd[1214]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 17 13:22:07 host systemd[1214]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 17 13:22:07 host systemd[1214]: Listening on p11-kit server.
Sep 17 13:22:07 host systemd[1214]: Listening on PipeWire PulseAudio.
Sep 17 13:22:07 host systemd[1214]: Listening on Multimedia System.
Sep 17 13:22:07 host systemd[1214]: Listening on D-Bus User Message Bus Socket.
Sep 17 13:22:07 host systemd[1214]: Reached target Sockets.
Sep 17 13:22:07 host systemd[1214]: Reached target Basic System.
Sep 17 13:22:07 host systemd[1214]: Reached target Main User Target.
Sep 17 13:22:07 host systemd[1214]: Startup finished in 128ms.
Sep 17 13:22:07 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:07 host systemd[1]: Started User Manager for UID 120.
Sep 17 13:22:07 host systemd[1]: Started Session 1 of User gdm.
Sep 17 13:22:07 host gdm-launch-environment][1168]: pam_env(gdm-launch-environment:session): deprecated reading of user environment enabled
Sep 17 13:22:07 host audit[1168]: USER_START pid=1168 uid=0 auid=120 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-1233.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: X.Org X Server 1.20.13
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: X Protocol Version 11, Revision 0
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: Build Operating System: Linux Archlinux
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: Current Operating System: Linux host 5.14.5-arch1-1 #1 SMP PREEMPT Thu, 16 Sep 2021 11:02:40 +0000 x86_64
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: Kernel command line: root=LABEL=system_a ro slab_nomerge slub_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on vsyscall=none debugfs=off mce=0 intel_iommu=on amd_iommu=on quiet loglevel=0 systemd.show_status=false rd.systemd.show_status=false rd.u>
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: Build Date: 04 August 2021  08:13:54AM
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:  
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: Current version of pixman: 0.40.0
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         Before reporting problems, check http://wiki.x.org
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         to make sure that you have the latest version.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: Markers: (--) probed, (**) from config file, (==) default setting,
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         (++) from command line, (!!) notice, (II) informational,
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Fri Sep 17 13:22:07 2021
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) No Layout section.  Using the first Screen section.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) No screen section available. Using defaults.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (**) |-->Screen "Default Screen Section" (0)
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (**) |   |-->Monitor "<default monitor>"
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) No monitor specified for screen "Default Screen Section".
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         Using a default monitor configuration.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) Automatically adding devices
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) Automatically enabling devices
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) Automatically adding GPU devices
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) Automatically binding GPU devices
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) The directory "/usr/share/fonts/misc" does not exist.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         Entry deleted from font path.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         Entry deleted from font path.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         Entry deleted from font path.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         Entry deleted from font path.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         Entry deleted from font path.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         Entry deleted from font path.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) FontPath set to:
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) ModulePath set to "/usr/lib/xorg/modules"
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) The server relies on udev to provide the list of input devices.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) Module ABI versions:
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         X.Org ANSI C Emulation: 0.4
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         X.Org Video Driver: 24.1
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         X.Org XInput driver : 24.1
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         X.Org Server Extension : 10.0
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (++) using VT number 1
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) xfree86: Adding drm device (/dev/dri/card0)
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE) systemd-logind: failed to take device /dev/dri/card0: No such device
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (--) PCI:*(3@0:0:0) 1002:7340:1849:5116 rev 197, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xe1c00000/524288, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) LoadModule: "glx"
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) Module glx: vendor="X.Org Foundation"
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         compiled for 1.20.13, module version = 1.0.0
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         ABI class: X.Org Server Extension, version 10.0
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) Matched ati as autoconfigured driver 0
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) Matched modesetting as autoconfigured driver 1
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) Matched fbdev as autoconfigured driver 2
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) Matched vesa as autoconfigured driver 3
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (==) Assigned the driver to the xf86ConfigLayout
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) LoadModule: "ati"
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) Warning, couldn't open module ati
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE) Failed to load module "ati" (module does not exist, 0)
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) LoadModule: "modesetting"
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) Module modesetting: vendor="X.Org Foundation"
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         compiled for 1.20.13, module version = 1.20.13
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         Module class: X.Org Video Driver
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:         ABI class: X.Org Video Driver, version 24.1
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) LoadModule: "fbdev"
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) Warning, couldn't open module fbdev
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE) Failed to load module "fbdev" (module does not exist, 0)
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) LoadModule: "vesa"
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) Warning, couldn't open module vesa
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE) Failed to load module "vesa" (module does not exist, 0)
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE) open /dev/dri/card0: Permission denied
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) Falling back to old probe method for modesetting
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE) open /dev/dri/card0: Permission denied
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE) Screen 0 deleted because of no matching config section.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (II) UnloadModule: "modesetting"
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE) Device(s) detected, but none match those in the config file.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE)
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: Fatal server error:
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE) no screens found(EE)
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE)
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: Please consult the The X.Org Foundation support
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:          at http://wiki.x.org
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]:  for help.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE) Please also check the log file at "/var/lib/gdm/.local/share/xorg/Xorg.0.log" for additional information.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE)
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1233]: (EE) Server terminated with error (1). Closing log file.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1231]: Unable to run X server
Sep 17 13:22:07 host audit[1168]: USER_END pid=1168 uid=0 auid=120 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:07 host audit[1168]: CRED_DISP pid=1168 uid=0 auid=120 ses=1 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:07 host gdm[997]: Gdm: GdmDisplay: Session never registered, failing
Sep 17 13:22:07 host gdm-launch-environment][1168]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Sep 17 13:22:07 host systemd[1]: session-1.scope: Deactivated successfully.
Sep 17 13:22:07 host systemd-logind[862]: Session 1 logged out. Waiting for processes to exit.
Sep 17 13:22:07 host systemd-logind[862]: Removed session 1.
Sep 17 13:22:07 host gdm[997]: Gdm: Child process -1231 was already dead.
Sep 17 13:22:07 host gdm[997]: Gdm: GdmDisplay: Session never registered, failing
Sep 17 13:22:07 host gdm[997]: Gdm: Child process -1231 was already dead.
Sep 17 13:22:07 host audit[1234]: USER_AUTH pid=1234 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:07 host audit[1234]: USER_ACCT pid=1234 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:07 host audit[1234]: CRED_ACQ pid=1234 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:07 host audit[1234]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7ffe769ea0a0 a2=3 a3=78 items=0 ppid=997 pid=1234 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=3 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
Sep 17 13:22:07 host audit: PROCTITLE proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 17 13:22:07 host systemd-logind[862]: New session 3 of user gdm.
Sep 17 13:22:07 host systemd[1]: Started Session 3 of User gdm.
Sep 17 13:22:07 host gdm-launch-environment][1234]: pam_env(gdm-launch-environment:session): deprecated reading of user environment enabled
Sep 17 13:22:07 host audit[1234]: USER_START pid=1234 uid=0 auid=120 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1239]: (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-1239.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
# And enless failed Xorg starts for a couple of minutes
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1263]: Fatal server error:
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1263]: (EE) no screens found(EE)
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1263]: (EE)
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1263]: Please consult the The X.Org Foundation support
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1263]:          at http://wiki.x.org
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1263]:  for help.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1263]: (EE) Please also check the log file at "/var/lib/gdm/.local/share/xorg/Xorg.0.log" for additional information.
Sep 17 13:22:07 host /usr/lib/gdm-x-session[1263]: (EE)
Sep 17 13:22:08 host /usr/lib/gdm-x-session[1263]: (EE) Server terminated with error (1). Closing log file.
Sep 17 13:22:08 host /usr/lib/gdm-x-session[1261]: Unable to run X server
Sep 17 13:22:08 host audit[1258]: USER_END pid=1258 uid=0 auid=120 ses=7 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:08 host audit[1258]: CRED_DISP pid=1258 uid=0 auid=120 ses=7 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:22:08 host gdm[997]: Gdm: GdmDisplay: Session never registered, failing
Sep 17 13:22:08 host gdm[997]: Gdm: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors
Sep 17 13:22:08 host gdm-launch-environment][1258]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Sep 17 13:22:08 host gdm[997]: Gdm: Child process -1261 was already dead.
Sep 17 13:22:08 host systemd[1]: session-7.scope: Deactivated successfully.
Sep 17 13:22:08 host systemd-logind[862]: Session 7 logged out. Waiting for processes to exit.
Sep 17 13:22:08 host systemd-logind[862]: Removed session 7.
Sep 17 13:22:18 host systemd[1]: Stopping User Manager for UID 120...
Sep 17 13:22:18 host systemd[1214]: Stopped target Main User Target.
Sep 17 13:22:18 host systemd[1214]: Stopped target Basic System.
Sep 17 13:22:18 host systemd[1214]: Stopped target Paths.
Sep 17 13:22:18 host systemd[1214]: Stopped target Sockets.
Sep 17 13:22:18 host systemd[1214]: Stopped target Timers.
Sep 17 13:22:18 host systemd[1214]: Closed D-Bus User Message Bus Socket.
Sep 17 13:22:18 host systemd[1214]: Closed GnuPG network certificate management daemon.
Sep 17 13:22:18 host systemd[1214]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 17 13:22:18 host systemd[1214]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Sep 17 13:22:18 host systemd[1214]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Sep 17 13:22:18 host systemd[1214]: Closed GnuPG cryptographic agent and passphrase cache.
Sep 17 13:22:18 host systemd[1214]: Closed p11-kit server.
Sep 17 13:22:18 host systemd[1214]: Closed PipeWire PulseAudio.
Sep 17 13:22:18 host systemd[1214]: Closed Multimedia System.
Sep 17 13:22:18 host systemd[1214]: Removed slice User Application Slice.
Sep 17 13:22:18 host systemd[1214]: Reached target Shutdown.
Sep 17 13:22:18 host systemd[1214]: Finished Exit the Session.
Sep 17 13:22:18 host systemd[1214]: Reached target Exit the Session.
Sep 17 13:22:18 host systemd[1225]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Sep 17 13:22:18 host systemd[1]: user@120.service: Deactivated successfully.
Sep 17 13:22:18 host systemd[1]: Stopped User Manager for UID 120.
Sep 17 13:22:18 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:18 host kernel: kauditd_printk_skb: 54 callbacks suppressed
Sep 17 13:22:18 host kernel: audit: type=1131 audit(1631884938.118:144): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:18 host systemd[1]: Stopping User Runtime Directory /run/user/120...
Sep 17 13:22:18 host systemd[1]: run-user-120.mount: Deactivated successfully.
Sep 17 13:22:18 host systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
Sep 17 13:22:18 host systemd[1]: Stopped User Runtime Directory /run/user/120.
Sep 17 13:22:18 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:18 host systemd[1]: Removed slice User Slice of UID 120.
Sep 17 13:22:18 host kernel: audit: type=1131 audit(1631884938.128:145): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:22:56 host systemd-udevd[752]: 0000:03:00.0: Worker [870] processing SEQNUM=5088 is taking a long time
Sep 17 13:24:56 host systemd-udevd[752]: 0000:03:00.0: Worker [870] processing SEQNUM=5088 killed
Sep 17 13:24:56 host systemd-udevd[752]: Worker [870] terminated by signal 9 (KILL)
Sep 17 13:24:56 host systemd-udevd[752]: 0000:03:00.0: Worker [870] failed
Sep 17 13:24:56 host audit[1270]: USER_AUTH pid=1270 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:24:56 host audit[1270]: USER_ACCT pid=1270 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:24:56 host kernel: audit: type=1100 audit(1631885096.382:146): pid=1270 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:24:56 host kernel: audit: type=1101 audit(1631885096.382:147): pid=1270 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:24:56 host audit[1270]: CRED_ACQ pid=1270 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:24:56 host audit[1270]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7ffe21a59440 a2=3 a3=78 items=0 ppid=997 pid=1270 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=8 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
Sep 17 13:24:56 host audit: PROCTITLE proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 17 13:24:56 host kernel: audit: type=1103 audit(1631885096.385:148): pid=1270 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:24:56 host kernel: audit: type=1006 audit(1631885096.385:149): pid=1270 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=8 res=1
Sep 17 13:24:56 host kernel: audit: type=1300 audit(1631885096.385:149): arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7ffe21a59440 a2=3 a3=78 items=0 ppid=997 pid=1270 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=8 comm="gdm-session-wor" exe="/usr/lib/gdm-session-work>
Sep 17 13:24:56 host kernel: audit: type=1327 audit(1631885096.385:149): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 17 13:24:56 host systemd[1]: Created slice User Slice of UID 120.
Sep 17 13:24:56 host systemd[1]: Starting User Runtime Directory /run/user/120...
Sep 17 13:24:56 host systemd-logind[862]: New session 8 of user gdm.
Sep 17 13:24:56 host systemd[1]: Finished User Runtime Directory /run/user/120.
Sep 17 13:24:56 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:24:56 host kernel: audit: type=1130 audit(1631885096.402:150): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:24:56 host systemd[1]: Starting User Manager for UID 120...
Sep 17 13:24:56 host dbus-daemon[860]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.28' (uid=0 pid=1275 comm="(systemd) ")
Sep 17 13:24:56 host dbus-daemon[860]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 13:24:56 host systemd[1275]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 17 13:24:56 host audit[1275]: USER_ACCT pid=1275 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:24:56 host systemd[1275]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Sep 17 13:24:56 host audit[1275]: CRED_ACQ pid=1275 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 17 13:24:56 host kernel: audit: type=1101 audit(1631885096.408:151): pid=1275 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:24:56 host kernel: audit: type=1103 audit(1631885096.408:152): pid=1275 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 17 13:24:56 host kernel: audit: type=1006 audit(1631885096.408:153): pid=1275 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=9 res=1
Sep 17 13:24:56 host audit[1275]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7fffe286a3d0 a2=3 a3=78 items=0 ppid=1 pid=1275 auid=120 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=9 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Sep 17 13:24:56 host audit: PROCTITLE proctitle="(systemd)"
Sep 17 13:24:56 host systemd[1275]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by (uid=0)
Sep 17 13:24:56 host systemd[1275]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Sep 17 13:24:56 host audit[1275]: USER_START pid=1275 uid=0 auid=120 ses=9 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:24:56 host systemd[1275]: Queued start job for default target Main User Target.
Sep 17 13:24:56 host systemd[1275]: Created slice User Application Slice.
Sep 17 13:24:56 host systemd[1275]: Reached target Paths.
Sep 17 13:24:56 host systemd[1275]: Reached target Timers.
Sep 17 13:24:56 host systemd[1275]: Starting D-Bus User Message Bus Socket...
Sep 17 13:24:56 host systemd[1275]: Listening on GnuPG network certificate management daemon.
Sep 17 13:24:56 host systemd[1275]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 17 13:24:56 host systemd[1275]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 17 13:24:56 host systemd[1275]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 17 13:24:56 host systemd[1275]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 17 13:24:56 host systemd[1275]: Listening on p11-kit server.
Sep 17 13:24:56 host systemd[1275]: Listening on PipeWire PulseAudio.
Sep 17 13:24:56 host systemd[1275]: Listening on Multimedia System.
Sep 17 13:24:56 host systemd[1275]: Listening on D-Bus User Message Bus Socket.
Sep 17 13:24:56 host systemd[1275]: Reached target Sockets.
Sep 17 13:24:56 host systemd[1275]: Reached target Basic System.
Sep 17 13:24:56 host systemd[1275]: Reached target Main User Target.
Sep 17 13:24:56 host systemd[1275]: Startup finished in 132ms.
Sep 17 13:24:56 host systemd[1]: Started User Manager for UID 120.
Sep 17 13:24:56 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 13:24:56 host systemd[1]: Started Session 8 of User gdm.
Sep 17 13:24:56 host gdm-launch-environment][1270]: pam_env(gdm-launch-environment:session): deprecated reading of user environment enabled
Sep 17 13:24:56 host audit[1270]: USER_START pid=1270 uid=0 auid=120 ses=8 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-1284.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: X.Org X Server 1.20.13
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: X Protocol Version 11, Revision 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: Build Operating System: Linux Archlinux
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: Current Operating System: Linux host 5.14.5-arch1-1 #1 SMP PREEMPT Thu, 16 Sep 2021 11:02:40 +0000 x86_64
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: Kernel command line: root=LABEL=system_a ro slab_nomerge slub_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on vsyscall=none debugfs=off mce=0 intel_iommu=on amd_iommu=on quiet loglevel=0 systemd.show_status=false rd.systemd.show_status=false rd.u>
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: Build Date: 04 August 2021  08:13:54AM
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:  
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: Current version of pixman: 0.40.0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         Before reporting problems, check http://wiki.x.org
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         to make sure that you have the latest version.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: Markers: (--) probed, (**) from config file, (==) default setting,
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         (++) from command line, (!!) notice, (II) informational,
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Fri Sep 17 13:24:56 2021
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) No Layout section.  Using the first Screen section.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) No screen section available. Using defaults.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) |-->Screen "Default Screen Section" (0)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) |   |-->Monitor "<default monitor>"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) No monitor specified for screen "Default Screen Section".
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         Using a default monitor configuration.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) Automatically adding devices
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) Automatically enabling devices
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) Automatically adding GPU devices
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) Automatically binding GPU devices
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (WW) The directory "/usr/share/fonts/misc" does not exist.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         Entry deleted from font path.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         Entry deleted from font path.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         Entry deleted from font path.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         Entry deleted from font path.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         Entry deleted from font path.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         Entry deleted from font path.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) FontPath set to:
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) ModulePath set to "/usr/lib/xorg/modules"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) The server relies on udev to provide the list of input devices.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Module ABI versions:
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         X.Org ANSI C Emulation: 0.4
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         X.Org Video Driver: 24.1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         X.Org XInput driver : 24.1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         X.Org Server Extension : 10.0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (++) using VT number 1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_38
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) xfree86: Adding drm device (/dev/dri/card0)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (--) PCI:*(3@0:0:0) 1002:7340:1849:5116 rev 197, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xe1c00000/524288, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) LoadModule: "glx"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Module glx: vendor="X.Org Foundation"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         compiled for 1.20.13, module version = 1.0.0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         ABI class: X.Org Server Extension, version 10.0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) Matched ati as autoconfigured driver 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) Matched modesetting as autoconfigured driver 1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) Matched fbdev as autoconfigured driver 2
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) Matched vesa as autoconfigured driver 3
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) Assigned the driver to the xf86ConfigLayout
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) LoadModule: "ati"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (WW) Warning, couldn't open module ati
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (EE) Failed to load module "ati" (module does not exist, 0)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) LoadModule: "modesetting"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Module modesetting: vendor="X.Org Foundation"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         compiled for 1.20.13, module version = 1.20.13
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         Module class: X.Org Video Driver
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         ABI class: X.Org Video Driver, version 24.1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) LoadModule: "fbdev"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (WW) Warning, couldn't open module fbdev
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (EE) Failed to load module "fbdev" (module does not exist, 0)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) LoadModule: "vesa"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (WW) Warning, couldn't open module vesa
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (EE) Failed to load module "vesa" (module does not exist, 0)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): using drv /dev/dri/card0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Creating default Display subsection in Screen section
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         "Default Screen Section" for depth/fbbpp 24/32
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) modeset(0): Depth 24, (==) framebuffer bpp 32
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) modeset(0): RGB weight 888
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) modeset(0): Default visual is TrueColor
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Loading sub module "glamoregl"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) LoadModule: "glamoregl"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Module glamoregl: vendor="X.Org Foundation"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         compiled for 1.20.13, module version = 1.0.1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         ABI class: X.Org ANSI C Emulation, version 0.4
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): glamor X acceleration enabled on Radeon RX 5500 XT (NAVI14, DRM 3.42.0, 5.14.5-arch1-1, LLVM 12.0.1)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): glamor initialized
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Output DP-1 has no monitor section
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Output DP-2 has no monitor section
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Output DP-3 has no monitor section
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Output HDMI-1 has no monitor section
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): EDID for output DP-1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): EDID for output DP-2
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): EDID for output DP-3
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Manufacturer: GBT  Model: 2709  Serial#: 1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Year: 2020  Week: 39
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): EDID Version: 1.4
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Digital Display Input
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 10 bits per channel
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Digital interface is DisplayPort
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Max Image Size [cm]: horiz.: 60  vert.: 33
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Gamma: 2.20
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): DPMS capabilities: Off
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): First detailed timing is preferred mode
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Preferred mode is native pixel format and refresh rate
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Display is continuous-frequency
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): redX: 0.677 redY: 0.314   greenX: 0.280 greenY: 0.667
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): blueX: 0.140 blueY: 0.040   whiteX: 0.313 whiteY: 0.329
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Supported established timings:
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 720x400@70Hz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 640x480@60Hz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 640x480@72Hz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 640x480@75Hz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 800x600@56Hz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 800x600@60Hz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 800x600@72Hz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 800x600@75Hz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 1024x768@60Hz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 1024x768@70Hz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 1024x768@75Hz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): 1280x1024@75Hz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Manufacturer's mask: 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Supported standard timings:
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): #1: hsize: 1920  vsize 1080  refresh: 120  vid: 64721
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): #2: hsize: 1680  vsize 1050  refresh: 60  vid: 179
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): #3: hsize: 1680  vsize 1050  refresh: 120  vid: 15539
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): #5: hsize: 1440  vsize 900  refresh: 120  vid: 15509
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): #6: hsize: 1280  vsize 1024  refresh: 120  vid: 48257
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Supported detailed timing:
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): clock: 241.5 MHz   Image Size:  598 x 336 mm
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 222 H max: 222 kHz, PixClock max 605 MHz
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Monitor name: G27Q
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Serial No: 20392B001087
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Supported detailed timing:
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): clock: 497.8 MHz   Image Size:  598 x 336 mm
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1525 v_border: 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Supported detailed timing:
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): clock: 592.2 MHz   Image Size:  598 x 336 mm
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): h_active: 2560  h_sync: 2581  h_sync_end 2613 h_blank_end 2666 h_border: 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1543 v_border: 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Supported detailed timing:
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): clock: 325.1 MHz   Image Size:  598 x 336 mm
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): h_active: 1920  h_sync: 1944  h_sync_end 1976 h_blank_end 2034 h_border: 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1110 v_border: 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Number of EDID sections to follow: 1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): EDID (in hex):
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         00ffffffffffff001c54092701000000
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         271e0104b53c21783b6fd5ad5047aa23
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         0a5054afcf00d1c0d1fcb300b33c9500
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         953c81bc0101565e00a0a0a029503020
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         350056502100001e000000fd003090de
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         de3c010a202020202020000000fc0047
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         3237510a2020202020202020000000ff
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         003230333932423030313038370a01b6
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         020337714e0102031112130f1d1e0e90
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         1f042f2309070783010000e200c0e305
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         c001e606070164611c6d1a0000021130
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         900000000000006fc200a0a0a0555030
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         20350056502100001a59e7006aa0a067
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         501520350056502100001afb7e807270
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         381e401820350056502100001e000000
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0):         0000000000000000000000000000008c
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Printing probed modes for output DP-3
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync +vsync (88.8 kHz eP)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "2560x1440"x144.0  592.25  2560 2581 2613 2666  1440 1443 1448 1543 +hsync -vsync (222.1 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "2560x1440"x120.0  497.75  2560 2608 2640 2720  1440 1443 1448 1525 +hsync -vsync (183.0 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1200"x60.0  241.50  1920 2608 2640 2720  1200 1443 1448 1481 +hsync +vsync (88.8 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x120.0  369.61  1920 2080 2288 2656  1080 1083 1088 1160 -hsync +vsync (139.2 kHz)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x144.0  325.07  1920 1944 1976 2034  1080 1083 1088 1110 +hsync +vsync (159.8 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1600x1200"x60.0  241.50  1600 2608 2640 2720  1200 1443 1448 1481 +hsync +vsync (88.8 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1680x1050"x119.9  313.89  1680 1816 2000 2320  1050 1053 1059 1128 -hsync +vsync (135.3 kHz)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x1024"x120.0  232.25  1280 1384 1520 1760  1024 1027 1034 1100 -hsync +vsync (132.0 kHz)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1440x900"x120.0  228.33  1440 1552 1704 1968  900 903 909 967 -hsync +vsync (116.0 kHz)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x800"x60.0  241.50  1280 2608 2640 2720  800 1443 1448 1481 +hsync +vsync (88.8 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x720"x120.0  148.50  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (90.0 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x720"x119.9  148.35  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (89.9 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1440x576"x50.0   54.00  1440 1464 1592 1728  576 581 586 625 -hsync -vsync (31.2 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1440x480"x60.0   54.05  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1440x480"x59.9   54.00  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): EDID for output HDMI-1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Output DP-1 disconnected
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Output DP-2 disconnected
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Output DP-3 connected
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Output HDMI-1 disconnected
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Using exact sizes for initial modes
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Output DP-3 using initial mode 2560x1440 +0+0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) modeset(0): DPI set to (96, 96)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Loading sub module "fb"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) LoadModule: "fb"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Loading /usr/lib/xorg/modules/libfb.so
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Module fb: vendor="X.Org Foundation"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         compiled for 1.20.13, module version = 1.0.0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         ABI class: X.Org ANSI C Emulation, version 0.4
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) modeset(0): Backing store enabled
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) modeset(0): Silken mouse disabled
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (==) modeset(0): DPMS enabled
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): [DRI2] Setup complete
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): [DRI2]   DRI driver: radeonsi
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension Generic Event Extension
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension SHAPE
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension MIT-SHM
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension XInputExtension
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension XTEST
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension BIG-REQUESTS
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension SYNC
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension XKEYBOARD
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension XC-MISC
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension SECURITY
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension XFIXES
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension RENDER
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension RANDR
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension COMPOSITE
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension DAMAGE
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension MIT-SCREEN-SAVER
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension DOUBLE-BUFFER
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension RECORD
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension DPMS
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension Present
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension DRI3
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension X-Resource
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension XVideo
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension XVideo-MotionCompensation
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension GLX
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) AIGLX: Loaded and initialized radeonsi
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) GLX: Initialized DRI2 GL provider for screen 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension XFree86-VidModeExtension
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension XFree86-DGA
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension XFree86-DRI
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Initializing extension DRI2
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Damage tracking initialized
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Setting screen physical size to 677 x 381
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (EE) modeset(0): Failed to make import prime FD as pixmap: 22
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86BrightnessAuto
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86DisplayOff
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Info
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86AspectRatio
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86DVD
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Audio
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86ChannelUp
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86ChannelDown
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Break
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86VideoPhone
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86ZoomReset
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Editor
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86GraphicsEditor
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Presentation
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Database
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Voicemail
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Addressbook
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86DisplayToggle
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86SpellCheck
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86ContextMenu
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MediaRepeat
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF8610ChannelsUp
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF8610ChannelsDown
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Images
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86NotificationCenter
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86PickupPhone
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86HangupPhone
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Fn
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Fn_Esc
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86FnRightShift
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric2
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric3
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric4
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric5
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric6
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric7
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric8
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric9
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86NumericStar
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86NumericPound
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86NumericA
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86NumericB
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86NumericC
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86NumericD
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86CameraFocus
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86WPSButton
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86CameraZoomIn
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86CameraZoomOut
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86CameraUp
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86CameraDown
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86CameraLeft
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86CameraRight
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86AttendantOn
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86AttendantOff
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86AttendantToggle
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86LightsToggle
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86ALSToggle
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Buttonconfig
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Taskmanager
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Journal
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86ControlPanel
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86AppSelect
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Screensaver
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86VoiceCommand
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Assistant
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86BrightnessMin
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86BrightnessMax
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrev
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdInputAssistNext
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgroup
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgroup
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdInputAssistAccept
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdInputAssistCancel
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86RightUp
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86RightDown
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86LeftUp
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86LeftDown
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86RootMenu
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MediaTopMenu
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric11
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric12
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86AudioDesc
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF863DMode
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86NextFavorite
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86StopRecord
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86PauseRecord
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86VOD
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Unmute
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86FastReverse
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86SlowReverse
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Data
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86OnScreenKeyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86PrivacyScreenToggle
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86SelectiveScreenshot
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro2
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro3
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro4
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro5
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro6
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro7
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro8
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro9
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro10
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro11
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro12
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro13
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro14
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro15
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro16
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro17
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro18
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro19
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro20
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro21
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro22
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro23
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro24
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro25
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro26
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro27
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro28
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro29
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro30
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MacroRecordStart
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MacroRecordStop
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MacroPresetCycle
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MacroPreset1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MacroPreset2
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86AttendantToggle
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86LightsToggle
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86ALSToggle
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Buttonconfig
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Taskmanager
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Journal
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86ControlPanel
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86AppSelect
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Screensaver
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86VoiceCommand
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Assistant
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86BrightnessMin
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86BrightnessMax
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrev
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdInputAssistNext
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgroup
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgroup
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdInputAssistAccept
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdInputAssistCancel
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86RightUp
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86RightDown
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86LeftUp
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86LeftDown
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86RootMenu
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MediaTopMenu
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric11
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Numeric12
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86AudioDesc
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF863DMode
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86NextFavorite
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86StopRecord
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86PauseRecord
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86VOD
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Unmute
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86FastReverse
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86SlowReverse
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Data
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86OnScreenKeyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86PrivacyScreenToggle
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86SelectiveScreenshot
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro2
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro3
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro4
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro5
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro6
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro7
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro8
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro9
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro10
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro11
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro12
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro13
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro14
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro15
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro16
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro17
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro18
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro19
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro20
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro21
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro22
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro23
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro24
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro25
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro26
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro27
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro28
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro29
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86Macro30
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MacroRecordStart
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MacroRecordStop
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MacroPresetCycle
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MacroPreset1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MacroPreset2
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86MacroPreset3
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdLcdMenu1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdLcdMenu2
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdLcdMenu3
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdLcdMenu4
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: > Warning:          Could not resolve keysym XF86KbdLcdMenu5
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1322]: Errors from xkbcomp are not fatal to the X server
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) LoadModule: "libinput"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Module libinput: vendor="X.Org Foundation"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         compiled for 1.20.11, module version = 1.1.0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         Module class: X.Org XInput Driver
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]:         ABI class: X.Org XInput driver, version 24.1
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Using input driver 'libinput' for 'Power Button'
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 19 paused 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Power Button: always reports core events
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "Device" "/dev/input/event1"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "_source" "server/udev"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event1  - Power Button: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event1  - Power Button: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event1  - Power Button: device removed
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event1  - Power Button: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event1  - Power Button: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device Power Button (/dev/input/event0)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Using input driver 'libinput' for 'Power Button'
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 22 paused 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Power Button: always reports core events
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "Device" "/dev/input/event0"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "_source" "server/udev"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event0  - Power Button: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event0  - Power Button: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event0  - Power Button: device removed
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event0  - Power Button: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event0  - Power Button: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event10)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) No input driver specified, ignoring this device.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) This device may have been added with another device file.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event4)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) No input driver specified, ignoring this device.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) This device may have been added with another device file.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event6)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) No input driver specified, ignoring this device.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) This device may have been added with another device file.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event7)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) No input driver specified, ignoring this device.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) This device may have been added with another device file.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event8)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) No input driver specified, ignoring this device.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) This device may have been added with another device file.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event9)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) No input driver specified, ignoring this device.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) This device may have been added with another device file.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device Generic USB Audio Consumer Control (/dev/input/event3)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: Applying InputClass "libinput keyboard catchall"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Using input driver 'libinput' for 'Generic USB Audio Consumer Control'
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 23 paused 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: always reports core events
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "Device" "/dev/input/event3"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "_source" "server/udev"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event3  - Generic USB Audio Consumer Control: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event3  - Generic USB Audio Consumer Control: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event3  - Generic USB Audio Consumer Control: device removed
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) libinput: Generic USB Audio Consumer Control: needs a virtual subdevice
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "config_info" "udev:/sys/devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-5/11-5:1.6/0003:0B05:1916.0003/input/input3/event3"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) XINPUT: Adding extended input device "Generic USB Audio Consumer Control" (type: MOUSE, id 8)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "AccelerationScheme" "none"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: (accel) selected scheme none/0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: (accel) acceleration factor: 2.000
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: (accel) acceleration threshold: 4
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event3  - Generic USB Audio Consumer Control: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event3  - Generic USB Audio Consumer Control: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device Generic USB Audio (/dev/input/event5)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio: Applying InputClass "libinput keyboard catchall"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Using input driver 'libinput' for 'Generic USB Audio'
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 24 paused 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio: always reports core events
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "Device" "/dev/input/event5"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "_source" "server/udev"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event5  - Generic USB Audio: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event5  - Generic USB Audio: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event5  - Generic USB Audio: device removed
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "config_info" "udev:/sys/devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-5/11-5:1.6/0003:0B05:1916.0003/input/input4/event5"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) XINPUT: Adding extended input device "Generic USB Audio" (type: KEYBOARD, id 9)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event5  - Generic USB Audio: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event5  - Generic USB Audio: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device Generic USB Audio Consumer Control (/dev/input/event11)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: Applying InputClass "libinput keyboard catchall"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Using input driver 'libinput' for 'Generic USB Audio Consumer Control'
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 25 paused 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: always reports core events
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "Device" "/dev/input/event11"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "_source" "server/udev"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event11 - Generic USB Audio Consumer Control: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event11 - Generic USB Audio Consumer Control: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event11 - Generic USB Audio Consumer Control: device removed
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) libinput: Generic USB Audio Consumer Control: needs a virtual subdevice
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "config_info" "udev:/sys/devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-6/11-6:1.2/0003:0B05:1915.0004/input/input11/event11"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) XINPUT: Adding extended input device "Generic USB Audio Consumer Control" (type: MOUSE, id 10)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "AccelerationScheme" "none"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: (accel) selected scheme none/0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: (accel) acceleration factor: 2.000
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: (accel) acceleration threshold: 4
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event11 - Generic USB Audio Consumer Control: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event11 - Generic USB Audio Consumer Control: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device Generic USB Audio (/dev/input/event12)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio: Applying InputClass "libinput keyboard catchall"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Using input driver 'libinput' for 'Generic USB Audio'
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 26 paused 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio: always reports core events
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "Device" "/dev/input/event12"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "_source" "server/udev"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event12 - Generic USB Audio: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event12 - Generic USB Audio: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event12 - Generic USB Audio: device removed
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "config_info" "udev:/sys/devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-6/11-6:1.2/0003:0B05:1915.0004/input/input12/event12"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) XINPUT: Adding extended input device "Generic USB Audio" (type: KEYBOARD, id 11)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event12 - Generic USB Audio: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event12 - Generic USB Audio: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event13)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 27 paused 0
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Eee PC WMI hotkeys: always reports core events
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "Device" "/dev/input/event13"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "_source" "server/udev"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event13 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event13 - Eee PC WMI hotkeys: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event13 - Eee PC WMI hotkeys: device removed
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input13/event13"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event13 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) event13 - Eee PC WMI hotkeys: device is a keyboard
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) No input driver specified, ignoring this device.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) This device may have been added with another device file.
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: Applying InputClass "libinput keyboard catchall"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Using input driver 'libinput' for 'Generic USB Audio Consumer Control'
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: always reports core events
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "Device" "/dev/input/event3"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "_source" "_driver/libinput"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) libinput: Generic USB Audio Consumer Control: is a virtual subdevice
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "config_info" "udev:/sys/devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-5/11-5:1.6/0003:0B05:1916.0003/input/input3/event3"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) XINPUT: Adding extended input device "Generic USB Audio Consumer Control" (type: KEYBOARD, id 13)
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: Applying InputClass "libinput keyboard catchall"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) Using input driver 'libinput' for 'Generic USB Audio Consumer Control'
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Generic USB Audio Consumer Control: always reports core events
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "Device" "/dev/input/event11"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "_source" "_driver/libinput"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) libinput: Generic USB Audio Consumer Control: is a virtual subdevice
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (**) Option "config_info" "udev:/sys/devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-6/11-6:1.2/0003:0B05:1915.0004/input/input11/event11"
Sep 17 13:24:56 host /usr/lib/gdm-x-session[1284]: (II) XINPUT: Adding extended input device "Generic USB Audio Consumer Control" (type: KEYBOARD, id 14)
Sep 17 13:24:56 host systemd[1275]: Started D-Bus User Message Bus.
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1326]: dbus-daemon[1326]: [session uid=120 pid=1326] Activating service name='org.a11y.Bus' requested by ':1.0' (uid=120 pid=1331 comm="/usr/lib/gnome-session-check-accelerated ")
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1326]: dbus-daemon[1326]: [session uid=120 pid=1326] Successfully activated service 'org.a11y.Bus'
Sep 17 13:24:57 host gnome-session[1327]: gnome-session-binary[1327]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 13:24:57 host gnome-session-binary[1327]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 13:24:57 host gnome-session[1327]: gnome-session-binary[1327]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 13:24:57 host gnome-session-binary[1327]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 13:24:57 host gnome-session[1327]: gnome-session-binary[1327]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 13:24:57 host gnome-session-binary[1327]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 13:24:57 host gnome-session[1327]: gnome-session-binary[1327]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Sep 17 13:24:57 host gnome-session-binary[1327]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): EDID vendor "GBT", prod id 9993
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Using EDID range info for horizontal sync
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Using EDID range info for vertical refresh
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Printing DDC gathered Modelines:
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "2560x1440"x0.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync +vsync (88.8 kHz eP)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "2560x1440"x0.0  497.75  2560 2608 2640 2720  1440 1443 1448 1525 +hsync -vsync (183.0 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "2560x1440"x0.0  592.25  2560 2581 2613 2666  1440 1443 1448 1543 +hsync -vsync (222.1 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x0.0  325.07  1920 1944 1976 2034  1080 1083 1088 1110 +hsync +vsync (159.8 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1440x480"x0.0   54.00  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1440x576"x0.0   54.00  1440 1464 1592 1728  576 581 586 625 -hsync -vsync (31.2 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x720"x0.0  148.50  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (90.0 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1920x1080"x119.9  369.50  1920 2080 2288 2656  1080 1083 1088 1160 -hsync +vsync (139.1 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1680x1050"x119.9  313.75  1680 1816 2000 2320  1050 1053 1059 1128 -hsync +vsync (135.2 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1440x900"x119.9  228.25  1440 1552 1704 1968  900 903 909 967 -hsync +vsync (116.0 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Modeline "1280x1024"x119.8  232.00  1280 1384 1520 1760  1024 1027 1034 1100 -hsync +vsync (131.8 kHz e)
Sep 17 13:24:57 host /usr/lib/gdm-x-session[1284]: (II) modeset(0): Disabling kernel dirty updates, not required.
Sep 17 13:24:57 host gnome-shell[1417]: ATK Bridge is disabled but a11y has already been enabled.
Sep 17 13:24:57 host gnome-shell[1417]: Skipping parental controls support as it’s disabled
Sep 17 13:24:57 host gnome-shell[1417]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Sep 17 13:24:57 host gnome-shell[1417]: Will monitor session 8
Sep 17 13:24:57 host dbus-daemon[860]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.33' (uid=120 pid=1417 comm="/usr/bin/gnome-shell ")
Sep 17 13:24:57 host audit: BPF prog-id=29 op=LOAD
Sep 17 13:24:57 host audit: BPF prog-id=30 op=LOAD
Sep 17 13:24:57 host audit: BPF prog-id=31 op=LOAD
Sep 17 13:24:57 host systemd[1]: Starting Locale Service...
Sep 17 13:24:57 host gnome-shell[1417]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Sep 17 13:24:57 host dbus-daemon[860]: [system] Successfully activated service 'org.freedesktop.locale1'
Sep 17 13:24:57 host systemd[1]: Started Locale Service.
Sep 17 13:24:57 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
# Endless more xkbcomp warnings until I restart gdm.service, which switches me to Wayland

Stock kernel + boot parameter:

Sep 17 14:14:37 archlinux kernel: random: crng init done
Sep 17 14:14:37 archlinux systemd[1]: Successfully credited entropy passed from boot loader.
Sep 17 14:14:37 archlinux systemd[1]: systemd 249.4-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON>
Sep 17 14:14:37 archlinux systemd[1]: Detected architecture x86-64.
Sep 17 14:14:37 archlinux systemd[1]: Running in initial RAM disk.
Sep 17 14:14:37 archlinux systemd[1]: Initializing machine ID from random generator.
Sep 17 14:14:37 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
Sep 17 14:14:37 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 17 14:14:37 archlinux systemd[1]: Reached target Local Encrypted Volumes.
Sep 17 14:14:37 archlinux systemd[1]: Reached target Local File Systems.
Sep 17 14:14:37 archlinux systemd[1]: Reached target Path Units.
Sep 17 14:14:37 archlinux systemd[1]: Reached target Slice Units.
Sep 17 14:14:37 archlinux systemd[1]: Reached target Swaps.
Sep 17 14:14:37 archlinux systemd[1]: Reached target Timer Units.
Sep 17 14:14:37 archlinux systemd[1]: Listening on Journal Audit Socket.
Sep 17 14:14:37 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
Sep 17 14:14:37 archlinux systemd[1]: Listening on Journal Socket.
Sep 17 14:14:37 archlinux systemd[1]: Listening on udev Control Socket.
Sep 17 14:14:37 archlinux systemd[1]: Listening on udev Kernel Socket.
Sep 17 14:14:37 archlinux systemd[1]: Reached target Socket Units.
Sep 17 14:14:37 archlinux systemd[1]: Starting Create List of Static Device Nodes...
Sep 17 14:14:37 archlinux systemd[1]: Starting Journal Service...
Sep 17 14:14:37 archlinux systemd[1]: Starting Load Kernel Modules...
Sep 17 14:14:37 archlinux systemd[1]: Starting Coldplug All udev Devices...
Sep 17 14:14:37 archlinux systemd[1]: Finished Create List of Static Device Nodes.
Sep 17 14:14:37 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 17 14:14:37 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 17 14:14:37 archlinux kernel: audit: type=1334 audit(1631888077.131:2): prog-id=6 op=LOAD
Sep 17 14:14:37 archlinux kernel: audit: type=1334 audit(1631888077.131:3): prog-id=7 op=LOAD
Sep 17 14:14:37 archlinux kernel: audit: type=1334 audit(1631888077.131:4): prog-id=8 op=LOAD
Sep 17 14:14:37 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 17 14:14:37 archlinux kernel: cec: Failed to create debugfs cec dir
Sep 17 14:14:37 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 17 14:14:37 archlinux kernel: audit: type=1130 audit(1631888077.141:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:37 archlinux kernel: Linux agpgart interface v0.103
Sep 17 14:14:37 archlinux systemd-journald[549]: Journal started
Sep 17 14:14:37 archlinux systemd-journald[549]: Runtime Journal (/run/log/journal/917f2c10b3dc44b58fb1db7e9ac495f1) is 8.0M, max 2.5G, 2.5G free.
Sep 17 14:14:37 archlinux audit: BPF prog-id=6 op=LOAD
Sep 17 14:14:37 archlinux audit: BPF prog-id=7 op=LOAD
Sep 17 14:14:37 archlinux audit: BPF prog-id=8 op=LOAD
Sep 17 14:14:37 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:37 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:37 archlinux systemd[1]: Started Journal Service.
Sep 17 14:14:37 archlinux kernel: audit: type=1130 audit(1631888077.265:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:37 archlinux kernel: [drm] amdgpu kernel modesetting enabled.
Sep 17 14:14:37 archlinux kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
Sep 17 14:14:37 archlinux kernel: amdgpu: Virtual CRAT table created for CPU
Sep 17 14:14:37 archlinux kernel: amdgpu: Topology: Add CPU node
Sep 17 14:14:37 archlinux kernel: checking generic (d0000000 300000) vs hw (d0000000 10000000)
Sep 17 14:14:37 archlinux kernel: fb0: switching to amdgpudrmfb from EFI VGA
Sep 17 14:14:37 archlinux kernel: Console: switching to colour dummy device 80x25
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: vgaarb: deactivate vga console
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
Sep 17 14:14:37 archlinux kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7340 0x1849:0x5116 0xC5).
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Sep 17 14:14:37 archlinux kernel: [drm] register mmio base: 0xE1C00000
Sep 17 14:14:37 archlinux kernel: [drm] register mmio size: 524288
Sep 17 14:14:37 archlinux kernel: [drm] add ip block number 0 <nv_common>
Sep 17 14:14:37 archlinux kernel: [drm] add ip block number 1 <gmc_v10_0>
Sep 17 14:14:37 archlinux kernel: [drm] add ip block number 2 <navi10_ih>
Sep 17 14:14:37 archlinux kernel: [drm] add ip block number 3 <psp>
Sep 17 14:14:37 archlinux kernel: [drm] add ip block number 4 <smu>
Sep 17 14:14:37 archlinux kernel: [drm] add ip block number 5 <dm>
Sep 17 14:14:37 archlinux kernel: [drm] add ip block number 6 <gfx_v10_0>
Sep 17 14:14:37 archlinux kernel: [drm] add ip block number 7 <sdma_v5_0>
Sep 17 14:14:37 archlinux kernel: [drm] add ip block number 8 <vcn_v2_0>
Sep 17 14:14:37 archlinux kernel: [drm] add ip block number 9 <jpeg_v2_0>
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
Sep 17 14:14:37 archlinux kernel: amdgpu: ATOM BIOS: 113-EXT900137-L04
Sep 17 14:14:37 archlinux kernel: [drm] VCN decode is enabled in VM mode
Sep 17 14:14:37 archlinux kernel: [drm] VCN encode is enabled in VM mode
Sep 17 14:14:37 archlinux kernel: [drm] JPEG decode is enabled in VM mode
Sep 17 14:14:37 archlinux kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Sep 17 14:14:37 archlinux kernel: [drm] Detected VRAM RAM=8176M, BAR=256M
Sep 17 14:14:37 archlinux kernel: [drm] RAM width 256bits GDDR6
Sep 17 14:14:37 archlinux kernel: [drm] amdgpu: 8176M of VRAM memory ready
Sep 17 14:14:37 archlinux kernel: [drm] amdgpu: 8176M of GTT memory ready.
Sep 17 14:14:37 archlinux kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Sep 17 14:14:37 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Sep 17 14:14:37 archlinux kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Sep 17 14:14:37 archlinux kernel: [drm] PSP loading VCN firmware
Sep 17 14:14:37 archlinux systemd[1]: Finished Coldplug All udev Devices.
Sep 17 14:14:37 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:37 archlinux kernel: audit: type=1130 audit(1631888077.348:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:05:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 17 14:14:37 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 14:14:37 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 14:14:37 archlinux kernel: usb usb1: Product: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: usb usb1: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 14:14:37 archlinux kernel: usb usb1: SerialNumber: 0000:05:00.3
Sep 17 14:14:37 archlinux kernel: hub 1-0:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 1-0:1.0: 2 ports detected
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 14:14:37 archlinux kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 14:14:37 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 14:14:37 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 14:14:37 archlinux kernel: usb usb2: Product: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: usb usb2: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 14:14:37 archlinux kernel: usb usb2: SerialNumber: 0000:05:00.3
Sep 17 14:14:37 archlinux kernel: hub 2-0:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 2-0:1.0: 2 ports detected
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:22:00.0: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:22:00.0: new USB bus registered, assigned bus number 3
Sep 17 14:14:37 archlinux kernel: ccp 0000:25:00.1: enabling device (0000 -> 0002)
Sep 17 14:14:37 archlinux kernel: ccp 0000:25:00.1: ccp enabled
Sep 17 14:14:37 archlinux kernel: cryptd: max_cpu_qlen set to 1000
Sep 17 14:14:37 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
Sep 17 14:14:37 archlinux kernel: AES CTR mode by8 optimization enabled
Sep 17 14:14:37 archlinux systemd[1]: Found device Samsung SSD 970 PRO 1TB system_a.
Sep 17 14:14:37 archlinux systemd[1]: Reached target Initrd Root Device.
Sep 17 14:14:37 archlinux systemd[1]: Starting File System Check on /dev/disk/by-label/system_a...
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:22:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Sep 17 14:14:37 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 14:14:37 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 14:14:37 archlinux kernel: usb usb3: Product: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: usb usb3: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 14:14:37 archlinux kernel: usb usb3: SerialNumber: 0000:22:00.0
Sep 17 14:14:37 archlinux kernel: hub 3-0:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 3-0:1.0: 1 port detected
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:22:00.0: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:22:00.0: new USB bus registered, assigned bus number 4
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:22:00.0: Host supports USB 3.2 Enhanced SuperSpeed
Sep 17 14:14:37 archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 14:14:37 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 14:14:37 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 14:14:37 archlinux kernel: usb usb4: Product: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: usb usb4: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 14:14:37 archlinux kernel: usb usb4: SerialNumber: 0000:22:00.0
Sep 17 14:14:37 archlinux kernel: hub 4-0:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 4-0:1.0: 1 port detected
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:23:00.0: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:23:00.0: new USB bus registered, assigned bus number 5
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:23:00.0: hcc params 0x200071e1 hci version 0x100 quirks 0x0000000000000010
Sep 17 14:14:37 archlinux kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 14:14:37 archlinux kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 14:14:37 archlinux kernel: usb usb5: Product: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: usb usb5: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 14:14:37 archlinux kernel: usb usb5: SerialNumber: 0000:23:00.0
Sep 17 14:14:37 archlinux kernel: hub 5-0:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 5-0:1.0: 4 ports detected
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:23:00.0: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:23:00.0: new USB bus registered, assigned bus number 6
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:23:00.0: Host supports USB 3.0 SuperSpeed
Sep 17 14:14:37 archlinux kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 14:14:37 archlinux kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 14:14:37 archlinux kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 14:14:37 archlinux kernel: usb usb6: Product: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: usb usb6: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 14:14:37 archlinux kernel: usb usb6: SerialNumber: 0000:23:00.0
Sep 17 14:14:37 archlinux kernel: hub 6-0:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 6-0:1.0: 4 ports detected
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:25:00.3: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:25:00.3: new USB bus registered, assigned bus number 7
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:25:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 17 14:14:37 archlinux kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 14:14:37 archlinux kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 14:14:37 archlinux kernel: usb usb7: Product: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: usb usb7: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 14:14:37 archlinux kernel: usb usb7: SerialNumber: 0000:25:00.3
Sep 17 14:14:37 archlinux kernel: hub 7-0:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 7-0:1.0: 2 ports detected
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:25:00.3: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:25:00.3: new USB bus registered, assigned bus number 8
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:25:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 14:14:37 archlinux kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 14:14:37 archlinux kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 14:14:37 archlinux kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 14:14:37 archlinux kernel: usb usb8: Product: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: usb usb8: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 14:14:37 archlinux kernel: usb usb8: SerialNumber: 0000:25:00.3
Sep 17 14:14:37 archlinux kernel: hub 8-0:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 8-0:1.0: 2 ports detected
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:49:00.1: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:49:00.1: new USB bus registered, assigned bus number 9
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:49:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 17 14:14:37 archlinux kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 14:14:37 archlinux kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 14:14:37 archlinux kernel: usb usb9: Product: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: usb usb9: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 14:14:37 archlinux kernel: usb usb9: SerialNumber: 0000:49:00.1
Sep 17 14:14:37 archlinux kernel: hub 9-0:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 9-0:1.0: 6 ports detected
Sep 17 14:14:37 archlinux kernel: ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000007) is beyond end of object (length 0x6) (20210604/exoparg2-393)
Sep 17 14:14:37 archlinux kernel: ACPI Error: Aborting method \_SB.S0D2.D2A0.BYUP.BYD8.XHC1.RHUB.PRT6._PLD due to previous error (AE_AML_PACKAGE_LIMIT) (20210604/psparse-529)
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:49:00.1: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:49:00.1: new USB bus registered, assigned bus number 10
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:49:00.1: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 14:14:37 archlinux kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 14:14:37 archlinux kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 14:14:37 archlinux kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 14:14:37 archlinux kernel: usb usb10: Product: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: usb usb10: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 14:14:37 archlinux kernel: usb usb10: SerialNumber: 0000:49:00.1
Sep 17 14:14:37 archlinux kernel: hub 10-0:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 10-0:1.0: 4 ports detected
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:49:00.3: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:49:00.3: new USB bus registered, assigned bus number 11
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:49:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 17 14:14:37 archlinux kernel: usb usb11: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 14:14:37 archlinux kernel: usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 14:14:37 archlinux kernel: usb usb11: Product: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: usb usb11: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 14:14:37 archlinux kernel: usb usb11: SerialNumber: 0000:49:00.3
Sep 17 14:14:37 archlinux kernel: hub 11-0:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 11-0:1.0: 6 ports detected
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:49:00.3: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:49:00.3: new USB bus registered, assigned bus number 12
Sep 17 14:14:37 archlinux kernel: xhci_hcd 0000:49:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 14:14:37 archlinux kernel: usb usb12: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 14:14:37 archlinux kernel: usb usb12: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 14:14:37 archlinux kernel: usb usb12: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 14:14:37 archlinux kernel: usb usb12: Product: xHCI Host Controller
Sep 17 14:14:37 archlinux kernel: usb usb12: Manufacturer: Linux 5.14.5-arch1-1 xhci-hcd
Sep 17 14:14:37 archlinux kernel: usb usb12: SerialNumber: 0000:49:00.3
Sep 17 14:14:37 archlinux kernel: hub 12-0:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 12-0:1.0: 4 ports detected
Sep 17 14:14:37 archlinux kernel: audit: type=1130 audit(1631888077.425:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:37 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: Fix the reported corruption.
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: Segments per section = 1
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: Sections per zone = 1
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: sector size = 512
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: total sectors = 20971520 (10240 MB)
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: MKFS version
Sep 17 14:14:37 archlinux systemd-fsck[668]:   "Linux version 5.13.13-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000"
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: FSCK version
Sep 17 14:14:37 archlinux systemd-fsck[668]:   from "Linux version 5.13.13-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000"
Sep 17 14:14:37 archlinux systemd-fsck[668]:     to "Linux version 5.14.5-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 16 Sep 2021 11:02:40 +0000"
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: superblock features = 0 :
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: total FS sectors = 20971520 (10240 MB)
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: CKPT version = 5562c254
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: checkpoint state = 45 :  crc compacted_summary unmount
Sep 17 14:14:37 archlinux systemd-fsck[668]: Info: No error was reported
Sep 17 14:14:37 archlinux systemd[1]: Finished File System Check on /dev/disk/by-label/system_a.
Sep 17 14:14:37 archlinux systemd[1]: Mounting /sysroot...
Sep 17 14:14:37 archlinux kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Sep 17 14:14:37 archlinux systemd[1]: Mounted /sysroot.
Sep 17 14:14:37 archlinux kernel: F2FS-fs (nvme1n1p2): recover fsync data on readonly fs
Sep 17 14:14:37 archlinux kernel: F2FS-fs (nvme1n1p2): Mounted with checkpoint version = 5562c254
Sep 17 14:14:37 archlinux systemd[1]: Reached target Initrd Root File System.
Sep 17 14:14:37 archlinux systemd[1]: Starting Reload Configuration from the Real Root...
Sep 17 14:14:37 archlinux systemd[1]: Reloading.
Sep 17 14:14:37 archlinux audit: BPF prog-id=6 op=UNLOAD
Sep 17 14:14:37 archlinux kernel: audit: type=1334 audit(1631888077.495:9): prog-id=6 op=UNLOAD
Sep 17 14:14:37 archlinux kernel: audit: type=1334 audit(1631888077.495:10): prog-id=3 op=UNLOAD
Sep 17 14:14:37 archlinux audit: BPF prog-id=3 op=UNLOAD
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Sep 17 14:14:37 archlinux kernel: [drm] Display Core initialized with v3.2.141!
Sep 17 14:14:37 archlinux audit: BPF prog-id=9 op=LOAD
Sep 17 14:14:37 archlinux audit: BPF prog-id=10 op=LOAD
Sep 17 14:14:37 archlinux audit: BPF prog-id=11 op=LOAD
Sep 17 14:14:37 archlinux audit: BPF prog-id=7 op=UNLOAD
Sep 17 14:14:37 archlinux audit: BPF prog-id=8 op=UNLOAD
Sep 17 14:14:37 archlinux audit: BPF prog-id=12 op=LOAD
Sep 17 14:14:37 archlinux audit: BPF prog-id=13 op=LOAD
Sep 17 14:14:37 archlinux audit: BPF prog-id=14 op=LOAD
Sep 17 14:14:37 archlinux audit: BPF prog-id=4 op=UNLOAD
Sep 17 14:14:37 archlinux audit: BPF prog-id=5 op=UNLOAD
Sep 17 14:14:37 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
Sep 17 14:14:37 archlinux systemd[1]: Finished Reload Configuration from the Real Root.
Sep 17 14:14:37 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:37 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:37 archlinux systemd[1]: Reached target Initrd File Systems.
Sep 17 14:14:37 archlinux kernel: usb 9-5: new high-speed USB device number 2 using xhci_hcd
Sep 17 14:14:37 archlinux kernel: usb 11-3: new high-speed USB device number 2 using xhci_hcd
Sep 17 14:14:37 archlinux kernel: usb 9-5: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.52
Sep 17 14:14:37 archlinux kernel: usb 9-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 17 14:14:37 archlinux kernel: usb 9-5: Product: USB2.0 Hub
Sep 17 14:14:37 archlinux kernel: [drm] kiq ring mec 2 pipe 1 q 0
Sep 17 14:14:37 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Sep 17 14:14:37 archlinux kernel: [drm] JPEG decode initialized successfully.
Sep 17 14:14:37 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 17 14:14:37 archlinux kernel: usb 11-3: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
Sep 17 14:14:37 archlinux kernel: usb 11-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 17 14:14:37 archlinux kernel: usb 11-3: Product: ASM107x
Sep 17 14:14:37 archlinux kernel: usb 11-3: Manufacturer: ASUS TEK.
Sep 17 14:14:37 archlinux kernel: memmap_init_zone_device initialised 2097152 pages in 10ms
Sep 17 14:14:37 archlinux kernel: amdgpu: HMM registered 8176MB device memory
Sep 17 14:14:37 archlinux kernel: amdgpu: SRAT table not found
Sep 17 14:14:37 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
Sep 17 14:14:37 archlinux kernel: amdgpu: Topology: Add dGPU node [0x7340:0x1002]
Sep 17 14:14:37 archlinux kernel: kfd kfd: amdgpu: added device 1002:7340
Sep 17 14:14:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Sep 17 14:14:37 archlinux kernel: [drm] fb mappable at 0xD050A000
Sep 17 14:14:37 archlinux kernel: [drm] vram apper at 0xD0000000
Sep 17 14:14:37 archlinux kernel: [drm] size 14745600
Sep 17 14:14:37 archlinux kernel: [drm] fb depth is 24
Sep 17 14:14:37 archlinux kernel: [drm]    pitch is 10240
Sep 17 14:14:37 archlinux kernel: fbcon: amdgpu (fb0) is primary device
Sep 17 14:14:37 archlinux kernel: hub 9-5:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 9-5:1.0: 4 ports detected
Sep 17 14:14:37 archlinux kernel: hub 11-3:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 11-3:1.0: 4 ports detected
Sep 17 14:14:37 archlinux kernel: usb 12-3: new SuperSpeed USB device number 2 using xhci_hcd
Sep 17 14:14:37 archlinux kernel: usb 12-3: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
Sep 17 14:14:37 archlinux kernel: usb 12-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 17 14:14:37 archlinux kernel: usb 12-3: Product: ASM107x
Sep 17 14:14:37 archlinux kernel: usb 12-3: Manufacturer: ASUS TEK.
Sep 17 14:14:37 archlinux kernel: hub 12-3:1.0: USB hub found
Sep 17 14:14:37 archlinux kernel: hub 12-3:1.0: 4 ports detected
Sep 17 14:14:38 archlinux kernel: Console: switching to colour frame buffer device 160x45
Sep 17 14:14:38 archlinux kernel: usb 9-6: new full-speed USB device number 3 using xhci_hcd
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Sep 17 14:14:38 archlinux kernel: usb 11-4: new high-speed USB device number 3 using xhci_hcd
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Sep 17 14:14:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Sep 17 14:14:38 archlinux kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Sep 17 14:14:38 archlinux kernel: BUG: kernel NULL pointer dereference, address: 000000000000002f
Sep 17 14:14:38 archlinux kernel: #PF: supervisor read access in kernel mode
Sep 17 14:14:38 archlinux kernel: #PF: error_code(0x0000) - not-present page
Sep 17 14:14:38 archlinux kernel: PGD 0 P4D 0 
Sep 17 14:14:38 archlinux kernel: Oops: 0000 [#1] PREEMPT SMP PTI
Sep 17 14:14:38 archlinux kernel: CPU: 14 PID: 550 Comm: systemd-modules Not tainted 5.14.5-arch1-1 #1 daae17e3dafe98cbbb1977d665649e8e3f3a10e8
Sep 17 14:14:38 archlinux kernel: Hardware name: ASUS System Product Name/ROG ZENITH II EXTREME ALPHA, BIOS 1502 07/13/2021
Sep 17 14:14:38 archlinux kernel: RIP: 0010:debugfs_create_file_size+0x2e/0x40
Sep 17 14:14:38 archlinux kernel: Code: 00 4d 85 c0 53 48 c7 c0 40 e9 05 9c 4c 89 cb 4d 89 c1 49 c7 c0 40 e7 05 9c 0f b7 f6 4c 0f 44 c0 e8 07 fe ff ff 48 85 c0 74 08 <48> 8b 40 30 48 89 58 50 5b c3 0f 1f 84 00 00 00 00 00 0f 1f 44 00
Sep 17 14:14:38 archlinux kernel: RSP: 0018:ffffaa1103fcf998 EFLAGS: 00010286
Sep 17 14:14:38 archlinux kernel: RAX: ffffffffffffffff RBX: 00000001ff000000 RCX: ffff8dda1d280000
Sep 17 14:14:38 archlinux kernel: RDX: 0000000000000000 RSI: ffffffffffffffff RDI: ffffffffc07d7106
Sep 17 14:14:38 archlinux kernel: RBP: ffff8dda1d280000 R08: ffffffff9c05e740 R09: ffffffffc065f800
Sep 17 14:14:38 archlinux kernel: R10: ffffaa1103fcf7d0 R11: ffff8df64f0dc8a8 R12: ffff8dda1d280000
Sep 17 14:14:38 archlinux kernel: R13: ffffffffffffffff R14: ffff8dda1d280000 R15: 0000000000000000
Sep 17 14:14:38 archlinux kernel: FS:  00007fb72b402a40(0000) GS:ffff8df5cd380000(0000) knlGS:0000000000000000
Sep 17 14:14:38 archlinux kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 17 14:14:38 archlinux kernel: CR2: 000000000000002f CR3: 00000009421ec000 CR4: 0000000000350ee0
Sep 17 14:14:38 archlinux kernel: Call Trace:
Sep 17 14:14:38 archlinux kernel:  amdgpu_ttm_debugfs_init+0x39/0x110 [amdgpu 812eb096da2ae7a6272eda65ebd58e52a03d6b77]
Sep 17 14:14:38 archlinux kernel:  amdgpu_debugfs_init+0x6c/0x290 [amdgpu 812eb096da2ae7a6272eda65ebd58e52a03d6b77]
Sep 17 14:14:38 archlinux kernel:  amdgpu_pci_probe+0x171/0x1a0 [amdgpu 812eb096da2ae7a6272eda65ebd58e52a03d6b77]
Sep 17 14:14:38 archlinux kernel:  local_pci_probe+0x42/0x80
Sep 17 14:14:38 archlinux kernel:  ? pci_match_device+0xd7/0x110
Sep 17 14:14:38 archlinux kernel:  pci_device_probe+0xfa/0x1b0
Sep 17 14:14:38 archlinux kernel:  really_probe+0x1f5/0x3f0
Sep 17 14:14:38 archlinux kernel:  __driver_probe_device+0xfe/0x180
Sep 17 14:14:38 archlinux kernel:  driver_probe_device+0x1e/0x90
Sep 17 14:14:38 archlinux kernel:  __driver_attach+0xc0/0x1c0
Sep 17 14:14:38 archlinux kernel:  ? __device_attach_driver+0xe0/0xe0
Sep 17 14:14:38 archlinux kernel:  ? __device_attach_driver+0xe0/0xe0
Sep 17 14:14:38 archlinux kernel:  bus_for_each_dev+0x89/0xd0
Sep 17 14:14:38 archlinux kernel:  bus_add_driver+0x12b/0x1e0
Sep 17 14:14:38 archlinux kernel:  driver_register+0x8f/0xe0
Sep 17 14:14:38 archlinux kernel:  ? 0xffffffffc0a2c000
Sep 17 14:14:38 archlinux kernel:  do_one_initcall+0x57/0x220
Sep 17 14:14:38 archlinux kernel:  do_init_module+0x5c/0x270
Sep 17 14:14:38 archlinux kernel:  load_module+0x2588/0x2790
Sep 17 14:14:38 archlinux kernel:  ? __do_sys_init_module+0x12e/0x1b0
Sep 17 14:14:38 archlinux kernel:  __do_sys_init_module+0x12e/0x1b0
Sep 17 14:14:38 archlinux kernel:  do_syscall_64+0x5c/0x80
Sep 17 14:14:38 archlinux kernel:  ? ksys_read+0x67/0xe0
Sep 17 14:14:38 archlinux kernel:  ? syscall_exit_to_user_mode+0x23/0x40
Sep 17 14:14:38 archlinux kernel:  ? do_syscall_64+0x69/0x80
Sep 17 14:14:38 archlinux kernel:  ? exc_page_fault+0x72/0x170
Sep 17 14:14:38 archlinux kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xae
Sep 17 14:14:38 archlinux kernel: RIP: 0033:0x7fb72bdae32e
Sep 17 14:14:38 archlinux kernel: Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
Sep 17 14:14:38 archlinux kernel: RSP: 002b:00007fff64b22a68 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Sep 17 14:14:38 archlinux kernel: RAX: ffffffffffffffda RBX: 000055f746393370 RCX: 00007fb72bdae32e
Sep 17 14:14:38 archlinux kernel: RDX: 00007fb72be8ea9d RSI: 0000000000f03af1 RDI: 00007fb7294ca010
Sep 17 14:14:38 archlinux kernel: RBP: 00007fb7294ca010 R08: 00007fb72aeaf000 R09: 0000000000000000
Sep 17 14:14:38 archlinux kernel: R10: 000055f746426410 R11: 0000000000000246 R12: 00007fb72be8ea9d
Sep 17 14:14:38 archlinux kernel: R13: 000055f746393370 R14: 000055f746393450 R15: 000055f746393370
Sep 17 14:14:38 archlinux kernel: Modules linked in: f2fs crc32_generic lz4hc_compress crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel crypto_simd cryptd ccp xhci_pci xhci_pci_renesas tpm_crb tpm_tis tpm_tis_core tpm rng_core amdgpu(+) drm_ttm_helper ttm agpgart gpu_sched i2c_algo_bit drm_>
Sep 17 14:14:38 archlinux kernel: CR2: 000000000000002f
Sep 17 14:14:38 archlinux kernel: ---[ end trace 2fa93283d5ee7725 ]---
Sep 17 14:14:38 archlinux kernel: RIP: 0010:debugfs_create_file_size+0x2e/0x40
Sep 17 14:14:38 archlinux kernel: Code: 00 4d 85 c0 53 48 c7 c0 40 e9 05 9c 4c 89 cb 4d 89 c1 49 c7 c0 40 e7 05 9c 0f b7 f6 4c 0f 44 c0 e8 07 fe ff ff 48 85 c0 74 08 <48> 8b 40 30 48 89 58 50 5b c3 0f 1f 84 00 00 00 00 00 0f 1f 44 00
Sep 17 14:14:38 archlinux kernel: RSP: 0018:ffffaa1103fcf998 EFLAGS: 00010286
Sep 17 14:14:38 archlinux kernel: RAX: ffffffffffffffff RBX: 00000001ff000000 RCX: ffff8dda1d280000
Sep 17 14:14:38 archlinux kernel: RDX: 0000000000000000 RSI: ffffffffffffffff RDI: ffffffffc07d7106
Sep 17 14:14:38 archlinux kernel: RBP: ffff8dda1d280000 R08: ffffffff9c05e740 R09: ffffffffc065f800
Sep 17 14:14:38 archlinux kernel: R10: ffffaa1103fcf7d0 R11: ffff8df64f0dc8a8 R12: ffff8dda1d280000
Sep 17 14:14:38 archlinux kernel: R13: ffffffffffffffff R14: ffff8dda1d280000 R15: 0000000000000000
Sep 17 14:14:38 archlinux kernel: FS:  00007fb72b402a40(0000) GS:ffff8df5cd380000(0000) knlGS:0000000000000000
Sep 17 14:14:38 archlinux kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 17 14:14:38 archlinux kernel: CR2: 000000000000002f CR3: 00000009421ec000 CR4: 0000000000350ee0
Sep 17 14:14:38 archlinux systemd[1]: systemd-modules-load.service: Main process exited, code=killed, status=9/KILL
Sep 17 14:14:38 archlinux systemd[1]: systemd-modules-load.service: Failed with result 'signal'.
Sep 17 14:14:38 archlinux systemd[1]: Failed to start Load Kernel Modules.
Sep 17 14:14:38 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=failed'
Sep 17 14:14:38 archlinux systemd[1]: Reached target System Initialization.
Sep 17 14:14:38 archlinux systemd[1]: Reached target Basic System.
Sep 17 14:14:38 archlinux systemd[1]: Reached target Initrd Default Target.
Sep 17 14:14:38 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Sep 17 14:14:38 archlinux systemd[1]: Stopped target Initrd Default Target.
Sep 17 14:14:38 archlinux systemd[1]: Stopped target Basic System.
Sep 17 14:14:38 archlinux systemd[1]: Stopped target Initrd Root Device.
Sep 17 14:14:38 archlinux systemd[1]: Stopped target Path Units.
Sep 17 14:14:38 archlinux systemd[1]: Stopped target Slice Units.
Sep 17 14:14:38 archlinux systemd[1]: Stopped target Socket Units.
Sep 17 14:14:38 archlinux systemd[1]: Stopped target System Initialization.
Sep 17 14:14:38 archlinux kernel: usb 11-4: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
Sep 17 14:14:38 archlinux kernel: usb 11-4: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 17 14:14:38 archlinux kernel: usb 11-4: Product: ASM107x
Sep 17 14:14:38 archlinux kernel: usb 11-4: Manufacturer: ASUS TEK.
Sep 17 14:14:38 archlinux kernel: usb 9-6: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Sep 17 14:14:38 archlinux kernel: usb 9-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 17 14:14:38 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
Sep 17 14:14:38 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Sep 17 14:14:38 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Sep 17 14:14:38 archlinux systemd[1]: Stopped target Local File Systems.
Sep 17 14:14:38 archlinux systemd[1]: Stopped target Swaps.
Sep 17 14:14:38 archlinux systemd[1]: Stopped target Timer Units.
Sep 17 14:14:38 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
Sep 17 14:14:38 archlinux systemd[1]: Stopped Coldplug All udev Devices.
Sep 17 14:14:38 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:38 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
Sep 17 14:14:38 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
Sep 17 14:14:38 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
Sep 17 14:14:38 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:38 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:38 archlinux kernel: usb 9-5.3: new full-speed USB device number 4 using xhci_hcd
Sep 17 14:14:38 archlinux kernel: hub 11-4:1.0: USB hub found
Sep 17 14:14:38 archlinux kernel: hub 11-4:1.0: 4 ports detected
Sep 17 14:14:38 archlinux kernel: usb 12-4: new SuperSpeed USB device number 3 using xhci_hcd
Sep 17 14:14:38 archlinux kernel: usb 12-4: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
Sep 17 14:14:38 archlinux kernel: usb 12-4: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 17 14:14:38 archlinux kernel: usb 12-4: Product: ASM107x
Sep 17 14:14:38 archlinux kernel: usb 12-4: Manufacturer: ASUS TEK.
Sep 17 14:14:38 archlinux kernel: usb 9-5.3: config 1 has an invalid interface number: 2 but max is 1
Sep 17 14:14:38 archlinux kernel: usb 9-5.3: config 1 has no interface number 1
Sep 17 14:14:38 archlinux kernel: hub 12-4:1.0: USB hub found
Sep 17 14:14:38 archlinux kernel: hub 12-4:1.0: 4 ports detected
Sep 17 14:14:38 archlinux kernel: usb 9-5.3: New USB device found, idVendor=0b05, idProduct=18f3, bcdDevice= 1.00
Sep 17 14:14:38 archlinux kernel: usb 9-5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 17 14:14:38 archlinux kernel: usb 9-5.3: Product: AURA LED Controller
Sep 17 14:14:38 archlinux kernel: usb 9-5.3: Manufacturer: AsusTek Computer Inc.
Sep 17 14:14:38 archlinux kernel: usb 9-5.3: SerialNumber: 9876543210
Sep 17 14:14:38 archlinux kernel: usb 11-5: new high-speed USB device number 4 using xhci_hcd
Sep 17 14:14:38 archlinux kernel: usb 9-5.4: new full-speed USB device number 5 using xhci_hcd
Sep 17 14:14:38 archlinux kernel: usb 9-5.4: New USB device found, idVendor=0b05, idProduct=18bb, bcdDevice= 2.00
Sep 17 14:14:38 archlinux kernel: usb 9-5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 17 14:14:38 archlinux kernel: usb 9-5.4: Product: AURA LED Controller
Sep 17 14:14:38 archlinux kernel: usb 9-5.4: Manufacturer: AsusTek Computer Inc.
Sep 17 14:14:38 archlinux kernel: usb 9-5.4: SerialNumber: 204033815252
Sep 17 14:14:40 archlinux kernel: usb 11-5: New USB device found, idVendor=0b05, idProduct=1916, bcdDevice= 0.04
Sep 17 14:14:40 archlinux kernel: usb 11-5: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Sep 17 14:14:40 archlinux kernel: usb 11-5: Product: USB Audio
Sep 17 14:14:40 archlinux kernel: usb 11-5: Manufacturer: Generic
Sep 17 14:14:41 archlinux kernel: usb 11-6: new high-speed USB device number 5 using xhci_hcd
Sep 17 14:14:41 archlinux kernel: usb 11-6: New USB device found, idVendor=0b05, idProduct=1915, bcdDevice= 0.04
Sep 17 14:14:41 archlinux kernel: usb 11-6: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Sep 17 14:14:41 archlinux kernel: usb 11-6: Product: USB Audio
Sep 17 14:14:41 archlinux kernel: usb 11-6: Manufacturer: Generic
Sep 17 14:14:41 archlinux systemd-udevd[553]: 0000:03:00.0: Worker [561] processing SEQNUM=3100 is taking a long time
Sep 17 14:14:48 archlinux systemd-udevd[553]: 0000:03:00.0: Worker [561] processing SEQNUM=3100 killed
Sep 17 14:14:48 archlinux systemd-udevd[553]: Worker [561] terminated by signal 9 (KILL)
Sep 17 14:14:48 archlinux systemd-udevd[553]: 0000:03:00.0: Worker [561] failed
Sep 17 14:14:48 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
Sep 17 14:14:48 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
Sep 17 14:14:48 archlinux systemd[1]: systemd-udevd.service: Consumed 1.022s CPU time.
Sep 17 14:14:48 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 archlinux kernel: kauditd_printk_skb: 16 callbacks suppressed
Sep 17 14:14:48 archlinux kernel: audit: type=1131 audit(1631888088.358:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
Sep 17 14:14:48 archlinux systemd[1]: Closed udev Control Socket.
Sep 17 14:14:48 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Sep 17 14:14:48 archlinux systemd[1]: Closed udev Kernel Socket.
Sep 17 14:14:48 archlinux systemd[1]: Starting Cleanup udev Database...
Sep 17 14:14:48 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Sep 17 14:14:48 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
Sep 17 14:14:48 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
Sep 17 14:14:48 archlinux systemd[1]: Stopped Create List of Static Device Nodes.
Sep 17 14:14:48 archlinux kernel: audit: type=1131 audit(1631888088.371:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
Sep 17 14:14:48 archlinux systemd[1]: Finished Cleanup udev Database.
Sep 17 14:14:48 archlinux kernel: audit: type=1131 audit(1631888088.378:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 archlinux systemd[1]: Reached target Switch Root.
Sep 17 14:14:48 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 archlinux kernel: audit: type=1130 audit(1631888088.385:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 archlinux kernel: audit: type=1131 audit(1631888088.385:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 archlinux systemd[1]: Starting Switch Root...
Sep 17 14:14:48 archlinux audit: BPF prog-id=9 op=UNLOAD
Sep 17 14:14:48 archlinux kernel: audit: type=1334 audit(1631888088.408:32): prog-id=9 op=UNLOAD
Sep 17 14:14:48 archlinux systemd[1]: Switching root.
Sep 17 14:14:48 archlinux audit: BPF prog-id=12 op=UNLOAD
Sep 17 14:14:48 archlinux kernel: audit: type=1334 audit(1631888088.415:33): prog-id=12 op=UNLOAD
Sep 17 14:14:48 archlinux systemd-journald[549]: Journal stopped
Sep 17 14:14:48 host systemd-journald[549]: Received SIGTERM from PID 1 (systemd).
Sep 17 14:14:48 host systemd[1]: systemd 249.4-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTM>
Sep 17 14:14:48 host systemd[1]: Detected architecture x86-64.
Sep 17 14:14:48 host systemd[1]: Hostname set to <host>.
Sep 17 14:14:48 host kernel: audit: type=1334 audit(1631888088.541:34): prog-id=15 op=LOAD
Sep 17 14:14:48 host kernel: audit: type=1334 audit(1631888088.541:35): prog-id=15 op=UNLOAD
Sep 17 14:14:48 host kernel: audit: type=1334 audit(1631888088.545:36): prog-id=16 op=LOAD
Sep 17 14:14:48 host kernel: NET: Registered PF_ALG protocol family
Sep 17 14:14:48 host systemd[1]: initrd-switch-root.service: Deactivated successfully.
Sep 17 14:14:48 host systemd[1]: Stopped Switch Root.
Sep 17 14:14:48 host systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Sep 17 14:14:48 host systemd[1]: Created slice Slice /system/getty.
Sep 17 14:14:48 host systemd[1]: Created slice Slice /system/modprobe.
Sep 17 14:14:48 host systemd[1]: Created slice Slice /system/netctl.
Sep 17 14:14:48 host systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 17 14:14:48 host systemd[1]: Created slice User and Session Slice.
Sep 17 14:14:48 host systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 17 14:14:48 host systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 17 14:14:48 host systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 17 14:14:48 host systemd[1]: Reached target Local Encrypted Volumes.
Sep 17 14:14:48 host systemd[1]: Reached target Login Prompts.
Sep 17 14:14:48 host systemd[1]: Stopped target Switch Root.
Sep 17 14:14:48 host systemd[1]: Stopped target Initrd File Systems.
Sep 17 14:14:48 host systemd[1]: Stopped target Initrd Root File System.
Sep 17 14:14:48 host systemd[1]: Reached target Path Units.
Sep 17 14:14:48 host systemd[1]: Reached target Remote File Systems.
Sep 17 14:14:48 host systemd[1]: Reached target Slice Units.
Sep 17 14:14:48 host systemd[1]: Reached target Swaps.
Sep 17 14:14:48 host systemd[1]: Reached target Local Verity Integrity Protected Volumes.
Sep 17 14:14:48 host systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 17 14:14:48 host systemd[1]: Listening on LVM2 poll daemon socket.
Sep 17 14:14:48 host systemd[1]: Listening on Process Core Dump Socket.
Sep 17 14:14:48 host systemd[1]: Listening on udev Control Socket.
Sep 17 14:14:48 host systemd[1]: Listening on udev Kernel Socket.
Sep 17 14:14:48 host systemd[1]: Mounting Huge Pages File System...
Sep 17 14:14:48 host systemd[1]: Mounting POSIX Message Queue File System...
Sep 17 14:14:48 host systemd[1]: Condition check resulted in Kernel Debug File System being skipped.
Sep 17 14:14:48 host systemd[1]: Mounting Kernel Trace File System...
Sep 17 14:14:48 host systemd[1]: Mounting Temporary Directory /tmp...
Sep 17 14:14:48 host systemd[1]: Starting Create List of Static Device Nodes...
Sep 17 14:14:48 host systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 17 14:14:48 host systemd[1]: Starting Load Kernel Module configfs...
Sep 17 14:14:48 host systemd[1]: Starting Load Kernel Module drm...
Sep 17 14:14:48 host systemd[1]: Starting Load Kernel Module fuse...
Sep 17 14:14:48 host systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Sep 17 14:14:48 host systemd[1]: systemd-fsck-root.service: Deactivated successfully.
Sep 17 14:14:48 host systemd[1]: Stopped File System Check on Root Device.
Sep 17 14:14:48 host systemd[1]: Stopped Journal Service.
Sep 17 14:14:48 host kernel: fuse: init (API version 7.34)
Sep 17 14:14:48 host systemd[1]: Starting Journal Service...
Sep 17 14:14:48 host systemd[1]: Starting Load Kernel Modules...
Sep 17 14:14:48 host systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 17 14:14:48 host systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Sep 17 14:14:48 host systemd-journald[736]: Journal started
Sep 17 14:14:48 host systemd-journald[736]: Runtime Journal (/run/log/journal/f38acae880fc4c06b16eaa4ebdc4edff) is 8.0M, max 2.5G, 2.5G free.
Sep 17 14:14:48 host audit: BPF prog-id=15 op=LOAD
Sep 17 14:14:48 host audit: BPF prog-id=15 op=UNLOAD
Sep 17 14:14:48 host audit: BPF prog-id=16 op=LOAD
Sep 17 14:14:48 host audit: BPF prog-id=16 op=UNLOAD
Sep 17 14:14:48 host audit: BPF prog-id=17 op=LOAD
Sep 17 14:14:48 host audit: BPF prog-id=18 op=LOAD
Sep 17 14:14:48 host audit: BPF prog-id=19 op=LOAD
Sep 17 14:14:48 host audit: BPF prog-id=13 op=UNLOAD
Sep 17 14:14:48 host audit: BPF prog-id=14 op=UNLOAD
Sep 17 14:14:48 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host audit: BPF prog-id=17 op=UNLOAD
Sep 17 14:14:48 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host audit: BPF prog-id=20 op=LOAD
Sep 17 14:14:48 host audit: BPF prog-id=21 op=LOAD
Sep 17 14:14:48 host audit: BPF prog-id=22 op=LOAD
Sep 17 14:14:48 host audit: BPF prog-id=18 op=UNLOAD
Sep 17 14:14:48 host audit: BPF prog-id=19 op=UNLOAD
Sep 17 14:14:48 host audit: CONFIG_CHANGE op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 res=1
Sep 17 14:14:48 host audit[736]: SYSCALL arch=c000003e syscall=46 success=yes exit=60 a0=4 a1=7ffdd55e32c0 a2=4000 a3=7ffdd55e335c items=0 ppid=1 pid=736 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-journal" exe="/usr/lib/systemd/systemd-journald" ke>
Sep 17 14:14:48 host audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-journald"
Sep 17 14:14:48 host systemd[1]: Queued start job for default target Graphical Interface.
Sep 17 14:14:48 host systemd[1]: systemd-journald.service: Deactivated successfully.
Sep 17 14:14:48 host systemd-modules-load[737]: Inserted module 'crypto_user'
Sep 17 14:14:48 host systemd[1]: Starting Coldplug All udev Devices...
Sep 17 14:14:48 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host systemd[1]: Mounted Huge Pages File System.
Sep 17 14:14:48 host systemd[1]: Started Journal Service.
Sep 17 14:14:48 host systemd[1]: Mounted POSIX Message Queue File System.
Sep 17 14:14:48 host systemd[1]: Mounted Kernel Trace File System.
Sep 17 14:14:48 host systemd[1]: Mounted Temporary Directory /tmp.
Sep 17 14:14:48 host systemd[1]: Finished Create List of Static Device Nodes.
Sep 17 14:14:48 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 17 14:14:48 host systemd[1]: Finished Load Kernel Module configfs.
Sep 17 14:14:48 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 17 14:14:48 host systemd[1]: Finished Load Kernel Module drm.
Sep 17 14:14:48 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 17 14:14:48 host systemd[1]: Finished Load Kernel Module fuse.
Sep 17 14:14:48 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host systemd[1]: Finished Load Kernel Modules.
Sep 17 14:14:48 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 17 14:14:48 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:48 host systemd[1]: Mounting FUSE Control File System...
Sep 17 14:14:48 host systemd[1]: Mounting Kernel Configuration File System...
Sep 17 14:14:48 host systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Sep 17 14:14:48 host systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Sep 17 14:14:48 host systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 17 14:14:48 host systemd[1]: Starting Load/Save Random Seed...
Sep 17 14:14:48 host systemd-journald[736]: Time spent on flushing to /var/log/journal/f38acae880fc4c06b16eaa4ebdc4edff is 48.069ms for 2173 entries.
Sep 17 14:14:48 host systemd-journald[736]: System Journal (/var/log/journal/f38acae880fc4c06b16eaa4ebdc4edff) is 256.2M, max 1023.8M, 767.5M free.
Sep 17 14:14:49 host kernel: F2FS-fs (nvme1n1p4): Found nat_bits in checkpoint
Sep 17 14:14:49 host kernel: F2FS-fs (nvme1n1p4): Mounted with checkpoint version = 4acc554d
Sep 17 14:14:48 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host audit: BPF prog-id=23 op=LOAD
Sep 17 14:14:49 host audit: BPF prog-id=24 op=LOAD
Sep 17 14:14:49 host audit: BPF prog-id=25 op=LOAD
Sep 17 14:14:49 host audit: BPF prog-id=10 op=UNLOAD
Sep 17 14:14:49 host audit: BPF prog-id=11 op=UNLOAD
Sep 17 14:14:48 host systemd[1]: Starting Apply Kernel Variables...
Sep 17 14:14:48 host systemd[1]: Condition check resulted in Create System Users being skipped.
Sep 17 14:14:48 host systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 17 14:14:48 host systemd-sysctl[751]: Couldn't write '16' to 'vm/mmap_rns_compat_bits', ignoring: No such file or directory
Sep 17 14:14:48 host systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 17 14:14:49 host systemd[1]: Mounted FUSE Control File System.
Sep 17 14:14:49 host systemd[1]: Mounted Kernel Configuration File System.
Sep 17 14:14:49 host systemd-fsck[768]: fsck.fat 4.2 (2021-01-31)
Sep 17 14:14:49 host systemd-fsck[768]: /dev/nvme1n1p1: 16 files, 172811/201616 clusters
Sep 17 14:14:49 host systemd[1]: Finished Load/Save Random Seed.
Sep 17 14:14:49 host systemd[1]: Finished Apply Kernel Variables.
Sep 17 14:14:49 host systemd[1]: Condition check resulted in First Boot Complete being skipped.
Sep 17 14:14:49 host systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 17 14:14:49 host systemd[1]: Reached target Preparation for Local File Systems.
Sep 17 14:14:49 host systemd[1]: Mounting /data...
Sep 17 14:14:49 host systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Sep 17 14:14:49 host systemd[1]: Mounting /vendor...
Sep 17 14:14:49 host systemd[1]: Starting File System Check on /dev/disk/by-label/BOOT...
Sep 17 14:14:49 host systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 17 14:14:49 host systemd[1]: Mounted /vendor.
Sep 17 14:14:49 host systemd[1]: Finished File System Check on /dev/disk/by-label/BOOT.
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-BOOT comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host systemd[1]: Mounting /efi...
Sep 17 14:14:49 host systemd[1]: Mounted /efi.
Sep 17 14:14:49 host systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host systemd[1]: Starting Load Kernel Module configfs...
Sep 17 14:14:49 host systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 17 14:14:49 host systemd[1]: Finished Load Kernel Module configfs.
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host kernel: F2FS-fs (nvme1n1p8): Mounted with checkpoint version = 3b655a64
Sep 17 14:14:49 host systemd[1]: Mounted /data.
Sep 17 14:14:49 host systemd[1]: Reached target Local File Systems.
Sep 17 14:14:49 host systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Sep 17 14:14:49 host systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Sep 17 14:14:49 host systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Sep 17 14:14:49 host systemd[1]: Starting Create Volatile Files and Directories...
Sep 17 14:14:49 host kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Sep 17 14:14:49 host systemd[1]: Finished Create Volatile Files and Directories.
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Sep 17 14:14:49 host systemd[1]: Condition check resulted in Update is Completed being skipped.
Sep 17 14:14:49 host systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 17 14:14:49 host audit[854]: SYSTEM_BOOT pid=854 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 17 14:14:49 host kernel: pinctrl core: failed to create debugfs directory for AMDI0030:00
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 14:14:49 host kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 14:14:49 host kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 14:14:49 host systemd[1]: Finished Coldplug All udev Devices.
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host systemd[1]: Reached target System Initialization.
Sep 17 14:14:49 host systemd[1]: Started Daily man-db regeneration.
Sep 17 14:14:49 host systemd[1]: Started Daily verification of password and group files.
Sep 17 14:14:49 host systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 17 14:14:49 host systemd[1]: Reached target Timer Units.
Sep 17 14:14:49 host systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 17 14:14:49 host systemd[1]: Reached target Socket Units.
Sep 17 14:14:49 host systemd[1]: Reached target Basic System.
Sep 17 14:14:49 host systemd[1]: Started D-Bus System Message Bus.
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host audit: BPF prog-id=26 op=LOAD
Sep 17 14:14:49 host audit: BPF prog-id=27 op=LOAD
Sep 17 14:14:49 host audit: BPF prog-id=28 op=LOAD
Sep 17 14:14:49 host systemd[1]: Starting User Login Management...
Sep 17 14:14:49 host systemd-logind[873]: Watching system buttons on /dev/input/event1 (Power Button)
Sep 17 14:14:49 host systemd-logind[873]: New seat seat0.
Sep 17 14:14:49 host systemd[1]: Started User Login Management.
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Sep 17 14:14:49 host kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 17 14:14:49 host kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Sep 17 14:14:49 host kernel: dca service started, version 1.12.1
Sep 17 14:14:49 host kernel: MACsec IEEE 802.1AE
Sep 17 14:14:49 host kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 17 14:14:49 host kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 17 14:14:49 host kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 17 14:14:49 host kernel: atlantic 0000:44:00.0: enabling device (0000 -> 0002)
Sep 17 14:14:49 host kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Sep 17 14:14:49 host kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Sep 17 14:14:49 host kernel: igb 0000:47:00.0: enabling device (0000 -> 0002)
Sep 17 14:14:49 host kernel: hid-generic 0003:0B05:18F3.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:49:00.1-5.3/input2
Sep 17 14:14:49 host kernel: mc: Linux media interface: v0.10
Sep 17 14:14:49 host kernel: hid-generic 0003:0B05:18BB.0002: hiddev97,hidraw1: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:49:00.1-5.4/input0
Sep 17 14:14:49 host kernel: input: Generic USB Audio Consumer Control as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-5/11-5:1.6/0003:0B05:1916.0003/input/input2
Sep 17 14:14:49 host systemd-logind[873]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 17 14:14:49 host kernel: pps pps0: new PPS source ptp0
Sep 17 14:14:49 host kernel: igb 0000:47:00.0: added PHC on eth0
Sep 17 14:14:49 host kernel: igb 0000:47:00.0: Intel(R) Gigabit Ethernet Network Connection
Sep 17 14:14:49 host kernel: igb 0000:47:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 04:42:1a:04:07:c7
Sep 17 14:14:49 host kernel: igb 0000:47:00.0: eth0: PBA No: FFFFFF-0FF
Sep 17 14:14:49 host kernel: igb 0000:47:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Sep 17 14:14:49 host kernel: input: Generic USB Audio as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-5/11-5:1.6/0003:0B05:1916.0003/input/input3
Sep 17 14:14:49 host kernel: hid-generic 0003:0B05:1916.0003: input,hiddev98,hidraw2: USB HID v1.11 Device [Generic USB Audio] on usb-0000:49:00.3-5/input6
Sep 17 14:14:49 host kernel: input: Generic USB Audio Consumer Control as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-6/11-6:1.2/0003:0B05:1915.0004/input/input4
Sep 17 14:14:49 host kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
Sep 17 14:14:49 host kernel: Bluetooth: Core ver 2.22
Sep 17 14:14:49 host kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 17 14:14:49 host kernel: Bluetooth: HCI device and connection manager initialized
Sep 17 14:14:49 host kernel: Bluetooth: HCI socket layer initialized
Sep 17 14:14:49 host kernel: Bluetooth: L2CAP socket layer initialized
Sep 17 14:14:49 host kernel: Bluetooth: SCO socket layer initialized
Sep 17 14:14:49 host kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 17 14:14:49 host kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Sep 17 14:14:49 host kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 17 14:14:49 host kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 17 14:14:49 host kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 17 14:14:49 host kernel: cfg80211: failed to load regulatory.db
Sep 17 14:14:49 host kernel: input: Generic USB Audio as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-6/11-6:1.2/0003:0B05:1915.0004/input/input5
Sep 17 14:14:49 host kernel: hid-generic 0003:0B05:1915.0004: input,hiddev99,hidraw3: USB HID v1.11 Device [Generic USB Audio] on usb-0000:49:00.3-6/input2
Sep 17 14:14:49 host kernel: usbcore: registered new interface driver usbhid
Sep 17 14:14:49 host kernel: usbhid: USB HID core driver
Sep 17 14:14:49 host kernel: usbcore: registered new interface driver btusb
Sep 17 14:14:49 host kernel: snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
Sep 17 14:14:49 host kernel: snd_hda_intel 0000:03:00.1: Force to non-snoop mode
Sep 17 14:14:49 host kernel: snd_hda_intel 0000:25:00.4: Skipping the device on the denylist
Sep 17 14:14:49 host kernel: Bluetooth: hci0: Firmware revision 0.0 build 191 week 21 2021
Sep 17 14:14:49 host kernel: Intel(R) Wireless WiFi driver for Linux
Sep 17 14:14:49 host kernel: iwlwifi 0000:48:00.0: enabling device (0000 -> 0002)
Sep 17 14:14:49 host kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Sep 17 14:14:49 host kernel: iwlwifi 0000:48:00.0: Direct firmware load for iwlwifi-cc-a0-64.ucode failed with error -2
Sep 17 14:14:49 host kernel: iwlwifi 0000:48:00.0: api flags index 2 larger than supported by driver
Sep 17 14:14:49 host kernel: iwlwifi 0000:48:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Sep 17 14:14:49 host kernel: iwlwifi 0000:48:00.0: loaded firmware version 63.c04f3485.0 cc-a0-63.ucode op_mode iwlmvm
Sep 17 14:14:49 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input7
Sep 17 14:14:49 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input8
Sep 17 14:14:49 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input9
Sep 17 14:14:49 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input10
Sep 17 14:14:49 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input11
Sep 17 14:14:49 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input12
Sep 17 14:14:49 host kernel: asus_wmi: ASUS WMI generic driver loaded
Sep 17 14:14:49 host kernel: asus_wmi: Initialization: 0x0
Sep 17 14:14:49 host kernel: asus_wmi: BIOS WMI version: 0.9
Sep 17 14:14:49 host kernel: asus_wmi: SFUN value: 0x0
Sep 17 14:14:49 host kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Sep 17 14:14:49 host systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 17 14:14:49 host systemd-udevd[883]: Using default interface naming scheme 'v249'.
Sep 17 14:14:49 host kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input13
Sep 17 14:14:49 host kernel: igb 0000:47:00.0 enp71s0: renamed from eth0
Sep 17 14:14:49 host systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 17 14:14:49 host kernel: kvm: Nested Virtualization enabled
Sep 17 14:14:49 host kernel: SVM: kvm: Nested Paging enabled
Sep 17 14:14:49 host kernel: SEV supported: 509 ASIDs
Sep 17 14:14:49 host kernel: SVM: Virtual VMLOAD VMSAVE supported
Sep 17 14:14:49 host kernel: SVM: Virtual GIF supported
Sep 17 14:14:49 host systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 17 14:14:49 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:49 host systemd[1]: Reached target Bluetooth Support.
Sep 17 14:14:49 host kernel: Bluetooth: hci0: MSFT filter_enable is already on
Sep 17 14:14:49 host systemd[1]: Reached target Sound Card.
Sep 17 14:14:49 host systemd-udevd[817]: Using default interface naming scheme 'v249'.
Sep 17 14:14:49 host kernel: MCE: In-kernel MCE decoding enabled.
Sep 17 14:14:49 host systemd-logind[873]: Watching system buttons on /dev/input/event4 (Generic USB Audio Consumer Control)
Sep 17 14:14:49 host kernel: iwlwifi 0000:48:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Sep 17 14:14:49 host kernel: EDAC amd64: MCT channel count: 2
Sep 17 14:14:49 host kernel: EDAC MC0: Giving out device to module amd64_edac controller F17h_M30h: DEV 0000:00:18.3 (INTERRUPT)
Sep 17 14:14:49 host kernel: EDAC amd64: F17h_M30h detected (node 0).
Sep 17 14:14:49 host kernel: EDAC MC: UMC0 chip selects:
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 14:14:49 host kernel: EDAC MC: UMC1 chip selects:
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 14:14:49 host kernel: EDAC MC: UMC2 chip selects:
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 0: 16384MB 1: 16384MB
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 2: 16384MB 3: 16384MB
Sep 17 14:14:49 host kernel: EDAC MC: UMC3 chip selects:
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 0: 16384MB 1: 16384MB
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 2: 16384MB 3: 16384MB
Sep 17 14:14:49 host kernel: EDAC MC: UMC4 chip selects:
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 14:14:49 host kernel: EDAC MC: UMC5 chip selects:
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 14:14:49 host kernel: EDAC MC: UMC6 chip selects:
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 14:14:49 host kernel: EDAC MC: UMC7 chip selects:
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 14:14:49 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 14:14:49 host kernel: EDAC amd64: using x16 syndromes.
Sep 17 14:14:49 host kernel: EDAC PCI0: Giving out device to module amd64_edac controller EDAC PCI controller: DEV 0000:00:18.0 (POLLED)
Sep 17 14:14:49 host kernel: AMD64 EDAC driver v3.5.0
Sep 17 14:14:49 host kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Sep 17 14:14:49 host kernel: intel_rapl_common: Found RAPL domain package
Sep 17 14:14:49 host kernel: intel_rapl_common: Found RAPL domain core
Sep 17 14:14:49 host systemd-udevd[871]: Using default interface naming scheme 'v249'.
Sep 17 14:14:49 host kernel: atlantic 0000:44:00.0 enp68s0: renamed from eth0
Sep 17 14:14:49 host kernel: iwlwifi 0000:48:00.0: Detected RF HR B3, rfid=0x10a100
Sep 17 14:14:49 host kernel: iwlwifi 0000:48:00.0: base HW address: 38:fc:98:87:c3:0f
Sep 17 14:14:49 host systemd-udevd[915]: Using default interface naming scheme 'v249'.
Sep 17 14:14:49 host kernel: BUG: kernel NULL pointer dereference, address: 0000000000000017
Sep 17 14:14:49 host kernel: #PF: supervisor read access in kernel mode
Sep 17 14:14:49 host kernel: iwlwifi 0000:48:00.0 wlp72s0: renamed from wlan0
Sep 17 14:14:49 host kernel: #PF: error_code(0x0000) - not-present page
Sep 17 14:14:49 host kernel: PGD 0 P4D 0 
Sep 17 14:14:49 host kernel: Oops: 0000 [#2] PREEMPT SMP PTI
Sep 17 14:14:49 host kernel: CPU: 26 PID: 941 Comm: modprobe Tainted: G      D           5.14.5-arch1-1 #1 daae17e3dafe98cbbb1977d665649e8e3f3a10e8
Sep 17 14:14:49 host kernel: Hardware name: ASUS System Product Name/ROG ZENITH II EXTREME ALPHA, BIOS 1502 07/13/2021
Sep 17 14:14:50 host kernel: RIP: 0010:iwl_mvm_dbgfs_register+0x689/0x700 [iwlmvm]
Sep 17 14:14:50 host kernel: Code: 4e 31 c2 be 80 01 00 00 48 c7 c7 72 b2 31 c2 e8 0d 62 0d d9 48 8b 83 60 18 00 00 be 64 00 00 00 4c 89 e7 48 c7 c2 76 b2 31 c2 <48> 8b 48 18 e8 ae 5b 24 d9 48 8b 43 28 4c 89 e2 48 c7 c7 81 b2 31
Sep 17 14:14:50 host kernel: RSP: 0018:ffffaa1101b87a48 EFLAGS: 00010292
Sep 17 14:14:50 host kernel: RAX: ffffffffffffffff RBX: ffff8de85d52a008 RCX: ffff8de85d52a008
Sep 17 14:14:50 host kernel: RDX: ffffffffc231b276 RSI: 0000000000000064 RDI: ffffaa1101b87a4c
Sep 17 14:14:50 host kernel: RBP: 0000000000000000 R08: ffffffff9c05e740 R09: ffffffffc2314e40
Sep 17 14:14:50 host kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffaa1101b87a4c
Sep 17 14:14:50 host kernel: R13: ffff8de85d52a008 R14: ffff8de85d52a000 R15: 0000000fffffffe0
Sep 17 14:14:50 host kernel: FS:  00007aa37d4ec740(0000) GS:ffff8df5cd680000(0000) knlGS:0000000000000000
Sep 17 14:14:50 host kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 17 14:14:50 host kernel: CR2: 0000000000000017 CR3: 00000008e98ba000 CR4: 0000000000350ee0
Sep 17 14:14:50 host kernel: Call Trace:
Sep 17 14:14:50 host kernel:  iwl_op_mode_mvm_start+0x960/0xa30 [iwlmvm 0dac09dffe43be43b30607702162068c938d2014]
Sep 17 14:14:50 host kernel:  _iwl_op_mode_start.isra.0+0x42/0x80 [iwlwifi 1e460c1f980ccca794be51cbac39f97658df1af2]
Sep 17 14:14:50 host kernel:  iwl_opmode_register+0x6d/0xd0 [iwlwifi 1e460c1f980ccca794be51cbac39f97658df1af2]
Sep 17 14:14:50 host kernel:  ? 0xffffffffc13b5000
Sep 17 14:14:50 host kernel:  iwl_mvm_init+0x36/0x1000 [iwlmvm 0dac09dffe43be43b30607702162068c938d2014]
Sep 17 14:14:50 host kernel:  do_one_initcall+0x57/0x220
Sep 17 14:14:50 host kernel:  do_init_module+0x5c/0x270
Sep 17 14:14:50 host kernel:  load_module+0x2588/0x2790
Sep 17 14:14:50 host kernel:  ? __do_sys_init_module+0x12e/0x1b0
Sep 17 14:14:50 host kernel:  __do_sys_init_module+0x12e/0x1b0
Sep 17 14:14:50 host kernel:  do_syscall_64+0x5c/0x80
Sep 17 14:14:50 host kernel:  ? syscall_exit_to_user_mode+0x23/0x40
Sep 17 14:14:50 host kernel:  ? do_syscall_64+0x69/0x80
Sep 17 14:14:50 host kernel:  ? exc_page_fault+0x72/0x170
Sep 17 14:14:50 host kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xae
Sep 17 14:14:50 host kernel: RIP: 0033:0x7aa37d61832e
Sep 17 14:14:50 host kernel: Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
Sep 17 14:14:50 host kernel: RSP: 002b:00007ffd94751e98 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Sep 17 14:14:50 host kernel: RAX: ffffffffffffffda RBX: 000061c2f9008ce0 RCX: 00007aa37d61832e
Sep 17 14:14:50 host kernel: RDX: 000061c2f86ee270 RSI: 0000000000118ec1 RDI: 000061c2f91a2220
Sep 17 14:14:50 host kernel: RBP: 000061c2f91a2220 R08: 27d4eb2f165667c5 R09: 0000000000000000
Sep 17 14:14:50 host kernel: R10: 00000000001805c1 R11: 0000000000000246 R12: 000061c2f86ee270
Sep 17 14:14:50 host kernel: R13: 0000000000000000 R14: 000061c2f9008e10 R15: 000061c2f9008ce0
Sep 17 14:14:50 host kernel: Modules linked in: fjes(-) intel_rapl_msr intel_rapl_common amd64_edac edac_mce_amd iwlmvm(+) joydev mac80211 eeepc_wmi asus_wmi sparse_keymap video wmi_bmof libarc4 mxm_wmi kvm_amd snd_hda_codec_hdmi iwlwifi snd_hda_intel kvm snd_usb_audio(+) btusb snd_intel_dspcfg snd_intel_sdw_acpi bt>
Sep 17 14:14:50 host kernel: CR2: 0000000000000017
Sep 17 14:14:50 host kernel: ---[ end trace 2fa93283d5ee7726 ]---
Sep 17 14:14:50 host kernel: RIP: 0010:debugfs_create_file_size+0x2e/0x40
Sep 17 14:14:50 host kernel: Code: 00 4d 85 c0 53 48 c7 c0 40 e9 05 9c 4c 89 cb 4d 89 c1 49 c7 c0 40 e7 05 9c 0f b7 f6 4c 0f 44 c0 e8 07 fe ff ff 48 85 c0 74 08 <48> 8b 40 30 48 89 58 50 5b c3 0f 1f 84 00 00 00 00 00 0f 1f 44 00
Sep 17 14:14:50 host kernel: RSP: 0018:ffffaa1103fcf998 EFLAGS: 00010286
Sep 17 14:14:50 host kernel: RAX: ffffffffffffffff RBX: 00000001ff000000 RCX: ffff8dda1d280000
Sep 17 14:14:50 host kernel: RDX: 0000000000000000 RSI: ffffffffffffffff RDI: ffffffffc07d7106
Sep 17 14:14:50 host kernel: RBP: ffff8dda1d280000 R08: ffffffff9c05e740 R09: ffffffffc065f800
Sep 17 14:14:50 host kernel: R10: ffffaa1103fcf7d0 R11: ffff8df64f0dc8a8 R12: ffff8dda1d280000
Sep 17 14:14:50 host kernel: R13: ffffffffffffffff R14: ffff8dda1d280000 R15: 0000000000000000
Sep 17 14:14:50 host kernel: FS:  00007aa37d4ec740(0000) GS:ffff8df5cd680000(0000) knlGS:0000000000000000
Sep 17 14:14:50 host kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 17 14:14:50 host kernel: CR2: 0000000000000017 CR3: 00000008e98ba000 CR4: 0000000000350ee0
Sep 17 14:14:50 host systemd[1]: Found device Wi-Fi 6 AX200 (NGW).
Sep 17 14:14:50 host systemd[1]: Starting Automatically generated profile by wifi-menu...
Sep 17 14:14:50 host network[978]: Starting network profile 'wlp72s0-Wi-Fi'...
Sep 17 14:14:50 host kernel: iwlwifi 0000:48:00.0: Failed to create debugfs directory under (efault)
Sep 17 14:14:50 host kernel: iwlwifi 0000:48:00.0: Failed to create debugfs directory under (efault)
Sep 17 14:14:50 host systemd[1]: Started Automatically generated profile by wifi-menu.
Sep 17 14:14:50 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlp72s0\x2dWi\x2dFi comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:50 host systemd[1]: Reached target Network.
Sep 17 14:14:50 host systemd[1]: Starting Permit User Sessions...
Sep 17 14:14:50 host systemd[1]: Finished Permit User Sessions.
Sep 17 14:14:50 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:50 host systemd[1]: Reached target Multi-User System.
Sep 17 14:14:50 host systemd[1]: Starting GNOME Display Manager...
Sep 17 14:14:50 host systemd[1]: Started GNOME Display Manager.
Sep 17 14:14:50 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:50 host systemd[1]: Reached target Graphical Interface.
Sep 17 14:14:50 host systemd[1]: Startup finished in 20.500s (firmware) + 31.721s (loader) + 2.194s (kernel) + 11.425s (initrd) + 2.165s (userspace) = 1min 8.008s.
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:2c: Worker [824] processing SEQNUM=4553 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:2b: Worker [823] processing SEQNUM=4552 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:28: Worker [820] processing SEQNUM=4549 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:22: Worker [814] processing SEQNUM=4543 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:1e: Worker [808] processing SEQNUM=4539 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:1d: Worker [807] processing SEQNUM=4538 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:1c: Worker [806] processing SEQNUM=4537 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:0e: Worker [784] processing SEQNUM=4523 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:1b: Worker [805] processing SEQNUM=4536 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:06: Worker [778] processing SEQNUM=4515 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:17: Worker [801] processing SEQNUM=4532 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:0b: Worker [777] processing SEQNUM=4520 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:03: Worker [794] processing SEQNUM=4512 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:0a: Worker [792] processing SEQNUM=4519 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:04: Worker [791] processing SEQNUM=4513 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:08: Worker [793] processing SEQNUM=4517 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: LNXCPU:10: Worker [787] processing SEQNUM=4525 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: 0000:03:00.0: Worker [850] processing SEQNUM=5089 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: 11-6:1.0: Worker [870] processing SEQNUM=5351 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: 11-5:1.0: Worker [857] processing SEQNUM=5343 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: input3: Worker [843] processing SEQNUM=6246 is taking a long time
Sep 17 14:14:52 host systemd-udevd[766]: input2: Worker [836] processing SEQNUM=6221 is taking a long time
Sep 17 14:14:53 host systemd-logind[873]: Watching system buttons on /dev/input/event2 (Generic USB Audio Consumer Control)
Sep 17 14:14:53 host kernel: usbcore: registered new interface driver snd-usb-audio
Sep 17 14:14:54 host kernel: wlp72s0: authenticate with a4:2b:b0:c4:0e:7f
Sep 17 14:14:54 host kernel: wlp72s0: send auth to a4:2b:b0:c4:0e:7f (try 1/3)
Sep 17 14:14:54 host kernel: wlp72s0: authenticated
Sep 17 14:14:54 host kernel: wlp72s0: associate with a4:2b:b0:c4:0e:7f (try 1/3)
Sep 17 14:14:54 host kernel: wlp72s0: RX AssocResp from a4:2b:b0:c4:0e:7f (capab=0x1431 status=0 aid=5)
Sep 17 14:14:54 host kernel: wlp72s0: associated
Sep 17 14:14:54 host kernel: wlp72s0: Limiting TX power to 30 (30 - 0) dBm as advertised by a4:2b:b0:c4:0e:7f
Sep 17 14:14:54 host kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp72s0: link becomes ready
Sep 17 14:14:54 host dhcpcd[1129]: dhcpcd-9.4.0 starting
Sep 17 14:14:54 host dhcpcd[1132]: DUID 00:04:4c:90:e0:3b:42:04:04:1a:07:c8:04:42:1a:04:07:c7
Sep 17 14:14:54 host kernel: 8021q: 802.1Q VLAN Support v1.8
Sep 17 14:14:54 host dhcpcd[1132]: wlp72s0: connected to Access Point: Wi-Fi
Sep 17 14:14:54 host dhcpcd[1132]: wlp72s0: IAID 98:87:c3:0f
Sep 17 14:14:55 host systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 17 14:14:55 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:55 host kernel: kauditd_printk_skb: 58 callbacks suppressed
Sep 17 14:14:55 host kernel: audit: type=1131 audit(1631888095.235:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:14:56 host dhcpcd[1132]: wlp72s0: rebinding lease of 192.168.86.50
Sep 17 14:14:56 host dhcpcd[1132]: wlp72s0: probing address 192.168.86.50/24
Sep 17 14:15:00 host systemd-udevd[766]: 0000:03:00.0: Worker [850] processing SEQNUM=5089 killed
Sep 17 14:15:00 host systemd-udevd[766]: Worker [850] terminated by signal 9 (KILL)
Sep 17 14:15:00 host systemd-udevd[766]: 0000:03:00.0: Worker [850] failed
Sep 17 14:15:00 host dbus-daemon[866]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.2' (uid=0 pid=1002 comm="/usr/bin/gdm ")
Sep 17 14:15:00 host systemd[1]: Reached target User and Group Name Lookups.
Sep 17 14:15:00 host systemd[1]: Starting Accounts Service...
Sep 17 14:15:00 host dbus-daemon[866]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.3' (uid=0 pid=1141 comm="/usr/lib/accounts-daemon ")
Sep 17 14:15:00 host systemd[1]: Starting Authorization Manager...
Sep 17 14:15:00 host polkitd[1145]: Started polkitd version 0.119
Sep 17 14:15:00 host polkitd[1145]: Loading rules from directory /etc/polkit-1/rules.d
Sep 17 14:15:00 host polkitd[1145]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 17 14:15:00 host polkitd[1145]: Finished loading, compiling and executing 5 rules
Sep 17 14:15:00 host dbus-daemon[866]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 17 14:15:00 host systemd[1]: Started Authorization Manager.
Sep 17 14:15:00 host polkitd[1145]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 17 14:15:00 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:00 host accounts-daemon[1141]: started daemon version 0.6.55
Sep 17 14:15:00 host dbus-daemon[866]: [system] Successfully activated service 'org.freedesktop.Accounts'
Sep 17 14:15:00 host systemd[1]: Started Accounts Service.
Sep 17 14:15:00 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:00 host kernel: audit: type=1130 audit(1631888100.325:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:00 host kernel: audit: type=1130 audit(1631888100.325:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:00 host kernel: audit: type=1100 audit(1631888100.335:96): pid=1159 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 14:15:00 host audit[1159]: USER_AUTH pid=1159 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 14:15:00 host systemd[1]: Created slice User Slice of UID 120.
Sep 17 14:15:00 host systemd[1]: Starting User Runtime Directory /run/user/120...
Sep 17 14:15:00 host systemd-logind[873]: New session 1 of user gdm.
Sep 17 14:15:00 host audit[1159]: USER_ACCT pid=1159 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 14:15:00 host kernel: audit: type=1101 audit(1631888100.335:97): pid=1159 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 14:15:00 host kernel: audit: type=1103 audit(1631888100.338:98): pid=1159 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 14:15:00 host kernel: audit: type=1006 audit(1631888100.341:99): pid=1159 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=1 res=1
Sep 17 14:15:00 host audit[1159]: CRED_ACQ pid=1159 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 14:15:00 host systemd[1]: Finished User Runtime Directory /run/user/120.
Sep 17 14:15:00 host systemd[1]: Starting User Manager for UID 120...
Sep 17 14:15:00 host audit[1159]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7ffd021ef920 a2=3 a3=78 items=0 ppid=1002 pid=1159 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=1 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
Sep 17 14:15:00 host dbus-daemon[866]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=1164 comm="(systemd) ")
Sep 17 14:15:00 host dbus-daemon[866]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 14:15:00 host systemd[1164]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 17 14:15:00 host systemd[1164]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Sep 17 14:15:00 host systemd[1164]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by (uid=0)
Sep 17 14:15:00 host kernel: audit: type=1300 audit(1631888100.341:99): arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7ffd021ef920 a2=3 a3=78 items=0 ppid=1002 pid=1159 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=1 comm="gdm-session-wor" exe="/usr/lib/gdm-session-work>
Sep 17 14:15:00 host kernel: audit: type=1327 audit(1631888100.341:99): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 17 14:15:00 host audit: PROCTITLE proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 17 14:15:00 host systemd[1164]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Sep 17 14:15:00 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:00 host kernel: audit: type=1130 audit(1631888100.365:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:00 host kernel: audit: type=1101 audit(1631888100.375:101): pid=1164 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:00 host audit[1164]: USER_ACCT pid=1164 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:00 host audit[1164]: CRED_ACQ pid=1164 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 17 14:15:00 host audit[1164]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffd458d9980 a2=3 a3=78 items=0 ppid=1 pid=1164 auid=120 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Sep 17 14:15:00 host audit: PROCTITLE proctitle="(systemd)"
Sep 17 14:15:00 host audit[1164]: USER_START pid=1164 uid=0 auid=120 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:00 host systemd[1164]: Queued start job for default target Main User Target.
Sep 17 14:15:00 host systemd[1164]: Created slice User Application Slice.
Sep 17 14:15:00 host systemd[1164]: Reached target Paths.
Sep 17 14:15:00 host systemd[1164]: Reached target Timers.
Sep 17 14:15:00 host systemd[1164]: Starting D-Bus User Message Bus Socket...
Sep 17 14:15:00 host systemd[1164]: Listening on GnuPG network certificate management daemon.
Sep 17 14:15:00 host systemd[1164]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 17 14:15:00 host systemd[1164]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 17 14:15:00 host systemd[1164]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 17 14:15:00 host systemd[1164]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 17 14:15:00 host systemd[1164]: Listening on p11-kit server.
Sep 17 14:15:00 host systemd[1164]: Listening on PipeWire PulseAudio.
Sep 17 14:15:00 host systemd[1164]: Listening on Multimedia System.
Sep 17 14:15:00 host systemd[1164]: Listening on D-Bus User Message Bus Socket.
Sep 17 14:15:00 host systemd[1164]: Reached target Sockets.
Sep 17 14:15:00 host systemd[1164]: Reached target Basic System.
Sep 17 14:15:00 host systemd[1164]: Reached target Main User Target.
Sep 17 14:15:00 host systemd[1164]: Startup finished in 124ms.
Sep 17 14:15:00 host systemd[1]: Started User Manager for UID 120.
Sep 17 14:15:00 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:00 host systemd[1]: Started Session 1 of User gdm.
Sep 17 14:15:00 host gdm-launch-environment][1159]: pam_env(gdm-launch-environment:session): deprecated reading of user environment enabled
Sep 17 14:15:00 host audit[1159]: USER_START pid=1159 uid=0 auid=120 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 14:15:00 host systemd[1164]: Started D-Bus User Message Bus.
Sep 17 14:15:00 host dhcpcd[1132]: wlp72s0: leased 192.168.86.50 for 86400 seconds
Sep 17 14:15:00 host dhcpcd[1132]: wlp72s0: adding route to 192.168.86.0/24
Sep 17 14:15:00 host dhcpcd[1132]: wlp72s0: adding default route via 192.168.86.1
Sep 17 14:15:00 host gnome-session[1177]: gnome-session-binary[1177]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 14:15:00 host gnome-session-binary[1177]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 14:15:00 host gnome-session[1177]: gnome-session-binary[1177]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 14:15:00 host gnome-session-binary[1177]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 14:15:00 host gnome-session[1177]: gnome-session-binary[1177]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 14:15:00 host gnome-session-binary[1177]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 14:15:00 host gnome-session[1177]: gnome-session-binary[1177]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Sep 17 14:15:00 host gnome-session-binary[1177]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Sep 17 14:15:00 host network[978]: Started network profile 'wlp72s0-Wi-Fi'
Sep 17 14:15:00 host gnome-shell[1226]: Adding device '/dev/dri/card0' (amdgpu) using atomic mode setting.
Sep 17 14:15:00 host gnome-shell[1226]: Boot VGA GPU /dev/dri/card0 selected as primary
Sep 17 14:15:01 host gnome-shell[1226]: Disabling DMA buffer screen sharing for driver 'amdgpu'.
Sep 17 14:15:01 host gnome-shell[1226]: Using public X11 display :1024, (using :1025 for managed services)
Sep 17 14:15:01 host gnome-shell[1226]: Using Wayland display name 'wayland-0'
Sep 17 14:15:01 host /usr/lib/gdm-wayland-session[1176]: dbus-daemon[1176]: [session uid=120 pid=1176] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=1226 comm="/usr/bin/gnome-shell ")
Sep 17 14:15:01 host /usr/lib/gdm-wayland-session[1176]: dbus-daemon[1176]: [session uid=120 pid=1176] Successfully activated service 'org.a11y.Bus'
Sep 17 14:15:01 host org.gnome.Shell.desktop[1335]: glamor: No eglstream capable devices found
Sep 17 14:15:01 host gnome-shell[1226]: Skipping parental controls support as it’s disabled
Sep 17 14:15:01 host gnome-shell[1226]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Sep 17 14:15:01 host gnome-shell[1226]: Will monitor session 1
Sep 17 14:15:01 host dbus-daemon[866]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.11' (uid=120 pid=1226 comm="/usr/bin/gnome-shell ")
Sep 17 14:15:01 host audit: BPF prog-id=29 op=LOAD
Sep 17 14:15:01 host audit: BPF prog-id=30 op=LOAD
Sep 17 14:15:01 host audit: BPF prog-id=31 op=LOAD
Sep 17 14:15:01 host systemd[1]: Starting Locale Service...
Sep 17 14:15:01 host gnome-shell[1226]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Sep 17 14:15:01 host dbus-daemon[866]: [system] Successfully activated service 'org.freedesktop.locale1'
Sep 17 14:15:01 host systemd[1]: Started Locale Service.
Sep 17 14:15:01 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:01 host dbus-daemon[866]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.11' (uid=120 pid=1226 comm="/usr/bin/gnome-shell ")
Sep 17 14:15:01 host audit: BPF prog-id=32 op=LOAD
Sep 17 14:15:01 host audit: BPF prog-id=33 op=LOAD
Sep 17 14:15:01 host systemd[1]: Starting Daemon for power management...
Sep 17 14:15:01 host systemd[1164]: Created slice User Core Session Slice.
Sep 17 14:15:01 host systemd[1164]: Started Multimedia Service.
Sep 17 14:15:01 host systemd[1164]: Started Multimedia Service Session Manager.
Sep 17 14:15:01 host systemd[1164]: Started PipeWire PulseAudio.
Sep 17 14:15:01 host dbus-daemon[866]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.13' (uid=120 pid=1379 comm="/usr/bin/pipewire ")
Sep 17 14:15:01 host dbus-daemon[866]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.11' (uid=120 pid=1226 comm="/usr/bin/gnome-shell ")
Sep 17 14:15:01 host systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 17 14:15:01 host systemd[1]: Starting Location Lookup Service...
Sep 17 14:15:01 host dbus-daemon[866]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Sep 17 14:15:01 host systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 17 14:15:01 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:01 host rtkit-daemon[1383]: Successfully called chroot.
Sep 17 14:15:01 host rtkit-daemon[1383]: Successfully dropped privileges.
Sep 17 14:15:01 host rtkit-daemon[1383]: Successfully limited resources.
Sep 17 14:15:01 host rtkit-daemon[1383]: Canary thread running.
Sep 17 14:15:01 host rtkit-daemon[1383]: Running.
Sep 17 14:15:01 host rtkit-daemon[1383]: Watchdog thread running.
Sep 17 14:15:01 host rtkit-daemon[1383]: Successfully made thread 1379 of process 1379 owned by '120' high priority at nice level -11.
Sep 17 14:15:01 host rtkit-daemon[1383]: Supervising 1 threads of 1 processes of 1 users.
Sep 17 14:15:01 host polkitd[1145]: Registered Authentication Agent for unix-session:1 (system bus name :1.11 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Sep 17 14:15:01 host rtkit-daemon[1383]: Successfully made thread 1380 of process 1380 owned by '120' high priority at nice level -11.
Sep 17 14:15:01 host rtkit-daemon[1383]: Supervising 2 threads of 2 processes of 1 users.
Sep 17 14:15:01 host rtkit-daemon[1383]: Successfully made thread 1381 of process 1381 owned by '120' high priority at nice level -11.
Sep 17 14:15:01 host rtkit-daemon[1383]: Supervising 3 threads of 3 processes of 1 users.
Sep 17 14:15:01 host rtkit-daemon[1383]: Supervising 3 threads of 3 processes of 1 users.
Sep 17 14:15:01 host rtkit-daemon[1383]: Supervising 3 threads of 3 processes of 1 users.
Sep 17 14:15:01 host rtkit-daemon[1383]: Supervising 3 threads of 3 processes of 1 users.
Sep 17 14:15:01 host rtkit-daemon[1383]: Supervising 3 threads of 3 processes of 1 users.
Sep 17 14:15:01 host rtkit-daemon[1383]: Successfully made thread 1390 of process 1380 owned by '120' RT at priority 20.
Sep 17 14:15:01 host rtkit-daemon[1383]: Supervising 4 threads of 3 processes of 1 users.
Sep 17 14:15:01 host rtkit-daemon[1383]: Supervising 4 threads of 3 processes of 1 users.
Sep 17 14:15:01 host rtkit-daemon[1383]: Supervising 4 threads of 3 processes of 1 users.
Sep 17 14:15:01 host rtkit-daemon[1383]: Successfully made thread 1391 of process 1381 owned by '120' RT at priority 20.
Sep 17 14:15:01 host rtkit-daemon[1383]: Supervising 5 threads of 3 processes of 1 users.
Sep 17 14:15:01 host rtkit-daemon[1383]: Successfully made thread 1393 of process 1379 owned by '120' RT at priority 20.
Sep 17 14:15:01 host rtkit-daemon[1383]: Supervising 6 threads of 3 processes of 1 users.
Sep 17 14:15:01 host dbus-daemon[866]: [system] Successfully activated service 'org.freedesktop.UPower'
Sep 17 14:15:01 host systemd[1]: Started Daemon for power management.
Sep 17 14:15:01 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:01 host /usr/lib/gdm-wayland-session[1176]: dbus-daemon[1176]: [session uid=120 pid=1176] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=1226 comm="/usr/bin/gnome-shell ")
Sep 17 14:15:01 host /usr/lib/gdm-wayland-session[1325]: dbus-daemon[1325]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=1226 comm="/usr/bin/gnome-shell ")
Sep 17 14:15:01 host /usr/lib/gdm-wayland-session[1325]: dbus-daemon[1325]: Successfully activated service 'org.a11y.atspi.Registry'
Sep 17 14:15:01 host /usr/lib/gdm-wayland-session[1400]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 17 14:15:01 host dbus-daemon[866]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.18' (uid=973 pid=1384 comm="/usr/lib/geoclue ")
Sep 17 14:15:01 host systemd[1]: Starting WPA supplicant...
Sep 17 14:15:01 host dbus-daemon[866]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Sep 17 14:15:01 host systemd[1]: Started WPA supplicant.
Sep 17 14:15:01 host wpa_supplicant[1419]: Successfully initialized wpa_supplicant
Sep 17 14:15:01 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:01 host dbus-daemon[866]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.20' (uid=973 pid=1384 comm="/usr/lib/geoclue ")
Sep 17 14:15:01 host dbus-daemon[866]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Sep 17 14:15:01 host geoclue[1384]: Failed to connect to avahi service: Daemon not running
Sep 17 14:15:01 host systemd[1]: Started Location Lookup Service.
Sep 17 14:15:01 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:01 host dbus-daemon[866]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Sep 17 14:15:01 host /usr/lib/gdm-wayland-session[1176]: dbus-daemon[1176]: [session uid=120 pid=1176] Successfully activated service 'org.gnome.Shell.Notifications'
Sep 17 14:15:01 host dbus-daemon[866]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.21' (uid=120 pid=1424 comm="/usr/lib/gsd-rfkill ")
Sep 17 14:15:01 host audit: BPF prog-id=34 op=LOAD
Sep 17 14:15:01 host audit: BPF prog-id=35 op=LOAD
Sep 17 14:15:01 host audit: BPF prog-id=36 op=LOAD
Sep 17 14:15:01 host systemd[1]: Starting Hostname Service...
Sep 17 14:15:01 host /usr/lib/gdm-wayland-session[1176]: dbus-daemon[1176]: [session uid=120 pid=1176] Activating service name='org.freedesktop.systemd1' requested by ':1.21' (uid=120 pid=1460 comm="/usr/lib/gsd-sharing ")
Sep 17 14:15:01 host /usr/lib/gdm-wayland-session[1176]: dbus-daemon[1176]: [session uid=120 pid=1176] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Sep 17 14:15:01 host gsd-sharing[1460]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Sep 17 14:15:01 host gsd-sharing[1460]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Sep 17 14:15:01 host gsd-sharing[1460]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Sep 17 14:15:01 host dbus-daemon[866]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 17 14:15:01 host systemd[1]: Started Hostname Service.
Sep 17 14:15:01 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:01 host kernel: rfkill: input handler disabled
Sep 17 14:15:01 host dbus-daemon[866]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.29' (uid=120 pid=1402 comm="/usr/lib/gsd-color ")
Sep 17 14:15:01 host systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 17 14:15:01 host /usr/lib/gdm-wayland-session[1176]: dbus-daemon[1176]: [session uid=120 pid=1176] Activating service name='org.gnome.Shell.Screencast' requested by ':1.16' (uid=120 pid=1423 comm="/usr/lib/gsd-media-keys ")
Sep 17 14:15:01 host gnome-session-binary[1177]: Entering running state
Sep 17 14:15:01 host dbus-daemon[866]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Sep 17 14:15:01 host systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 17 14:15:01 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 14:15:01 host /usr/lib/gdm-wayland-session[1176]: dbus-daemon[1176]: [session uid=120 pid=1176] Activating service name='org.gnome.ScreenSaver' requested by ':1.13' (uid=120 pid=1420 comm="/usr/lib/gsd-power ")
Sep 17 14:15:01 host gsd-media-keys[1423]: Failed to grab accelerator for keybinding settings:playback-repeat
Sep 17 14:15:01 host gsd-media-keys[1423]: Failed to grab accelerator for keybinding settings:hibernate
Sep 17 14:15:01 host /usr/lib/gdm-wayland-session[1176]: dbus-daemon[1176]: [session uid=120 pid=1176] Successfully activated service 'org.gnome.ScreenSaver'
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86BrightnessAuto
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86DisplayOff
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86Info
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86AspectRatio
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86DVD
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86Audio
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86ChannelUp
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86ChannelDown
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86Break
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86VideoPhone
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86ZoomReset
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86Editor
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86GraphicsEditor
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86Presentation
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86Database
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86Voicemail
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86Addressbook
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86DisplayToggle
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86SpellCheck
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86ContextMenu
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86MediaRepeat
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF8610ChannelsUp
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF8610ChannelsDown
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86Images
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86NotificationCenter
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86PickupPhone
Sep 17 14:15:02 host org.gnome.Shell.desktop[1582]: > Warning:          Could not resolve keysym XF86HangupPhone
# [...] More xkbcomp warnings,

Custom kernel:

Sep 17 16:40:15 host kernel: random: crng init done
Sep 17 16:40:15 host systemd[1]: Successfully credited entropy passed from boot loader.
Sep 17 16:40:15 host systemd[1]: systemd 249.4-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTM>
Sep 17 16:40:15 host systemd[1]: Detected architecture x86-64.
Sep 17 16:40:15 host systemd[1]: Running in initial RAM disk.
Sep 17 16:40:15 host kernel: fbcon: Taking over console
Sep 17 16:40:15 host systemd[1]: Initializing machine ID from random generator.
Sep 17 16:40:15 host kernel: Console: switching to colour frame buffer device 128x48
Sep 17 16:40:15 host systemd[1]: Queued start job for default target Initrd Default Target.
Sep 17 16:40:15 host systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 17 16:40:15 host systemd[1]: Reached target Local Encrypted Volumes.
Sep 17 16:40:15 host systemd[1]: Reached target Local File Systems.
Sep 17 16:40:15 host systemd[1]: Reached target Path Units.
Sep 17 16:40:15 host systemd[1]: Reached target Slice Units.
Sep 17 16:40:15 host systemd[1]: Reached target Swaps.
Sep 17 16:40:15 host systemd[1]: Reached target Timer Units.
Sep 17 16:40:15 host systemd[1]: Listening on Journal Audit Socket.
Sep 17 16:40:15 host systemd[1]: Listening on Journal Socket (/dev/log).
Sep 17 16:40:15 host systemd[1]: Listening on Journal Socket.
Sep 17 16:40:15 host systemd[1]: Listening on udev Control Socket.
Sep 17 16:40:15 host systemd[1]: Listening on udev Kernel Socket.
Sep 17 16:40:15 host systemd[1]: Reached target Socket Units.
Sep 17 16:40:15 host systemd[1]: Starting Create List of Static Device Nodes...
Sep 17 16:40:15 host systemd[1]: Starting Journal Service...
Sep 17 16:40:15 host systemd[1]: Starting Load Kernel Modules...
Sep 17 16:40:15 host systemd[1]: Starting Coldplug All udev Devices...
Sep 17 16:40:15 host systemd[1]: Finished Create List of Static Device Nodes.
Sep 17 16:40:15 host systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 17 16:40:15 host systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 17 16:40:15 host kernel: audit: type=1334 audit(1631896815.120:2): prog-id=7 op=LOAD
Sep 17 16:40:15 host kernel: audit: type=1334 audit(1631896815.120:3): prog-id=8 op=LOAD
Sep 17 16:40:15 host systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 17 16:40:15 host systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 17 16:40:15 host kernel: audit: type=1130 audit(1631896815.134:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:15 host kernel: [drm] amdgpu kernel modesetting enabled.
Sep 17 16:40:15 host kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
Sep 17 16:40:15 host kernel: amdgpu: Virtual CRAT table created for CPU
Sep 17 16:40:15 host kernel: amdgpu: Topology: Add CPU node
Sep 17 16:40:15 host kernel: checking generic (d0000000 300000) vs hw (d0000000 10000000)
Sep 17 16:40:15 host kernel: fb0: switching to amdgpudrmfb from EFI VGA
Sep 17 16:40:15 host kernel: Console: switching to colour dummy device 120x38
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: vgaarb: deactivate vga console
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
Sep 17 16:40:15 host kernel: [drm] initializing kernel modesetting (NAVI14 0x1002:0x7340 0x1849:0x5116 0xC5).
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Sep 17 16:40:15 host kernel: [drm] register mmio base: 0xE1C00000
Sep 17 16:40:15 host kernel: [drm] register mmio size: 524288
Sep 17 16:40:15 host kernel: [drm] add ip block number 0 <nv_common>
Sep 17 16:40:15 host kernel: [drm] add ip block number 1 <gmc_v10_0>
Sep 17 16:40:15 host kernel: [drm] add ip block number 2 <navi10_ih>
Sep 17 16:40:15 host kernel: [drm] add ip block number 3 <psp>
Sep 17 16:40:15 host kernel: [drm] add ip block number 4 <smu>
Sep 17 16:40:15 host kernel: [drm] add ip block number 5 <dm>
Sep 17 16:40:15 host kernel: [drm] add ip block number 6 <gfx_v10_0>
Sep 17 16:40:15 host kernel: [drm] add ip block number 7 <sdma_v5_0>
Sep 17 16:40:15 host kernel: [drm] add ip block number 8 <vcn_v2_0>
Sep 17 16:40:15 host kernel: [drm] add ip block number 9 <jpeg_v2_0>
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
Sep 17 16:40:15 host kernel: amdgpu: ATOM BIOS: 113-EXT900137-L04
Sep 17 16:40:15 host kernel: [drm] VCN decode is enabled in VM mode
Sep 17 16:40:15 host kernel: [drm] VCN encode is enabled in VM mode
Sep 17 16:40:15 host kernel: [drm] JPEG decode is enabled in VM mode
Sep 17 16:40:15 host kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Sep 17 16:40:15 host kernel: [drm] Detected VRAM RAM=8176M, BAR=256M
Sep 17 16:40:15 host kernel: [drm] RAM width 256bits GDDR6
Sep 17 16:40:15 host kernel: [drm] amdgpu: 8176M of VRAM memory ready
Sep 17 16:40:15 host kernel: [drm] amdgpu: 8176M of GTT memory ready.
Sep 17 16:40:15 host kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Sep 17 16:40:15 host kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
Sep 17 16:40:15 host kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Sep 17 16:40:15 host kernel: [drm] PSP loading VCN firmware
Sep 17 16:40:15 host systemd-journald[726]: Journal started
Sep 17 16:40:15 host systemd-journald[726]: Runtime Journal (/run/log/journal/701871890b004a12b1b4c31b4519b606) is 8.0M, max 2.5G, 2.5G free.
Sep 17 16:40:15 host audit: BPF prog-id=7 op=LOAD
Sep 17 16:40:15 host audit: BPF prog-id=8 op=LOAD
Sep 17 16:40:15 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:15 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:15 host systemd[1]: Started Journal Service.
Sep 17 16:40:15 host kernel: audit: type=1130 audit(1631896815.270:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:15 host systemd[1]: Finished Coldplug All udev Devices.
Sep 17 16:40:15 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:15 host kernel: audit: type=1130 audit(1631896815.354:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:15 host kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Sep 17 16:40:15 host kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
Sep 17 16:40:15 host kernel: xhci_hcd 0000:05:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 17 16:40:15 host kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 16:40:15 host kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 16:40:15 host kernel: usb usb1: Product: xHCI Host Controller
Sep 17 16:40:15 host kernel: usb usb1: Manufacturer: Linux 5.14.5-hardened1-1-precise xhci-hcd
Sep 17 16:40:15 host kernel: usb usb1: SerialNumber: 0000:05:00.3
Sep 17 16:40:15 host kernel: hub 1-0:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 1-0:1.0: 2 ports detected
Sep 17 16:40:15 host kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Sep 17 16:40:15 host kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
Sep 17 16:40:15 host kernel: xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 16:40:15 host kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 16:40:15 host kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 16:40:15 host kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 16:40:15 host kernel: usb usb2: Product: xHCI Host Controller
Sep 17 16:40:15 host kernel: usb usb2: Manufacturer: Linux 5.14.5-hardened1-1-precise xhci-hcd
Sep 17 16:40:15 host kernel: usb usb2: SerialNumber: 0000:05:00.3
Sep 17 16:40:15 host kernel: hub 2-0:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 2-0:1.0: 2 ports detected
Sep 17 16:40:15 host kernel: xhci_hcd 0000:22:00.0: xHCI Host Controller
Sep 17 16:40:15 host kernel: xhci_hcd 0000:22:00.0: new USB bus registered, assigned bus number 3
Sep 17 16:40:15 host kernel: [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
Sep 17 16:40:15 host kernel: ccp 0000:25:00.1: enabling device (0000 -> 0002)
Sep 17 16:40:15 host kernel: ccp 0000:25:00.1: ccp enabled
Sep 17 16:40:15 host systemd[1]: Found device Samsung SSD 970 PRO 1TB system_a.
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
Sep 17 16:40:15 host systemd[1]: Reached target Initrd Root Device.
Sep 17 16:40:15 host systemd[1]: Starting File System Check on /dev/disk/by-label/system_a...
Sep 17 16:40:15 host kernel: xhci_hcd 0000:22:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Sep 17 16:40:15 host kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 16:40:15 host kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 16:40:15 host kernel: usb usb3: Product: xHCI Host Controller
Sep 17 16:40:15 host kernel: usb usb3: Manufacturer: Linux 5.14.5-hardened1-1-precise xhci-hcd
Sep 17 16:40:15 host kernel: usb usb3: SerialNumber: 0000:22:00.0
Sep 17 16:40:15 host kernel: hub 3-0:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 3-0:1.0: 1 port detected
Sep 17 16:40:15 host kernel: xhci_hcd 0000:22:00.0: xHCI Host Controller
Sep 17 16:40:15 host kernel: xhci_hcd 0000:22:00.0: new USB bus registered, assigned bus number 4
Sep 17 16:40:15 host kernel: xhci_hcd 0000:22:00.0: Host supports USB 3.2 Enhanced SuperSpeed
Sep 17 16:40:15 host kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 16:40:15 host kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 16:40:15 host kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 16:40:15 host kernel: usb usb4: Product: xHCI Host Controller
Sep 17 16:40:15 host kernel: usb usb4: Manufacturer: Linux 5.14.5-hardened1-1-precise xhci-hcd
Sep 17 16:40:15 host kernel: usb usb4: SerialNumber: 0000:22:00.0
Sep 17 16:40:15 host kernel: hub 4-0:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 4-0:1.0: 1 port detected
Sep 17 16:40:15 host kernel: xhci_hcd 0000:23:00.0: xHCI Host Controller
Sep 17 16:40:15 host kernel: xhci_hcd 0000:23:00.0: new USB bus registered, assigned bus number 5
Sep 17 16:40:15 host kernel: xhci_hcd 0000:23:00.0: hcc params 0x200071e1 hci version 0x100 quirks 0x0000000000000010
Sep 17 16:40:15 host kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 16:40:15 host kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 16:40:15 host kernel: usb usb5: Product: xHCI Host Controller
Sep 17 16:40:15 host kernel: usb usb5: Manufacturer: Linux 5.14.5-hardened1-1-precise xhci-hcd
Sep 17 16:40:15 host kernel: usb usb5: SerialNumber: 0000:23:00.0
Sep 17 16:40:15 host kernel: hub 5-0:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 5-0:1.0: 4 ports detected
Sep 17 16:40:15 host kernel: xhci_hcd 0000:23:00.0: xHCI Host Controller
Sep 17 16:40:15 host kernel: xhci_hcd 0000:23:00.0: new USB bus registered, assigned bus number 6
Sep 17 16:40:15 host kernel: xhci_hcd 0000:23:00.0: Host supports USB 3.0 SuperSpeed
Sep 17 16:40:15 host kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 16:40:15 host kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 16:40:15 host kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 16:40:15 host kernel: usb usb6: Product: xHCI Host Controller
Sep 17 16:40:15 host kernel: usb usb6: Manufacturer: Linux 5.14.5-hardened1-1-precise xhci-hcd
Sep 17 16:40:15 host kernel: usb usb6: SerialNumber: 0000:23:00.0
Sep 17 16:40:15 host kernel: hub 6-0:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 6-0:1.0: 4 ports detected
Sep 17 16:40:15 host kernel: xhci_hcd 0000:25:00.3: xHCI Host Controller
Sep 17 16:40:15 host kernel: xhci_hcd 0000:25:00.3: new USB bus registered, assigned bus number 7
Sep 17 16:40:15 host kernel: xhci_hcd 0000:25:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 17 16:40:15 host kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 16:40:15 host kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 16:40:15 host kernel: usb usb7: Product: xHCI Host Controller
Sep 17 16:40:15 host kernel: usb usb7: Manufacturer: Linux 5.14.5-hardened1-1-precise xhci-hcd
Sep 17 16:40:15 host kernel: usb usb7: SerialNumber: 0000:25:00.3
Sep 17 16:40:15 host kernel: hub 7-0:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 7-0:1.0: 2 ports detected
Sep 17 16:40:15 host kernel: xhci_hcd 0000:25:00.3: xHCI Host Controller
Sep 17 16:40:15 host kernel: xhci_hcd 0000:25:00.3: new USB bus registered, assigned bus number 8
Sep 17 16:40:15 host kernel: xhci_hcd 0000:25:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 16:40:15 host kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 16:40:15 host kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 16:40:15 host kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 16:40:15 host kernel: usb usb8: Product: xHCI Host Controller
Sep 17 16:40:15 host kernel: usb usb8: Manufacturer: Linux 5.14.5-hardened1-1-precise xhci-hcd
Sep 17 16:40:15 host kernel: usb usb8: SerialNumber: 0000:25:00.3
Sep 17 16:40:15 host kernel: hub 8-0:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 8-0:1.0: 2 ports detected
Sep 17 16:40:15 host kernel: xhci_hcd 0000:49:00.1: xHCI Host Controller
Sep 17 16:40:15 host kernel: xhci_hcd 0000:49:00.1: new USB bus registered, assigned bus number 9
Sep 17 16:40:15 host kernel: xhci_hcd 0000:49:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 17 16:40:15 host kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 16:40:15 host kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 16:40:15 host kernel: usb usb9: Product: xHCI Host Controller
Sep 17 16:40:15 host kernel: usb usb9: Manufacturer: Linux 5.14.5-hardened1-1-precise xhci-hcd
Sep 17 16:40:15 host kernel: usb usb9: SerialNumber: 0000:49:00.1
Sep 17 16:40:15 host kernel: hub 9-0:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 9-0:1.0: 6 ports detected
Sep 17 16:40:15 host kernel: ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000007) is beyond end of object (length 0x6) (20210604/exoparg2-393)
Sep 17 16:40:15 host kernel: ACPI Error: Aborting method \_SB.S0D2.D2A0.BYUP.BYD8.XHC1.RHUB.PRT6._PLD due to previous error (AE_AML_PACKAGE_LIMIT) (20210604/psparse-529)
Sep 17 16:40:15 host kernel: xhci_hcd 0000:49:00.1: xHCI Host Controller
Sep 17 16:40:15 host kernel: xhci_hcd 0000:49:00.1: new USB bus registered, assigned bus number 10
Sep 17 16:40:15 host kernel: xhci_hcd 0000:49:00.1: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 16:40:15 host kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 16:40:15 host kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 16:40:15 host kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 16:40:15 host kernel: usb usb10: Product: xHCI Host Controller
Sep 17 16:40:15 host kernel: usb usb10: Manufacturer: Linux 5.14.5-hardened1-1-precise xhci-hcd
Sep 17 16:40:15 host kernel: usb usb10: SerialNumber: 0000:49:00.1
Sep 17 16:40:15 host kernel: hub 10-0:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 10-0:1.0: 4 ports detected
Sep 17 16:40:15 host kernel: xhci_hcd 0000:49:00.3: xHCI Host Controller
Sep 17 16:40:15 host kernel: xhci_hcd 0000:49:00.3: new USB bus registered, assigned bus number 11
Sep 17 16:40:15 host kernel: xhci_hcd 0000:49:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 17 16:40:15 host kernel: usb usb11: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Sep 17 16:40:15 host kernel: usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 16:40:15 host kernel: usb usb11: Product: xHCI Host Controller
Sep 17 16:40:15 host kernel: usb usb11: Manufacturer: Linux 5.14.5-hardened1-1-precise xhci-hcd
Sep 17 16:40:15 host kernel: usb usb11: SerialNumber: 0000:49:00.3
Sep 17 16:40:15 host kernel: hub 11-0:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 11-0:1.0: 6 ports detected
Sep 17 16:40:15 host kernel: audit: type=1130 audit(1631896815.427:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:15 host kernel: xhci_hcd 0000:49:00.3: xHCI Host Controller
Sep 17 16:40:15 host kernel: xhci_hcd 0000:49:00.3: new USB bus registered, assigned bus number 12
Sep 17 16:40:15 host kernel: xhci_hcd 0000:49:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 16:40:15 host kernel: usb usb12: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 16:40:15 host kernel: usb usb12: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Sep 17 16:40:15 host kernel: usb usb12: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 16:40:15 host kernel: usb usb12: Product: xHCI Host Controller
Sep 17 16:40:15 host kernel: usb usb12: Manufacturer: Linux 5.14.5-hardened1-1-precise xhci-hcd
Sep 17 16:40:15 host kernel: usb usb12: SerialNumber: 0000:49:00.3
Sep 17 16:40:15 host kernel: hub 12-0:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 12-0:1.0: 4 ports detected
Sep 17 16:40:15 host kernel: F2FS-fs (nvme1n1p2): recover fsync data on readonly fs
Sep 17 16:40:15 host kernel: F2FS-fs (nvme1n1p2): Mounted with checkpoint version = 5562c2f1
Sep 17 16:40:15 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:15 host systemd-fsck[810]: Info: Fix the reported corruption.
Sep 17 16:40:15 host systemd-fsck[810]: Info: Segments per section = 1
Sep 17 16:40:15 host systemd-fsck[810]: Info: Sections per zone = 1
Sep 17 16:40:15 host systemd-fsck[810]: Info: sector size = 512
Sep 17 16:40:15 host systemd-fsck[810]: Info: total sectors = 20971520 (10240 MB)
Sep 17 16:40:15 host systemd-fsck[810]: Info: MKFS version
Sep 17 16:40:15 host systemd-fsck[810]:   "Linux version 5.13.13-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000"
Sep 17 16:40:15 host systemd-fsck[810]: Info: FSCK version
Sep 17 16:40:15 host systemd-fsck[810]:   from "Linux version 5.13.13-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000"
Sep 17 16:40:15 host systemd-fsck[810]:     to "Linux version 5.14.5-hardened1-1-precise (linux-precise@host) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Fri, 17 Sep 2021 01:14:33 +0000"
Sep 17 16:40:15 host systemd-fsck[810]: Info: superblock features = 0 :
Sep 17 16:40:15 host systemd-fsck[810]: Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000
Sep 17 16:40:15 host systemd-fsck[810]: Info: total FS sectors = 20971520 (10240 MB)
Sep 17 16:40:15 host systemd-fsck[810]: Info: CKPT version = 5562c2f1
Sep 17 16:40:15 host systemd-fsck[810]: Info: checkpoint state = 45 :  crc compacted_summary unmount
Sep 17 16:40:15 host systemd-fsck[810]: Info: No error was reported
Sep 17 16:40:15 host systemd[1]: Finished File System Check on /dev/disk/by-label/system_a.
Sep 17 16:40:15 host systemd[1]: Mounting /sysroot...
Sep 17 16:40:15 host systemd[1]: Mounted /sysroot.
Sep 17 16:40:15 host systemd[1]: Reached target Initrd Root File System.
Sep 17 16:40:15 host systemd[1]: Starting Reload Configuration from the Real Root...
Sep 17 16:40:15 host systemd[1]: Reloading.
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
Sep 17 16:40:15 host kernel: [drm] Display Core initialized with v3.2.141!
Sep 17 16:40:15 host audit: BPF prog-id=3 op=UNLOAD
Sep 17 16:40:15 host audit: BPF prog-id=6 op=UNLOAD
Sep 17 16:40:15 host kernel: audit: type=1334 audit(1631896815.444:8): prog-id=3 op=UNLOAD
Sep 17 16:40:15 host kernel: audit: type=1334 audit(1631896815.444:9): prog-id=6 op=UNLOAD
Sep 17 16:40:15 host audit: BPF prog-id=9 op=LOAD
Sep 17 16:40:15 host audit: BPF prog-id=10 op=LOAD
Sep 17 16:40:15 host audit: BPF prog-id=11 op=LOAD
Sep 17 16:40:15 host audit: BPF prog-id=4 op=UNLOAD
Sep 17 16:40:15 host audit: BPF prog-id=5 op=UNLOAD
Sep 17 16:40:15 host kernel: audit: type=1334 audit(1631896815.517:10): prog-id=9 op=LOAD
Sep 17 16:40:15 host audit: BPF prog-id=12 op=LOAD
Sep 17 16:40:15 host audit: BPF prog-id=13 op=LOAD
Sep 17 16:40:15 host audit: BPF prog-id=14 op=LOAD
Sep 17 16:40:15 host audit: BPF prog-id=7 op=UNLOAD
Sep 17 16:40:15 host audit: BPF prog-id=8 op=UNLOAD
Sep 17 16:40:15 host systemd[1]: initrd-parse-etc.service: Deactivated successfully.
Sep 17 16:40:15 host systemd[1]: Finished Reload Configuration from the Real Root.
Sep 17 16:40:15 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:15 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:15 host systemd[1]: Reached target Initrd File Systems.
Sep 17 16:40:15 host kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Sep 17 16:40:15 host kernel: usb 9-5: new high-speed USB device number 2 using xhci_hcd
Sep 17 16:40:15 host kernel: usb 11-3: new high-speed USB device number 2 using xhci_hcd
Sep 17 16:40:15 host kernel: [drm] kiq ring mec 2 pipe 1 q 0
Sep 17 16:40:15 host kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Sep 17 16:40:15 host kernel: [drm] JPEG decode initialized successfully.
Sep 17 16:40:15 host kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 17 16:40:15 host kernel: memmap_init_zone_device initialised 2097152 pages in 14ms
Sep 17 16:40:15 host kernel: amdgpu: HMM registered 8176MB device memory
Sep 17 16:40:15 host kernel: amdgpu: SRAT table not found
Sep 17 16:40:15 host kernel: amdgpu: Virtual CRAT table created for GPU
Sep 17 16:40:15 host kernel: amdgpu: Topology: Add dGPU node [0x7340:0x1002]
Sep 17 16:40:15 host kernel: kfd kfd: amdgpu: added device 1002:7340
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
Sep 17 16:40:15 host kernel: [drm] fb mappable at 0xD050A000
Sep 17 16:40:15 host kernel: [drm] vram apper at 0xD0000000
Sep 17 16:40:15 host kernel: [drm] size 14745600
Sep 17 16:40:15 host kernel: [drm] fb depth is 24
Sep 17 16:40:15 host kernel: [drm]    pitch is 10240
Sep 17 16:40:15 host kernel: usb 1-2: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.17
Sep 17 16:40:15 host kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 16:40:15 host kernel: usb 1-2: Product: 4-Port USB 2.0 Hub
Sep 17 16:40:15 host kernel: usb 1-2: Manufacturer: Generic
Sep 17 16:40:15 host kernel: fbcon: amdgpu (fb0) is primary device
Sep 17 16:40:15 host kernel: hub 1-2:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 1-2:1.0: 4 ports detected
Sep 17 16:40:15 host kernel: usb 9-5: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.52
Sep 17 16:40:15 host kernel: usb 9-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 17 16:40:15 host kernel: usb 9-5: Product: USB2.0 Hub
Sep 17 16:40:15 host kernel: usb 11-3: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
Sep 17 16:40:15 host kernel: usb 11-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 17 16:40:15 host kernel: usb 11-3: Product: ASM107x
Sep 17 16:40:15 host kernel: usb 11-3: Manufacturer: ASUS TEK.
Sep 17 16:40:15 host kernel: hub 9-5:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 9-5:1.0: 4 ports detected
Sep 17 16:40:15 host kernel: hub 11-3:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 11-3:1.0: 4 ports detected
Sep 17 16:40:15 host kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
Sep 17 16:40:15 host kernel: usb 2-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.17
Sep 17 16:40:15 host kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 16:40:15 host kernel: usb 2-2: Product: 4-Port USB 3.0 Hub
Sep 17 16:40:15 host kernel: usb 2-2: Manufacturer: Generic
Sep 17 16:40:15 host kernel: usb 12-3: new SuperSpeed USB device number 2 using xhci_hcd
Sep 17 16:40:15 host kernel: hub 2-2:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 2-2:1.0: 4 ports detected
Sep 17 16:40:15 host kernel: Console: switching to colour frame buffer device 160x45
Sep 17 16:40:15 host kernel: usb 12-3: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
Sep 17 16:40:15 host kernel: usb 12-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 17 16:40:15 host kernel: usb 12-3: Product: ASM107x
Sep 17 16:40:15 host kernel: usb 12-3: Manufacturer: ASUS TEK.
Sep 17 16:40:15 host kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpu frame buffer device
Sep 17 16:40:15 host kernel: hub 12-3:1.0: USB hub found
Sep 17 16:40:15 host kernel: hub 12-3:1.0: 4 ports detected
Sep 17 16:40:16 host systemd-modules-load[727]: Inserted module 'amdgpu'
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Sep 17 16:40:16 host kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
Sep 17 16:40:16 host kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Finished Load Kernel Modules.
Sep 17 16:40:16 host systemd[1]: Reached target System Initialization.
Sep 17 16:40:16 host systemd[1]: Reached target Basic System.
Sep 17 16:40:16 host systemd[1]: Reached target Initrd Default Target.
Sep 17 16:40:16 host systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Sep 17 16:40:16 host systemd[1]: Stopped target Initrd Default Target.
Sep 17 16:40:16 host systemd[1]: Stopped target Basic System.
Sep 17 16:40:16 host systemd[1]: Stopped target Initrd Root Device.
Sep 17 16:40:16 host systemd[1]: Stopped target Path Units.
Sep 17 16:40:16 host systemd[1]: Stopped target Slice Units.
Sep 17 16:40:16 host systemd[1]: Stopped target Socket Units.
Sep 17 16:40:16 host systemd[1]: Stopped target System Initialization.
Sep 17 16:40:16 host systemd[1]: Stopped target Local Encrypted Volumes.
Sep 17 16:40:16 host systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Sep 17 16:40:16 host systemd[1]: Stopped target Local File Systems.
Sep 17 16:40:16 host systemd[1]: Stopped target Swaps.
Sep 17 16:40:16 host systemd[1]: Stopped target Timer Units.
Sep 17 16:40:16 host systemd[1]: systemd-modules-load.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Stopped Load Kernel Modules.
Sep 17 16:40:16 host systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Stopped Coldplug All udev Devices.
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Stopping Rule-based Manager for Device Events and Files...
Sep 17 16:40:16 host systemd[1]: initrd-cleanup.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: systemd-udevd.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Stopped Rule-based Manager for Device Events and Files.
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Closed udev Control Socket.
Sep 17 16:40:16 host systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Closed udev Kernel Socket.
Sep 17 16:40:16 host systemd[1]: Starting Cleanup udev Database...
Sep 17 16:40:16 host systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Stopped Create Static Device Nodes in /dev.
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: kmod-static-nodes.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Stopped Create List of Static Device Nodes.
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Finished Cleanup udev Database.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Reached target Switch Root.
Sep 17 16:40:16 host kernel: usb 9-6: new full-speed USB device number 3 using xhci_hcd
Sep 17 16:40:16 host systemd[1]: Starting Switch Root...
Sep 17 16:40:16 host kernel: usb 11-4: new high-speed USB device number 3 using xhci_hcd
Sep 17 16:40:16 host audit: BPF prog-id=12 op=UNLOAD
Sep 17 16:40:16 host systemd[1]: Switching root.
Sep 17 16:40:16 host audit: BPF prog-id=9 op=UNLOAD
Sep 17 16:40:16 host systemd-journald[726]: Journal stopped
Sep 17 16:40:16 host systemd-journald[726]: Received SIGTERM from PID 1 (systemd).
Sep 17 16:40:16 host systemd[1]: systemd 249.4-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTM>
Sep 17 16:40:16 host kernel: usb 1-2.1: new high-speed USB device number 3 using xhci_hcd
Sep 17 16:40:16 host systemd[1]: Detected architecture x86-64.
Sep 17 16:40:16 host kernel: usb 11-4: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
Sep 17 16:40:16 host kernel: usb 11-4: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 17 16:40:16 host kernel: usb 11-4: Product: ASM107x
Sep 17 16:40:16 host kernel: usb 11-4: Manufacturer: ASUS TEK.
Sep 17 16:40:16 host kernel: usb 9-6: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Sep 17 16:40:16 host kernel: usb 9-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 17 16:40:16 host kernel: hub 11-4:1.0: USB hub found
Sep 17 16:40:16 host kernel: hub 11-4:1.0: 4 ports detected
Sep 17 16:40:16 host kernel: usb 9-5.1: new low-speed USB device number 4 using xhci_hcd
Sep 17 16:40:16 host kernel: usb 1-2.1: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.17
Sep 17 16:40:16 host kernel: usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 16:40:16 host kernel: usb 1-2.1: Product: 4-Port USB 2.0 Hub
Sep 17 16:40:16 host kernel: usb 1-2.1: Manufacturer: Generic
Sep 17 16:40:16 host kernel: usb 12-4: new SuperSpeed USB device number 3 using xhci_hcd
Sep 17 16:40:16 host kernel: hub 1-2.1:1.0: USB hub found
Sep 17 16:40:16 host kernel: hub 1-2.1:1.0: 4 ports detected
Sep 17 16:40:16 host kernel: usb 12-4: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
Sep 17 16:40:16 host kernel: usb 12-4: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Sep 17 16:40:16 host kernel: usb 12-4: Product: ASM107x
Sep 17 16:40:16 host kernel: usb 12-4: Manufacturer: ASUS TEK.
Sep 17 16:40:16 host kernel: hub 12-4:1.0: USB hub found
Sep 17 16:40:16 host kernel: hub 12-4:1.0: 4 ports detected
Sep 17 16:40:16 host kernel: usb 2-2.1: new SuperSpeed USB device number 3 using xhci_hcd
Sep 17 16:40:16 host systemd[1]: initrd-switch-root.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Stopped Switch Root.
Sep 17 16:40:16 host systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Sep 17 16:40:16 host systemd[1]: Created slice Slice /system/getty.
Sep 17 16:40:16 host systemd[1]: Created slice Slice /system/modprobe.
Sep 17 16:40:16 host systemd[1]: Created slice Slice /system/netctl.
Sep 17 16:40:16 host systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 17 16:40:16 host systemd[1]: Created slice User and Session Slice.
Sep 17 16:40:16 host systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 17 16:40:16 host kernel: usb 9-5.1: New USB device found, idVendor=045e, idProduct=00db, bcdDevice= 1.73
Sep 17 16:40:16 host kernel: usb 9-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 16:40:16 host kernel: usb 9-5.1: Product: Natural® Ergonomic Keyboard 4000
Sep 17 16:40:16 host kernel: usb 9-5.1: Manufacturer: Microsoft
Sep 17 16:40:16 host systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
Sep 17 16:40:16 host systemd[1]: Reached target Local Encrypted Volumes.
Sep 17 16:40:16 host kernel: usb 2-2.1: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.17
Sep 17 16:40:16 host kernel: usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 16:40:16 host kernel: usb 2-2.1: Product: 4-Port USB 3.0 Hub
Sep 17 16:40:16 host kernel: usb 2-2.1: Manufacturer: Generic
Sep 17 16:40:16 host systemd[1]: Reached target Login Prompts.
Sep 17 16:40:16 host systemd[1]: Stopped target Switch Root.
Sep 17 16:40:16 host systemd[1]: Stopped target Initrd File Systems.
Sep 17 16:40:16 host systemd[1]: Stopped target Initrd Root File System.
Sep 17 16:40:16 host systemd[1]: Reached target Path Units.
Sep 17 16:40:16 host systemd[1]: Reached target Remote File Systems.
Sep 17 16:40:16 host systemd[1]: Reached target Slice Units.
Sep 17 16:40:16 host systemd[1]: Reached target Swaps.
Sep 17 16:40:16 host systemd[1]: Reached target Local Verity Integrity Protected Volumes.
Sep 17 16:40:16 host systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 17 16:40:16 host systemd[1]: Listening on LVM2 poll daemon socket.
Sep 17 16:40:16 host systemd[1]: Listening on Process Core Dump Socket.
Sep 17 16:40:16 host systemd[1]: Listening on udev Control Socket.
Sep 17 16:40:16 host systemd[1]: Listening on udev Kernel Socket.
Sep 17 16:40:16 host systemd[1]: Mounting Huge Pages File System...
Sep 17 16:40:16 host systemd[1]: Mounting POSIX Message Queue File System...
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Kernel Debug File System being skipped.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
Sep 17 16:40:16 host systemd[1]: Mounting Temporary Directory /tmp...
Sep 17 16:40:16 host systemd[1]: Starting Create List of Static Device Nodes...
Sep 17 16:40:16 host systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 17 16:40:16 host systemd[1]: Starting Load Kernel Module configfs...
Sep 17 16:40:16 host systemd[1]: Starting Load Kernel Module drm...
Sep 17 16:40:16 host systemd[1]: Starting Load Kernel Module fuse...
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Sep 17 16:40:16 host systemd[1]: systemd-fsck-root.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Stopped File System Check on Root Device.
Sep 17 16:40:16 host systemd[1]: Stopped Journal Service.
Sep 17 16:40:16 host kernel: hub 2-2.1:1.0: USB hub found
Sep 17 16:40:16 host kernel: hub 2-2.1:1.0: 4 ports detected
Sep 17 16:40:16 host systemd[1]: Starting Journal Service...
Sep 17 16:40:16 host systemd[1]: Starting Load Kernel Modules...
Sep 17 16:40:16 host systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Sep 17 16:40:16 host systemd[1]: Starting Coldplug All udev Devices...
Sep 17 16:40:16 host systemd[1]: Mounted Huge Pages File System.
Sep 17 16:40:16 host systemd[1]: Mounted POSIX Message Queue File System.
Sep 17 16:40:16 host systemd[1]: Mounted Temporary Directory /tmp.
Sep 17 16:40:16 host systemd[1]: Finished Create List of Static Device Nodes.
Sep 17 16:40:16 host systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 17 16:40:16 host systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Finished Load Kernel Module configfs.
Sep 17 16:40:16 host systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Finished Load Kernel Module drm.
Sep 17 16:40:16 host systemd-journald[866]: Journal started
Sep 17 16:40:16 host systemd-journald[866]: Runtime Journal (/run/log/journal/f38acae880fc4c06b16eaa4ebdc4edff) is 8.0M, max 2.5G, 2.5G free.
Sep 17 16:40:16 host audit: BPF prog-id=15 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=15 op=UNLOAD
Sep 17 16:40:16 host audit: BPF prog-id=16 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=16 op=UNLOAD
Sep 17 16:40:16 host audit: BPF prog-id=17 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=18 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=19 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=10 op=UNLOAD
Sep 17 16:40:16 host audit: BPF prog-id=11 op=UNLOAD
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit: BPF prog-id=17 op=UNLOAD
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit: BPF prog-id=20 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=21 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=22 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=18 op=UNLOAD
Sep 17 16:40:16 host audit: BPF prog-id=19 op=UNLOAD
Sep 17 16:40:16 host audit: CONFIG_CHANGE op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 res=1
Sep 17 16:40:16 host audit[866]: SYSCALL arch=c000003e syscall=46 success=yes exit=60 a0=5 a1=78f495109450 a2=4000 a3=78f4951094ec items=0 ppid=1 pid=866 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-journal" exe="/usr/lib/systemd/systemd-journald" ke>
Sep 17 16:40:16 host audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-journald"
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Queued start job for default target Graphical Interface.
Sep 17 16:40:16 host systemd[1]: systemd-journald.service: Deactivated successfully.
Sep 17 16:40:16 host systemd-modules-load[868]: Module 'crypto_user' is built in
Sep 17 16:40:16 host lvm[862]:   Failed to set up async io, using sync io.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Finished Load Kernel Module fuse.
Sep 17 16:40:16 host systemd[1]: Started Journal Service.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Finished Load Kernel Modules.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Mounting FUSE Control File System...
Sep 17 16:40:16 host kernel: usb 11-5: new high-speed USB device number 4 using xhci_hcd
Sep 17 16:40:16 host systemd[1]: Mounting Kernel Configuration File System...
Sep 17 16:40:16 host systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Sep 17 16:40:16 host systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 17 16:40:16 host systemd[1]: Starting Load/Save Random Seed...
Sep 17 16:40:16 host systemd-journald[866]: Time spent on flushing to /var/log/journal/f38acae880fc4c06b16eaa4ebdc4edff is 59.138ms for 2049 entries.
Sep 17 16:40:16 host systemd-journald[866]: System Journal (/var/log/journal/f38acae880fc4c06b16eaa4ebdc4edff) is 256.2M, max 1023.8M, 767.5M free.
Sep 17 16:40:16 host kernel: F2FS-fs (nvme1n1p4): Found nat_bits in checkpoint
Sep 17 16:40:16 host kernel: F2FS-fs (nvme1n1p4): Mounted with checkpoint version = 4acc5556
Sep 17 16:40:16 host kernel: usb 9-5.2: new low-speed USB device number 5 using xhci_hcd
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit: BPF prog-id=23 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=24 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=25 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=13 op=UNLOAD
Sep 17 16:40:16 host audit: BPF prog-id=14 op=UNLOAD
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-BOOT comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Starting Apply Kernel Variables...
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Create System Users being skipped.
Sep 17 16:40:16 host systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 17 16:40:16 host systemd[1]: Mounted FUSE Control File System.
Sep 17 16:40:16 host systemd[1]: Mounted Kernel Configuration File System.
Sep 17 16:40:16 host systemd-sysctl[880]: Couldn't write '0' to 'vm/unprivileged_userfaultfd', ignoring: No such file or directory
Sep 17 16:40:16 host systemd-sysctl[880]: Couldn't write '1' to 'kernel/kexec_load_disabled', ignoring: No such file or directory
Sep 17 16:40:16 host systemd-fsck[897]: fsck.fat 4.2 (2021-01-31)
Sep 17 16:40:16 host systemd-fsck[897]: /dev/nvme1n1p1: 16 files, 172802/201616 clusters
Sep 17 16:40:16 host systemd-sysctl[880]: Couldn't write '16' to 'vm/mmap_rns_compat_bits', ignoring: No such file or directory
Sep 17 16:40:16 host systemd[1]: Finished Apply Kernel Variables.
Sep 17 16:40:16 host systemd[1]: Finished Load/Save Random Seed.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in First Boot Complete being skipped.
Sep 17 16:40:16 host systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 17 16:40:16 host systemd[1]: Reached target Preparation for Local File Systems.
Sep 17 16:40:16 host systemd[1]: Mounting /data...
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Sep 17 16:40:16 host systemd[1]: Mounting /vendor...
Sep 17 16:40:16 host systemd[1]: Starting File System Check on /dev/disk/by-label/BOOT...
Sep 17 16:40:16 host systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 17 16:40:16 host systemd[1]: Mounted /vendor.
Sep 17 16:40:16 host systemd[1]: Finished File System Check on /dev/disk/by-label/BOOT.
Sep 17 16:40:16 host systemd[1]: Mounting /efi...
Sep 17 16:40:16 host systemd[1]: Mounted /efi.
Sep 17 16:40:16 host systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Starting Load Kernel Module configfs...
Sep 17 16:40:16 host systemd[1]: Starting Load Kernel Module fuse...
Sep 17 16:40:16 host systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Finished Load Kernel Module configfs.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Finished Load Kernel Module fuse.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host kernel: usbcore: registered new interface driver usbhid
Sep 17 16:40:16 host kernel: usbhid: USB HID core driver
Sep 17 16:40:16 host kernel: input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.1/usb9/9-5/9-5.1/9-5.1:1.0/0003:045E:00DB.0001/input/input2
Sep 17 16:40:16 host systemd[1]: Mounted /data.
Sep 17 16:40:16 host kernel: F2FS-fs (nvme1n1p8): Mounted with checkpoint version = 3b655ac3
Sep 17 16:40:16 host systemd[1]: Reached target Local File Systems.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Sep 17 16:40:16 host systemd[1]: Starting Create Volatile Files and Directories...
Sep 17 16:40:16 host kernel: usb 9-5.2: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.14
Sep 17 16:40:16 host kernel: usb 9-5.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Sep 17 16:40:16 host kernel: usb 9-5.2: Product: USB Optical Mouse
Sep 17 16:40:16 host kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Sep 17 16:40:16 host kernel: microsoft 0003:045E:00DB.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:49:00.1-5.1/input0
Sep 17 16:40:16 host kernel: input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.1/usb9/9-5/9-5.1/9-5.1:1.1/0003:045E:00DB.0002/input/input3
Sep 17 16:40:16 host systemd[1]: Finished Create Volatile Files and Directories.
Sep 17 16:40:16 host kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 16:40:16 host kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 16:40:16 host kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Update is Completed being skipped.
Sep 17 16:40:16 host systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 17 16:40:16 host audit[990]: SYSTEM_BOOT pid=990 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Finished Coldplug All udev Devices.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd-journald[866]: System Journal (/var/log/journal/f38acae880fc4c06b16eaa4ebdc4edff) is 256.2M, max 1023.8M, 767.5M free.
Sep 17 16:40:16 host kernel: F2FS-fs (nvme1n1p4): Found nat_bits in checkpoint
Sep 17 16:40:16 host kernel: F2FS-fs (nvme1n1p4): Mounted with checkpoint version = 4acc5556
Sep 17 16:40:16 host kernel: usb 9-5.2: new low-speed USB device number 5 using xhci_hcd
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit: BPF prog-id=23 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=24 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=25 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=13 op=UNLOAD
Sep 17 16:40:16 host audit: BPF prog-id=14 op=UNLOAD
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-BOOT comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Starting Apply Kernel Variables...
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Create System Users being skipped.
Sep 17 16:40:16 host systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 17 16:40:16 host systemd[1]: Mounted FUSE Control File System.
Sep 17 16:40:16 host systemd[1]: Mounted Kernel Configuration File System.
Sep 17 16:40:16 host systemd-sysctl[880]: Couldn't write '0' to 'vm/unprivileged_userfaultfd', ignoring: No such file or directory
Sep 17 16:40:16 host systemd-sysctl[880]: Couldn't write '1' to 'kernel/kexec_load_disabled', ignoring: No such file or directory
Sep 17 16:40:16 host systemd-fsck[897]: fsck.fat 4.2 (2021-01-31)
Sep 17 16:40:16 host systemd-fsck[897]: /dev/nvme1n1p1: 16 files, 172802/201616 clusters
Sep 17 16:40:16 host systemd-sysctl[880]: Couldn't write '16' to 'vm/mmap_rns_compat_bits', ignoring: No such file or directory
Sep 17 16:40:16 host systemd[1]: Finished Apply Kernel Variables.
Sep 17 16:40:16 host systemd[1]: Finished Load/Save Random Seed.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in First Boot Complete being skipped.
Sep 17 16:40:16 host systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 17 16:40:16 host systemd[1]: Reached target Preparation for Local File Systems.
Sep 17 16:40:16 host systemd[1]: Mounting /data...
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Sep 17 16:40:16 host systemd[1]: Mounting /vendor...
Sep 17 16:40:16 host systemd[1]: Starting File System Check on /dev/disk/by-label/BOOT...
Sep 17 16:40:16 host systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 17 16:40:16 host systemd[1]: Mounted /vendor.
Sep 17 16:40:16 host systemd[1]: Finished File System Check on /dev/disk/by-label/BOOT.
Sep 17 16:40:16 host systemd[1]: Mounting /efi...
Sep 17 16:40:16 host systemd[1]: Mounted /efi.
Sep 17 16:40:16 host systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Starting Load Kernel Module configfs...
Sep 17 16:40:16 host systemd[1]: Starting Load Kernel Module fuse...
Sep 17 16:40:16 host systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Finished Load Kernel Module configfs.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Finished Load Kernel Module fuse.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host kernel: usbcore: registered new interface driver usbhid
Sep 17 16:40:16 host kernel: usbhid: USB HID core driver
Sep 17 16:40:16 host kernel: input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.1/usb9/9-5/9-5.1/9-5.1:1.0/0003:045E:00DB.0001/input/input2
Sep 17 16:40:16 host systemd[1]: Mounted /data.
Sep 17 16:40:16 host kernel: F2FS-fs (nvme1n1p8): Mounted with checkpoint version = 3b655ac3
Sep 17 16:40:16 host systemd[1]: Reached target Local File Systems.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Sep 17 16:40:16 host systemd[1]: Starting Create Volatile Files and Directories...
Sep 17 16:40:16 host kernel: usb 9-5.2: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.14
Sep 17 16:40:16 host kernel: usb 9-5.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Sep 17 16:40:16 host kernel: usb 9-5.2: Product: USB Optical Mouse
Sep 17 16:40:16 host kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Sep 17 16:40:16 host kernel: microsoft 0003:045E:00DB.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:49:00.1-5.1/input0
Sep 17 16:40:16 host kernel: input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.1/usb9/9-5/9-5.1/9-5.1:1.1/0003:045E:00DB.0002/input/input3
Sep 17 16:40:16 host systemd[1]: Finished Create Volatile Files and Directories.
Sep 17 16:40:16 host kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 16:40:16 host kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 16:40:16 host kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Update is Completed being skipped.
Sep 17 16:40:16 host systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 17 16:40:16 host audit[990]: SYSTEM_BOOT pid=990 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Finished Coldplug All udev Devices.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd-journald[866]: System Journal (/var/log/journal/f38acae880fc4c06b16eaa4ebdc4edff) is 256.2M, max 1023.8M, 767.5M free.
Sep 17 16:40:16 host kernel: F2FS-fs (nvme1n1p4): Found nat_bits in checkpoint
Sep 17 16:40:16 host kernel: F2FS-fs (nvme1n1p4): Mounted with checkpoint version = 4acc5556
Sep 17 16:40:16 host kernel: usb 9-5.2: new low-speed USB device number 5 using xhci_hcd
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit: BPF prog-id=23 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=24 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=25 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=13 op=UNLOAD
Sep 17 16:40:16 host audit: BPF prog-id=14 op=UNLOAD
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-BOOT comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Starting Apply Kernel Variables...
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Create System Users being skipped.
Sep 17 16:40:16 host systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 17 16:40:16 host systemd[1]: Mounted FUSE Control File System.
Sep 17 16:40:16 host systemd[1]: Mounted Kernel Configuration File System.
Sep 17 16:40:16 host systemd-sysctl[880]: Couldn't write '0' to 'vm/unprivileged_userfaultfd', ignoring: No such file or directory
Sep 17 16:40:16 host systemd-sysctl[880]: Couldn't write '1' to 'kernel/kexec_load_disabled', ignoring: No such file or directory
Sep 17 16:40:16 host systemd-fsck[897]: fsck.fat 4.2 (2021-01-31)
Sep 17 16:40:16 host systemd-fsck[897]: /dev/nvme1n1p1: 16 files, 172802/201616 clusters
Sep 17 16:40:16 host systemd-sysctl[880]: Couldn't write '16' to 'vm/mmap_rns_compat_bits', ignoring: No such file or directory
Sep 17 16:40:16 host systemd[1]: Finished Apply Kernel Variables.
Sep 17 16:40:16 host systemd[1]: Finished Load/Save Random Seed.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in First Boot Complete being skipped.
Sep 17 16:40:16 host systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 17 16:40:16 host systemd[1]: Reached target Preparation for Local File Systems.
Sep 17 16:40:16 host systemd[1]: Mounting /data...
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Sep 17 16:40:16 host systemd[1]: Mounting /vendor...
Sep 17 16:40:16 host systemd[1]: Starting File System Check on /dev/disk/by-label/BOOT...
Sep 17 16:40:16 host systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 17 16:40:16 host systemd[1]: Mounted /vendor.
Sep 17 16:40:16 host systemd[1]: Finished File System Check on /dev/disk/by-label/BOOT.
Sep 17 16:40:16 host systemd[1]: Mounting /efi...
Sep 17 16:40:16 host systemd[1]: Mounted /efi.
Sep 17 16:40:16 host systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Starting Load Kernel Module configfs...
Sep 17 16:40:16 host systemd[1]: Starting Load Kernel Module fuse...
Sep 17 16:40:16 host systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Finished Load Kernel Module configfs.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 17 16:40:16 host systemd[1]: Finished Load Kernel Module fuse.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host kernel: usbcore: registered new interface driver usbhid
Sep 17 16:40:16 host kernel: usbhid: USB HID core driver
Sep 17 16:40:16 host kernel: input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.1/usb9/9-5/9-5.1/9-5.1:1.0/0003:045E:00DB.0001/input/input2
Sep 17 16:40:16 host systemd[1]: Mounted /data.
Sep 17 16:40:16 host kernel: F2FS-fs (nvme1n1p8): Mounted with checkpoint version = 3b655ac3
Sep 17 16:40:16 host systemd[1]: Reached target Local File Systems.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Sep 17 16:40:16 host systemd[1]: Starting Create Volatile Files and Directories...
Sep 17 16:40:16 host kernel: usb 9-5.2: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.14
Sep 17 16:40:16 host kernel: usb 9-5.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Sep 17 16:40:16 host kernel: usb 9-5.2: Product: USB Optical Mouse
Sep 17 16:40:16 host kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Sep 17 16:40:16 host kernel: microsoft 0003:045E:00DB.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:49:00.1-5.1/input0
Sep 17 16:40:16 host kernel: input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.1/usb9/9-5/9-5.1/9-5.1:1.1/0003:045E:00DB.0002/input/input3
Sep 17 16:40:16 host systemd[1]: Finished Create Volatile Files and Directories.
Sep 17 16:40:16 host kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 16:40:16 host kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 16:40:16 host kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Sep 17 16:40:16 host systemd[1]: Condition check resulted in Update is Completed being skipped.
Sep 17 16:40:16 host systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 17 16:40:16 host audit[990]: SYSTEM_BOOT pid=990 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Finished Coldplug All udev Devices.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host kernel: input: USB Optical Mouse as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.1/usb9/9-5/9-5.2/9-5.2:1.0/0003:1BCF:0005.0003/input/input4
Sep 17 16:40:16 host systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 17 16:40:16 host kernel: usb 1-2.1.1: new full-speed USB device number 4 using xhci_hcd
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host systemd[1]: Reached target System Initialization.
Sep 17 16:40:16 host systemd[1]: Started Daily man-db regeneration.
Sep 17 16:40:16 host systemd[1]: Started Daily verification of password and group files.
Sep 17 16:40:16 host systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 17 16:40:16 host systemd[1]: Reached target Timer Units.
Sep 17 16:40:16 host systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 17 16:40:16 host systemd[1]: Reached target Socket Units.
Sep 17 16:40:16 host systemd[1]: Reached target Basic System.
Sep 17 16:40:16 host systemd[1]: Started D-Bus System Message Bus.
Sep 17 16:40:16 host kernel: microsoft 0003:045E:00DB.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:49:00.1-5.1/input1
Sep 17 16:40:16 host kernel: hid-generic 0003:1BCF:0005.0003: input,hidraw2: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:49:00.1-5.2/input0
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host audit: BPF prog-id=26 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=27 op=LOAD
Sep 17 16:40:16 host audit: BPF prog-id=28 op=LOAD
Sep 17 16:40:16 host systemd[1]: Starting User Login Management...
Sep 17 16:40:16 host kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Sep 17 16:40:16 host kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 17 16:40:16 host kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Sep 17 16:40:16 host kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 17 16:40:16 host kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 17 16:40:16 host kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 17 16:40:16 host kernel: MACsec IEEE 802.1AE
Sep 17 16:40:16 host systemd-logind[1007]: New seat seat0.
Sep 17 16:40:16 host systemd[1]: Started User Login Management.
Sep 17 16:40:16 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:16 host kernel: usb 9-5.3: new full-speed USB device number 6 using xhci_hcd
Sep 17 16:40:16 host kernel: usb 1-2.1.1: New USB device found, idVendor=1050, idProduct=0407, bcdDevice= 5.26
Sep 17 16:40:16 host kernel: usb 1-2.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 16:40:16 host kernel: usb 1-2.1.1: Product: YubiKey OTP+FIDO+CCID
Sep 17 16:40:16 host kernel: usb 1-2.1.1: Manufacturer: Yubico
Sep 17 16:40:16 host kernel: snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
Sep 17 16:40:16 host kernel: snd_hda_intel 0000:03:00.1: Force to non-snoop mode
Sep 17 16:40:16 host kernel: snd_hda_intel 0000:25:00.4: Skipping the device on the denylist
Sep 17 16:40:16 host kernel: dca service started, version 1.12.1
Sep 17 16:40:16 host kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
Sep 17 16:40:16 host kernel: atlantic 0000:44:00.0: enabling device (0000 -> 0002)
Sep 17 16:40:16 host kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Sep 17 16:40:16 host kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 17 16:40:16 host kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Sep 17 16:40:16 host kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Sep 17 16:40:16 host kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Sep 17 16:40:16 host kernel: igb 0000:47:00.0: enabling device (0000 -> 0002)
Sep 17 16:40:16 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input6
Sep 17 16:40:16 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input7
Sep 17 16:40:16 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input8
Sep 17 16:40:16 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input9
Sep 17 16:40:16 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input10
Sep 17 16:40:16 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input11
Sep 17 16:40:16 host kernel: kvm: Nested Virtualization enabled
Sep 17 16:40:16 host kernel: SVM: kvm: Nested Paging enabled
Sep 17 16:40:16 host kernel: SEV supported: 509 ASIDs
Sep 17 16:40:16 host kernel: SVM: Virtual VMLOAD VMSAVE supported
Sep 17 16:40:16 host kernel: SVM: Virtual GIF supported
Sep 17 16:40:16 host kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 17 16:40:16 host kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 17 16:40:16 host kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 17 16:40:16 host kernel: cfg80211: failed to load regulatory.db
Sep 17 16:40:16 host kernel: usb 9-5.3: config 1 has an invalid interface number: 2 but max is 1
Sep 17 16:40:16 host kernel: usb 9-5.3: config 1 has no interface number 1
Sep 17 16:40:16 host kernel: pps pps0: new PPS source ptp0
Sep 17 16:40:16 host kernel: igb 0000:47:00.0: added PHC on eth0
Sep 17 16:40:16 host kernel: igb 0000:47:00.0: Intel(R) Gigabit Ethernet Network Connection
Sep 17 16:40:16 host kernel: igb 0000:47:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 04:42:1a:04:07:c7
Sep 17 16:40:16 host kernel: igb 0000:47:00.0: eth0: PBA No: FFFFFF-0FF
Sep 17 16:40:16 host kernel: igb 0000:47:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Sep 17 16:40:16 host kernel: usb 9-5.3: New USB device found, idVendor=0b05, idProduct=18f3, bcdDevice= 1.00
Sep 17 16:40:16 host kernel: usb 9-5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 17 16:40:16 host kernel: usb 9-5.3: Product: AURA LED Controller
Sep 17 16:40:16 host kernel: usb 9-5.3: Manufacturer: AsusTek Computer Inc.
Sep 17 16:40:16 host kernel: usb 9-5.3: SerialNumber: 9876543210
Sep 17 16:40:16 host systemd-logind[1007]: Watching system buttons on /dev/input/event1 (Power Button)
Sep 17 16:40:16 host systemd-logind[1007]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 17 16:40:17 host kernel: hid-generic 0003:0B05:18F3.0004: hiddev96,hidraw3: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:49:00.1-5.3/input2
Sep 17 16:40:17 host kernel: input: Yubico YubiKey OTP+FIDO+CCID as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.1/1-2.1.1/1-2.1.1:1.0/0003:1050:0407.0005/input/input12
Sep 17 16:40:17 host systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 17 16:40:17 host kernel: MCE: In-kernel MCE decoding enabled.
Sep 17 16:40:17 host systemd[1]: Reached target Sound Card.
Sep 17 16:40:17 host kernel: Intel(R) Wireless WiFi driver for Linux
Sep 17 16:40:17 host kernel: iwlwifi 0000:48:00.0: enabling device (0000 -> 0002)
Sep 17 16:40:17 host kernel: EDAC amd64: MCT channel count: 2
Sep 17 16:40:17 host kernel: EDAC MC0: Giving out device to module amd64_edac controller F17h_M30h: DEV 0000:00:18.3 (INTERRUPT)
Sep 17 16:40:17 host kernel: EDAC amd64: F17h_M30h detected (node 0).
Sep 17 16:40:17 host kernel: EDAC MC: UMC0 chip selects:
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 16:40:17 host kernel: EDAC MC: UMC1 chip selects:
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 16:40:17 host kernel: EDAC MC: UMC2 chip selects:
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 0: 16384MB 1: 16384MB
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 2: 16384MB 3: 16384MB
Sep 17 16:40:17 host kernel: EDAC MC: UMC3 chip selects:
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 0: 16384MB 1: 16384MB
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 2: 16384MB 3: 16384MB
Sep 17 16:40:17 host kernel: EDAC MC: UMC4 chip selects:
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 16:40:17 host kernel: EDAC MC: UMC5 chip selects:
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 16:40:17 host kernel: EDAC MC: UMC6 chip selects:
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 16:40:17 host kernel: EDAC MC: UMC7 chip selects:
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
Sep 17 16:40:17 host kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
Sep 17 16:40:17 host kernel: EDAC amd64: using x16 syndromes.
Sep 17 16:40:17 host kernel: EDAC PCI0: Giving out device to module amd64_edac controller EDAC PCI controller: DEV 0000:00:18.0 (POLLED)
Sep 17 16:40:17 host kernel: AMD64 EDAC driver v3.5.0
Sep 17 16:40:17 host kernel: asus_wmi: ASUS WMI generic driver loaded
Sep 17 16:40:17 host kernel: asus_wmi: Initialization: 0x0
Sep 17 16:40:17 host kernel: asus_wmi: BIOS WMI version: 0.9
Sep 17 16:40:17 host kernel: asus_wmi: SFUN value: 0x0
Sep 17 16:40:17 host kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Sep 17 16:40:17 host systemd-udevd[1002]: Using default interface naming scheme 'v249'.
Sep 17 16:40:17 host kernel: igb 0000:47:00.0 enp71s0: renamed from eth0
Sep 17 16:40:17 host kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input13
Sep 17 16:40:17 host kernel: iwlwifi 0000:48:00.0: Direct firmware load for iwlwifi-cc-a0-64.ucode failed with error -2
Sep 17 16:40:17 host kernel: iwlwifi 0000:48:00.0: api flags index 2 larger than supported by driver
Sep 17 16:40:17 host kernel: iwlwifi 0000:48:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Sep 17 16:40:17 host kernel: iwlwifi 0000:48:00.0: loaded firmware version 63.c04f3485.0 cc-a0-63.ucode op_mode iwlmvm
Sep 17 16:40:17 host kernel: hid-generic 0003:1050:0407.0005: input,hidraw4: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:05:00.3-2.1.1/input0
Sep 17 16:40:17 host kernel: hid-generic 0003:1050:0407.0006: hiddev97,hidraw5: USB HID v1.10 Device [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:05:00.3-2.1.1/input1
Sep 17 16:40:17 host systemd[1]: Reached target Smart Card.
Sep 17 16:40:17 host kernel: usb 9-5.4: new full-speed USB device number 7 using xhci_hcd
Sep 17 16:40:17 host kernel: intel_rapl_common: Found RAPL domain package
Sep 17 16:40:17 host kernel: intel_rapl_common: Found RAPL domain core
Sep 17 16:40:17 host kernel: usb 9-5.4: New USB device found, idVendor=0b05, idProduct=18bb, bcdDevice= 2.00
Sep 17 16:40:17 host kernel: usb 9-5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 17 16:40:17 host kernel: usb 9-5.4: Product: AURA LED Controller
Sep 17 16:40:17 host kernel: usb 9-5.4: Manufacturer: AsusTek Computer Inc.
Sep 17 16:40:17 host kernel: usb 9-5.4: SerialNumber: 204033815252
Sep 17 16:40:17 host kernel: iwlwifi 0000:48:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Sep 17 16:40:17 host kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Sep 17 16:40:17 host kernel: hid-generic 0003:0B05:18BB.0007: hiddev98,hidraw6: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:49:00.1-5.4/input0
Sep 17 16:40:17 host systemd-udevd[959]: event2: Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument
Sep 17 16:40:17 host systemd-udevd[959]: event2: Failed to call EVIOCSKEYCODE with scan code 0xc022e, and key code 108: Invalid argument
Sep 17 16:40:17 host kernel: iwlwifi 0000:48:00.0: Detected RF HR B3, rfid=0x10a100
Sep 17 16:40:17 host kernel: mousedev: PS/2 mouse device common for all mice
Sep 17 16:40:17 host systemd-udevd[1000]: Using default interface naming scheme 'v249'.
Sep 17 16:40:17 host kernel: atlantic 0000:44:00.0 enp68s0: renamed from eth0
Sep 17 16:40:17 host kernel: iwlwifi 0000:48:00.0: base HW address: 38:fc:98:87:c3:0f
Sep 17 16:40:17 host systemd-udevd[984]: Using default interface naming scheme 'v249'.
Sep 17 16:40:17 host systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 17 16:40:17 host kernel: iwlwifi 0000:48:00.0 wlp72s0: renamed from wlan0
Sep 17 16:40:17 host systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 17 16:40:17 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:17 host systemd-logind[1007]: Watching system buttons on /dev/input/event2 (Microsoft Natural® Ergonomic Keyboard 4000)
Sep 17 16:40:17 host systemd-udevd[987]: Using default interface naming scheme 'v249'.
Sep 17 16:40:17 host systemd[1]: Found device Wi-Fi 6 AX200 (NGW).
Sep 17 16:40:17 host systemd[1]: Starting Automatically generated profile by wifi-menu...
Sep 17 16:40:17 host network[1108]: Starting network profile 'wlp72s0-Wi-Fi'...
Sep 17 16:40:17 host systemd-logind[1007]: Watching system buttons on /dev/input/event3 (Microsoft Natural® Ergonomic Keyboard 4000)
Sep 17 16:40:17 host systemd[1]: Started Automatically generated profile by wifi-menu.
Sep 17 16:40:17 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlp72s0\x2dWi\x2dFi comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:17 host systemd[1]: Reached target Network.
Sep 17 16:40:17 host systemd[1]: Starting Permit User Sessions...
Sep 17 16:40:17 host systemd[1]: Finished Permit User Sessions.
Sep 17 16:40:17 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:17 host systemd[1]: Reached target Multi-User System.
Sep 17 16:40:17 host systemd[1]: Starting GNOME Display Manager...
Sep 17 16:40:17 host systemd[1]: Started GNOME Display Manager.
Sep 17 16:40:17 host dbus-daemon[1005]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.2' (uid=0 pid=1134 comm="/usr/bin/gdm ")
Sep 17 16:40:17 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:17 host systemd[1]: Reached target Graphical Interface.
Sep 17 16:40:17 host systemd[1]: Reached target User and Group Name Lookups.
Sep 17 16:40:17 host systemd[1]: Starting Accounts Service...
Sep 17 16:40:17 host dbus-daemon[1005]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.3' (uid=0 pid=1137 comm="/usr/lib/accounts-daemon ")
Sep 17 16:40:17 host systemd[1]: Starting Authorization Manager...
Sep 17 16:40:17 host polkitd[1141]: Started polkitd version 0.119
Sep 17 16:40:17 host polkitd[1141]: Loading rules from directory /etc/polkit-1/rules.d
Sep 17 16:40:17 host polkitd[1141]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 17 16:40:17 host polkitd[1141]: Finished loading, compiling and executing 5 rules
Sep 17 16:40:17 host dbus-daemon[1005]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 17 16:40:17 host polkitd[1141]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 17 16:40:17 host systemd[1]: Started Authorization Manager.
Sep 17 16:40:17 host accounts-daemon[1137]: started daemon version 0.6.55
Sep 17 16:40:17 host dbus-daemon[1005]: [system] Successfully activated service 'org.freedesktop.Accounts'
Sep 17 16:40:17 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:17 host systemd[1]: Started Accounts Service.
Sep 17 16:40:17 host systemd[1]: Startup finished in 30.190s (firmware) + 27.311s (loader) + 2.217s (kernel) + 1.110s (initrd) + 1.754s (userspace) = 1min 2.584s.
Sep 17 16:40:17 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:17 host audit[1155]: USER_AUTH pid=1155 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 16:40:17 host audit[1155]: USER_ACCT pid=1155 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 16:40:17 host audit[1155]: CRED_ACQ pid=1155 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 16:40:17 host audit[1155]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7c142b50cab0 a2=3 a3=78 items=0 ppid=1134 pid=1155 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=1 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null)
Sep 17 16:40:17 host audit: PROCTITLE proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6C61756E63682D656E7669726F6E6D656E745D
Sep 17 16:40:17 host systemd[1]: Created slice User Slice of UID 120.
Sep 17 16:40:17 host systemd[1]: Starting User Runtime Directory /run/user/120...
Sep 17 16:40:17 host systemd-logind[1007]: New session 1 of user gdm.
Sep 17 16:40:17 host systemd[1]: Finished User Runtime Directory /run/user/120.
Sep 17 16:40:17 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:17 host systemd[1]: Starting User Manager for UID 120...
Sep 17 16:40:17 host dbus-daemon[1005]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=1160 comm="(systemd) ")
Sep 17 16:40:17 host dbus-daemon[1005]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 16:40:17 host systemd[1160]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 17 16:40:17 host audit[1160]: USER_ACCT pid=1160 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:17 host audit[1160]: CRED_ACQ pid=1160 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 17 16:40:17 host audit[1160]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7d807a959610 a2=3 a3=78 items=0 ppid=1 pid=1160 auid=120 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Sep 17 16:40:17 host audit: PROCTITLE proctitle="(systemd)"
Sep 17 16:40:17 host systemd[1160]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Sep 17 16:40:17 host systemd[1160]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by (uid=0)
Sep 17 16:40:17 host systemd[1160]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Sep 17 16:40:17 host audit[1160]: USER_START pid=1160 uid=0 auid=120 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="gdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:18 host systemd[1160]: Queued start job for default target Main User Target.
Sep 17 16:40:18 host systemd[1160]: Created slice User Application Slice.
Sep 17 16:40:18 host systemd[1160]: Reached target Paths.
Sep 17 16:40:18 host systemd[1160]: Reached target Timers.
Sep 17 16:40:18 host systemd[1160]: Starting D-Bus User Message Bus Socket...
Sep 17 16:40:18 host systemd[1160]: Listening on GnuPG network certificate management daemon.
Sep 17 16:40:18 host systemd[1160]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 17 16:40:18 host systemd[1160]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 17 16:40:18 host systemd[1160]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 17 16:40:18 host systemd[1160]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 17 16:40:18 host systemd[1160]: Listening on p11-kit server.
Sep 17 16:40:18 host systemd[1160]: Listening on PipeWire PulseAudio.
Sep 17 16:40:18 host systemd[1160]: Listening on Multimedia System.
Sep 17 16:40:18 host systemd[1160]: Listening on D-Bus User Message Bus Socket.
Sep 17 16:40:18 host systemd[1160]: Reached target Sockets.
Sep 17 16:40:18 host systemd[1160]: Reached target Basic System.
Sep 17 16:40:18 host systemd[1160]: Reached target Main User Target.
Sep 17 16:40:18 host systemd[1160]: Startup finished in 110ms.
Sep 17 16:40:18 host systemd[1]: Started User Manager for UID 120.
Sep 17 16:40:18 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:18 host systemd[1]: Started Session 1 of User gdm.
Sep 17 16:40:18 host gdm-launch-environment][1155]: pam_env(gdm-launch-environment:session): deprecated reading of user environment enabled
Sep 17 16:40:18 host audit[1155]: USER_START pid=1155 uid=0 auid=120 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=host addr=? terminal=/dev/tty1 res=success'
Sep 17 16:40:18 host systemd[1160]: Started D-Bus User Message Bus.
Sep 17 16:40:18 host gnome-session[1180]: gnome-session-binary[1180]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 16:40:18 host gnome-session-binary[1180]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 16:40:18 host gnome-session[1180]: gnome-session-binary[1180]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 16:40:18 host gnome-session-binary[1180]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 16:40:18 host gnome-session[1180]: gnome-session-binary[1180]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 16:40:18 host gnome-session-binary[1180]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Sep 17 16:40:18 host gnome-session[1180]: gnome-session-binary[1180]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Sep 17 16:40:18 host gnome-session-binary[1180]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Sep 17 16:40:18 host gnome-shell[1188]: Adding device '/dev/dri/card0' (amdgpu) using atomic mode setting.
Sep 17 16:40:18 host gnome-shell[1188]: Boot VGA GPU /dev/dri/card0 selected as primary
Sep 17 16:40:18 host kernel: usb 11-5: New USB device found, idVendor=0b05, idProduct=1916, bcdDevice= 0.04
Sep 17 16:40:18 host kernel: usb 11-5: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Sep 17 16:40:18 host kernel: usb 11-5: Product: USB Audio
Sep 17 16:40:18 host kernel: usb 11-5: Manufacturer: Generic
Sep 17 16:40:19 host kernel: input: Generic USB Audio Consumer Control as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-5/11-5:1.6/0003:0B05:1916.0008/input/input14
Sep 17 16:40:19 host kernel: input: Generic USB Audio as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-5/11-5:1.6/0003:0B05:1916.0008/input/input15
Sep 17 16:40:19 host kernel: hid-generic 0003:0B05:1916.0008: input,hiddev99,hidraw7: USB HID v1.11 Device [Generic USB Audio] on usb-0000:49:00.3-5/input6
Sep 17 16:40:19 host gnome-shell[1188]: Disabling DMA buffer screen sharing for driver 'amdgpu'.
Sep 17 16:40:19 host gnome-shell[1188]: Using public X11 display :1024, (using :1025 for managed services)
Sep 17 16:40:19 host gnome-shell[1188]: Using Wayland display name 'wayland-0'
Sep 17 16:40:19 host /usr/lib/gdm-wayland-session[1179]: dbus-daemon[1179]: [session uid=120 pid=1179] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=1188 comm="/usr/bin/gnome-shell ")
Sep 17 16:40:19 host /usr/lib/gdm-wayland-session[1179]: dbus-daemon[1179]: [session uid=120 pid=1179] Successfully activated service 'org.a11y.Bus'
Sep 17 16:40:19 host kernel: usb 11-6: new high-speed USB device number 5 using xhci_hcd
Sep 17 16:40:19 host org.gnome.Shell.desktop[1319]: glamor: No eglstream capable devices found
Sep 17 16:40:19 host gnome-shell[1188]: Skipping parental controls support as it’s disabled
Sep 17 16:40:19 host gnome-shell[1188]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Sep 17 16:40:19 host gnome-shell[1188]: Will monitor session 1
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.11' (uid=120 pid=1188 comm="/usr/bin/gnome-shell ")
Sep 17 16:40:19 host audit: BPF prog-id=29 op=LOAD
Sep 17 16:40:19 host audit: BPF prog-id=30 op=LOAD
Sep 17 16:40:19 host audit: BPF prog-id=31 op=LOAD
Sep 17 16:40:19 host systemd[1]: Starting Locale Service...
Sep 17 16:40:19 host kernel: kauditd_printk_skb: 103 callbacks suppressed
Sep 17 16:40:19 host kernel: audit: type=1334 audit(1631896819.404:108): prog-id=29 op=LOAD
Sep 17 16:40:19 host kernel: audit: type=1334 audit(1631896819.404:109): prog-id=30 op=LOAD
Sep 17 16:40:19 host kernel: audit: type=1334 audit(1631896819.404:110): prog-id=31 op=LOAD
Sep 17 16:40:19 host gnome-shell[1188]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Successfully activated service 'org.freedesktop.locale1'
Sep 17 16:40:19 host systemd[1]: Started Locale Service.
Sep 17 16:40:19 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:19 host kernel: audit: type=1130 audit(1631896819.464:111): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.11' (uid=120 pid=1188 comm="/usr/bin/gnome-shell ")
Sep 17 16:40:19 host audit: BPF prog-id=32 op=LOAD
Sep 17 16:40:19 host audit: BPF prog-id=33 op=LOAD
Sep 17 16:40:19 host systemd[1]: Starting Daemon for power management...
Sep 17 16:40:19 host kernel: audit: type=1334 audit(1631896819.517:112): prog-id=32 op=LOAD
Sep 17 16:40:19 host kernel: audit: type=1334 audit(1631896819.520:113): prog-id=33 op=LOAD
Sep 17 16:40:19 host systemd[1160]: Created slice User Core Session Slice.
Sep 17 16:40:19 host systemd[1160]: Started Multimedia Service.
Sep 17 16:40:19 host systemd[1160]: Started Multimedia Service Session Manager.
Sep 17 16:40:19 host systemd[1160]: Started PipeWire PulseAudio.
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.13' (uid=120 pid=1376 comm="/usr/bin/pipewire ")
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.11' (uid=120 pid=1188 comm="/usr/bin/gnome-shell ")
Sep 17 16:40:19 host systemd[1]: Starting Location Lookup Service...
Sep 17 16:40:19 host systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Sep 17 16:40:19 host systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 17 16:40:19 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:19 host rtkit-daemon[1381]: Successfully called chroot.
Sep 17 16:40:19 host rtkit-daemon[1381]: Successfully dropped privileges.
Sep 17 16:40:19 host rtkit-daemon[1381]: Successfully limited resources.
Sep 17 16:40:19 host rtkit-daemon[1381]: Canary thread running.
Sep 17 16:40:19 host rtkit-daemon[1381]: Watchdog thread running.
Sep 17 16:40:19 host rtkit-daemon[1381]: Running.
Sep 17 16:40:19 host polkitd[1141]: Registered Authentication Agent for unix-session:1 (system bus name :1.11 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Sep 17 16:40:19 host kernel: audit: type=1130 audit(1631896819.554:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:19 host rtkit-daemon[1381]: Successfully made thread 1376 of process 1376 owned by '120' high priority at nice level -11.
Sep 17 16:40:19 host rtkit-daemon[1381]: Supervising 1 threads of 1 processes of 1 users.
Sep 17 16:40:19 host rtkit-daemon[1381]: Successfully made thread 1378 of process 1378 owned by '120' high priority at nice level -11.
Sep 17 16:40:19 host rtkit-daemon[1381]: Supervising 2 threads of 2 processes of 1 users.
Sep 17 16:40:19 host rtkit-daemon[1381]: Successfully made thread 1377 of process 1377 owned by '120' high priority at nice level -11.
Sep 17 16:40:19 host rtkit-daemon[1381]: Supervising 3 threads of 3 processes of 1 users.
Sep 17 16:40:19 host rtkit-daemon[1381]: Supervising 3 threads of 3 processes of 1 users.
Sep 17 16:40:19 host rtkit-daemon[1381]: Supervising 3 threads of 3 processes of 1 users.
Sep 17 16:40:19 host rtkit-daemon[1381]: Supervising 3 threads of 3 processes of 1 users.
Sep 17 16:40:19 host rtkit-daemon[1381]: Supervising 3 threads of 3 processes of 1 users.
Sep 17 16:40:19 host rtkit-daemon[1381]: Successfully made thread 1388 of process 1377 owned by '120' RT at priority 20.
Sep 17 16:40:19 host rtkit-daemon[1381]: Supervising 4 threads of 3 processes of 1 users.
Sep 17 16:40:19 host rtkit-daemon[1381]: Supervising 4 threads of 3 processes of 1 users.
Sep 17 16:40:19 host rtkit-daemon[1381]: Supervising 4 threads of 3 processes of 1 users.
Sep 17 16:40:19 host rtkit-daemon[1381]: Successfully made thread 1389 of process 1378 owned by '120' RT at priority 20.
Sep 17 16:40:19 host rtkit-daemon[1381]: Supervising 5 threads of 3 processes of 1 users.
Sep 17 16:40:19 host rtkit-daemon[1381]: Successfully made thread 1390 of process 1376 owned by '120' RT at priority 20.
Sep 17 16:40:19 host rtkit-daemon[1381]: Supervising 6 threads of 3 processes of 1 users.
Sep 17 16:40:19 host kernel: usb 11-6: New USB device found, idVendor=0b05, idProduct=1915, bcdDevice= 0.04
Sep 17 16:40:19 host kernel: usb 11-6: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Sep 17 16:40:19 host kernel: usb 11-6: Product: USB Audio
Sep 17 16:40:19 host kernel: usb 11-6: Manufacturer: Generic
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Successfully activated service 'org.freedesktop.UPower'
Sep 17 16:40:19 host systemd[1]: Started Daemon for power management.
Sep 17 16:40:19 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:19 host kernel: audit: type=1130 audit(1631896819.597:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:19 host /usr/lib/gdm-wayland-session[1179]: dbus-daemon[1179]: [session uid=120 pid=1179] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=1188 comm="/usr/bin/gnome-shell ")
Sep 17 16:40:19 host /usr/lib/gdm-wayland-session[1309]: dbus-daemon[1309]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=1188 comm="/usr/bin/gnome-shell ")
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.18' (uid=973 pid=1380 comm="/usr/lib/geoclue ")
Sep 17 16:40:19 host systemd[1]: Starting WPA supplicant...
Sep 17 16:40:19 host /usr/lib/gdm-wayland-session[1309]: dbus-daemon[1309]: Successfully activated service 'org.a11y.atspi.Registry'
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Sep 17 16:40:19 host wpa_supplicant[1399]: Successfully initialized wpa_supplicant
Sep 17 16:40:19 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:19 host systemd[1]: Started WPA supplicant.
Sep 17 16:40:19 host /usr/lib/gdm-wayland-session[1398]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.20' (uid=973 pid=1380 comm="/usr/lib/geoclue ")
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Sep 17 16:40:19 host kernel: audit: type=1130 audit(1631896819.617:116): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:19 host geoclue[1380]: Failed to connect to avahi service: Daemon not running
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Sep 17 16:40:19 host systemd[1]: Started Location Lookup Service.
Sep 17 16:40:19 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:19 host kernel: audit: type=1130 audit(1631896819.620:117): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:19 host /usr/lib/gdm-wayland-session[1179]: dbus-daemon[1179]: [session uid=120 pid=1179] Successfully activated service 'org.gnome.Shell.Notifications'
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.21' (uid=120 pid=1420 comm="/usr/lib/gsd-rfkill ")
Sep 17 16:40:19 host audit: BPF prog-id=34 op=LOAD
Sep 17 16:40:19 host audit: BPF prog-id=35 op=LOAD
Sep 17 16:40:19 host audit: BPF prog-id=36 op=LOAD
Sep 17 16:40:19 host systemd[1]: Starting Hostname Service...
Sep 17 16:40:19 host kernel: input: Generic USB Audio Consumer Control as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-6/11-6:1.2/0003:0B05:1915.0009/input/input16
Sep 17 16:40:19 host /usr/lib/gdm-wayland-session[1179]: dbus-daemon[1179]: [session uid=120 pid=1179] Activating service name='org.freedesktop.systemd1' requested by ':1.21' (uid=120 pid=1454 comm="/usr/lib/gsd-sharing ")
Sep 17 16:40:19 host /usr/lib/gdm-wayland-session[1179]: dbus-daemon[1179]: [session uid=120 pid=1179] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Sep 17 16:40:19 host gsd-sharing[1454]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Sep 17 16:40:19 host gsd-sharing[1454]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Sep 17 16:40:19 host gsd-sharing[1454]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 17 16:40:19 host systemd[1]: Started Hostname Service.
Sep 17 16:40:19 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:19 host kernel: input: Generic USB Audio as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-6/11-6:1.2/0003:0B05:1915.0009/input/input17
Sep 17 16:40:19 host kernel: hid-generic 0003:0B05:1915.0009: input,hiddev100,hidraw8: USB HID v1.11 Device [Generic USB Audio] on usb-0000:49:00.3-6/input2
Sep 17 16:40:19 host upowerd[1374]: treating change event as add on /sys/devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-5
Sep 17 16:40:19 host upowerd[1374]: treating change event as add on /sys/devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:49:00.3/usb11/11-6
Sep 17 16:40:19 host kernel: mc: Linux media interface: v0.10
Sep 17 16:40:19 host gsd-rfkill[1420]: Could not disable kernel handling of RFKILL related keys: Inappropriate ioctl for device
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.27' (uid=120 pid=1400 comm="/usr/lib/gsd-color ")
Sep 17 16:40:19 host systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 17 16:40:19 host dbus-daemon[1005]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Sep 17 16:40:19 host systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 17 16:40:19 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 16:40:19 host gnome-session-binary[1180]: Entering running state
Sep 17 16:40:19 host /usr/lib/gdm-wayland-session[1179]: dbus-daemon[1179]: [session uid=120 pid=1179] Activating service name='org.gnome.Shell.Screencast' requested by ':1.18' (uid=120 pid=1416 comm="/usr/lib/gsd-media-keys ")
Sep 17 16:40:19 host gsd-media-keys[1416]: Failed to grab accelerator for keybinding settings:hibernate
Sep 17 16:40:19 host gsd-media-keys[1416]: Failed to grab accelerator for keybinding settings:playback-repeat
Sep 17 16:40:19 host /usr/lib/gdm-wayland-session[1179]: dbus-daemon[1179]: [session uid=120 pid=1179] Activating service name='org.gnome.ScreenSaver' requested by ':1.19' (uid=120 pid=1415 comm="/usr/lib/gsd-power ")
Sep 17 16:40:19 host systemd-logind[1007]: Watching system buttons on /dev/input/event16 (Generic USB Audio Consumer Control)
Sep 17 16:40:19 host /usr/lib/gdm-wayland-session[1179]: dbus-daemon[1179]: [session uid=120 pid=1179] Successfully activated service 'org.gnome.ScreenSaver'
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86BrightnessAuto
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86DisplayOff
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86Info
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86AspectRatio
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86DVD
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86Audio
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86ChannelUp
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86ChannelDown
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86Break
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86VideoPhone
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86ZoomReset
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86Editor
Sep 17 16:40:19 host org.gnome.Shell.desktop[1589]: > Warning:          Could not resolve keysym XF86GraphicsEditor
# [...] More xkbcomp warnings

Note: I use systemd-boot, which should feed Linux's entropy pool via the passing of the LoaderRandomSeed EFI variable. Don't see if/how this affects any issues I have, but relevant to RNG.

seth wrote:

Please don't bump, but edit your posts unless somebody has replied.

Apologies.

seth wrote:

Also never use "-x" for journalctl (it's basically spam)

Noted. I apparently managed to completely miss the comment about it in the man page.

Last edited by throwaway62548629402 (2021-09-17 18:59:48)

Offline

Board footer

Powered by FluxBB