Skip to content

Instantly share code, notes, and snippets.

@holiman
Last active August 11, 2022 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holiman/83c76e4cd98d087719773486a77d9112 to your computer and use it in GitHub Desktop.
Save holiman/83c76e4cd98d087719773486a77d9112 to your computer and use it in GitHub Desktop.
$ cat /proc/cmdline
placeholder root=/dev/mapper/qubes_dom0-root ro rd.luks.uuid=luks-82731991-9891-4137-ae26-12dd28517654 rd.lvm.lv=qubes_dom0/root rd.lvm.lv=qubes_dom0/swap plymouth.ignore-serial-consoles rd.driver.pre=btrfs rhgb quiet rd.qubes.hide_all_usb i915.enable_psr2_sel_fetch=0
$ sudo sysctl -a | grep i915
dev.i915.oa_max_sample_rate = 100000
dev.i915.perf_stream_paranoid = 1
$ cat /var/log/Xorg.0.log| grep driver
[ 53.146] Kernel command line: placeholder root=/dev/mapper/qubes_dom0-root ro rd.luks.uuid=luks-82731991-9891-4137-ae26-12dd28517654 rd.lvm.lv=qubes_dom0/root rd.lvm.lv=qubes_dom0/swap plymouth.ignore-serial-consoles rd.driver.pre=btrfs rhgb quiet rd.qubes.hide_all_usb i915.enable_psr2_sel_fetch=0
[ 53.148] X.Org XInput driver : 24.1
[ 53.162] (==) Matched modesetting as autoconfigured driver 0
[ 53.162] (==) Matched fbdev as autoconfigured driver 1
[ 53.162] (==) Matched vesa as autoconfigured driver 2
[ 53.162] (==) Assigned the driver to the xf86ConfigLayout
[ 53.162] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 53.163] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[ 53.163] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[ 53.164] (II) FBDEV: driver for framebuffer: fbdev
[ 53.164] (II) VESA: driver for VESA chipsets: vesa
[ 53.462] ABI class: X.Org XInput driver, version 24.1
[ 53.462] (II) Using input driver 'libinput' for 'Video Bus'
[ 54.081] (II) Using input driver 'libinput' for 'Power Button'
[ 54.091] (II) No input driver specified, ignoring this device.
[ 54.092] (II) Using input driver 'libinput' for 'Sleep Button'
[ 54.102] (II) Using input driver 'libinput' for 'SYNA8017:00 06CB:CEB2 Touchpad'
[ 54.126] (II) No input driver specified, ignoring this device.
[ 54.128] (II) Using input driver 'libinput' for 'SYNA8017:00 06CB:CEB2 Mouse'
[ 54.147] (II) No input driver specified, ignoring this device.
[ 54.148] (II) Using input driver 'libinput' for 'Intel HID events'
[ 54.157] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 54.169] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 54.187] (II) No input driver specified, ignoring this device.
[ 54.188] (II) No input driver specified, ignoring this device.
[ 54.193] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
$ cat /var/log/Xorg.0.log -C3 | grep driver
X Protocol Version 11, Revision 0
[ 53.145] Build Operating System: 5.11.10-200.fc33.x86_64
[ 53.145] Current Operating System: Linux dom0 5.18.9-1.fc32.qubes.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 5 21:08:12 CEST 2022 x86_64
[ 53.146] Kernel command line: placeholder root=/dev/mapper/qubes_dom0-root ro rd.luks.uuid=luks-82731991-9891-4137-ae26-12dd28517654 rd.lvm.lv=qubes_dom0/root rd.lvm.lv=qubes_dom0/swap plymouth.ignore-serial-consoles rd.driver.pre=btrfs rhgb quiet rd.qubes.hide_all_usb i915.enable_psr2_sel_fetch=0
[ 53.146] Build Date: 14 April 2021 12:00:00AM
[ 53.146] Build ID: xorg-x11-server 1.20.11-1.fc32
[ 53.146] Current version of pixman: 0.40.0
--
[ 53.148] (II) Module ABI versions:
[ 53.148] X.Org ANSI C Emulation: 0.4
[ 53.148] X.Org Video Driver: 24.1
[ 53.148] X.Org XInput driver : 24.1
[ 53.148] X.Org Server Extension : 10.0
[ 53.149] (++) using VT number 1
--
[ 53.162] (II) Module glx: vendor="X.Org Foundation"
[ 53.162] compiled for 1.20.11, module version = 1.0.0
[ 53.162] ABI class: X.Org Server Extension, version 10.0
[ 53.162] (==) Matched modesetting as autoconfigured driver 0
[ 53.162] (==) Matched fbdev as autoconfigured driver 1
[ 53.162] (==) Matched vesa as autoconfigured driver 2
[ 53.162] (==) Assigned the driver to the xf86ConfigLayout
[ 53.162] (II) LoadModule: "modesetting"
[ 53.162] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 53.163] (II) Module modesetting: vendor="X.Org Foundation"
[ 53.163] compiled for 1.20.11, module version = 1.20.11
[ 53.163] Module class: X.Org Video Driver
[ 53.163] ABI class: X.Org Video Driver, version 24.1
[ 53.163] (II) LoadModule: "fbdev"
[ 53.163] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[ 53.163] (II) Module fbdev: vendor="X.Org Foundation"
[ 53.163] compiled for 1.20.6, module version = 0.5.0
[ 53.163] Module class: X.Org Video Driver
[ 53.163] ABI class: X.Org Video Driver, version 24.0
[ 53.163] (II) LoadModule: "vesa"
[ 53.163] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[ 53.164] (II) Module vesa: vendor="X.Org Foundation"
[ 53.164] compiled for 1.20.6, module version = 2.4.0
[ 53.164] Module class: X.Org Video Driver
[ 53.164] ABI class: X.Org Video Driver, version 24.0
[ 53.164] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 53.164] (II) FBDEV: driver for framebuffer: fbdev
[ 53.164] (II) VESA: driver for VESA chipsets: vesa
[ 53.164] (II) modeset(0): using drv /dev/dri/card0
[ 53.164] (WW) Falling back to old probe method for fbdev
[ 53.164] (II) Loading sub module "fbdevhw"
--
[ 53.462] (II) Module libinput: vendor="X.Org Foundation"
[ 53.462] compiled for 1.20.6, module version = 0.29.0
[ 53.462] Module class: X.Org XInput Driver
[ 53.462] ABI class: X.Org XInput driver, version 24.1
[ 53.462] (II) Using input driver 'libinput' for 'Video Bus'
[ 53.462] (**) Video Bus: always reports core events
[ 53.462] (**) Option "Device" "/dev/input/event7"
[ 54.018] (**) Option "_source" "server/udev"
--
[ 54.081] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 54.081] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 54.081] (**) Power Button: Applying InputClass "system-keyboard"
[ 54.081] (II) Using input driver 'libinput' for 'Power Button'
[ 54.082] (**) Power Button: always reports core events
[ 54.082] (**) Option "Device" "/dev/input/event2"
[ 54.082] (**) Option "_source" "server/udev"
--
[ 54.090] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 54.090] (II) event2 - Power Button: device is a keyboard
[ 54.091] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 54.091] (II) No input driver specified, ignoring this device.
[ 54.091] (II) This device may have been added with another device file.
[ 54.092] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 54.092] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 54.092] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 54.092] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 54.092] (II) Using input driver 'libinput' for 'Sleep Button'
[ 54.092] (**) Sleep Button: always reports core events
[ 54.092] (**) Option "Device" "/dev/input/event0"
[ 54.092] (**) Option "_source" "server/udev"
--
[ 54.102] (II) config/udev: Adding input device SYNA8017:00 06CB:CEB2 Touchpad (/dev/input/event6)
[ 54.102] (**) SYNA8017:00 06CB:CEB2 Touchpad: Applying InputClass "evdev touchpad catchall"
[ 54.102] (**) SYNA8017:00 06CB:CEB2 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 54.102] (II) Using input driver 'libinput' for 'SYNA8017:00 06CB:CEB2 Touchpad'
[ 54.102] (**) SYNA8017:00 06CB:CEB2 Touchpad: always reports core events
[ 54.102] (**) Option "Device" "/dev/input/event6"
[ 54.102] (**) Option "_source" "server/udev"
--
[ 54.123] (II) event6 - SYNA8017:00 06CB:CEB2 Touchpad: is tagged by udev as: Touchpad
[ 54.125] (II) event6 - SYNA8017:00 06CB:CEB2 Touchpad: device is a touchpad
[ 54.126] (II) config/udev: Adding input device SYNA8017:00 06CB:CEB2 Touchpad (/dev/input/mouse2)
[ 54.126] (II) No input driver specified, ignoring this device.
[ 54.126] (II) This device may have been added with another device file.
[ 54.127] (II) config/udev: Adding input device SYNA8017:00 06CB:CEB2 Mouse (/dev/input/event5)
[ 54.128] (**) SYNA8017:00 06CB:CEB2 Mouse: Applying InputClass "evdev pointer catchall"
[ 54.128] (**) SYNA8017:00 06CB:CEB2 Mouse: Applying InputClass "libinput pointer catchall"
[ 54.128] (II) Using input driver 'libinput' for 'SYNA8017:00 06CB:CEB2 Mouse'
[ 54.128] (**) SYNA8017:00 06CB:CEB2 Mouse: always reports core events
[ 54.128] (**) Option "Device" "/dev/input/event5"
[ 54.128] (**) Option "_source" "server/udev"
--
[ 54.145] (II) event5 - SYNA8017:00 06CB:CEB2 Mouse: is tagged by udev as: Mouse Pointingstick
[ 54.145] (II) event5 - SYNA8017:00 06CB:CEB2 Mouse: device is a pointer
[ 54.147] (II) config/udev: Adding input device SYNA8017:00 06CB:CEB2 Mouse (/dev/input/mouse1)
[ 54.147] (II) No input driver specified, ignoring this device.
[ 54.147] (II) This device may have been added with another device file.
[ 54.148] (II) config/udev: Adding input device Intel HID events (/dev/input/event8)
[ 54.148] (**) Intel HID events: Applying InputClass "evdev keyboard catchall"
[ 54.148] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 54.148] (**) Intel HID events: Applying InputClass "system-keyboard"
[ 54.148] (II) Using input driver 'libinput' for 'Intel HID events'
[ 54.148] (**) Intel HID events: always reports core events
[ 54.148] (**) Option "Device" "/dev/input/event8"
[ 54.148] (**) Option "_source" "server/udev"
--
[ 54.157] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 54.157] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 54.157] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 54.157] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 54.157] (**) AT Translated Set 2 keyboard: always reports core events
[ 54.157] (**) Option "Device" "/dev/input/event3"
[ 54.157] (**) Option "_source" "server/udev"
--
[ 54.169] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event4)
[ 54.169] (**) TPPS/2 Elan TrackPoint: Applying InputClass "evdev pointer catchall"
[ 54.169] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 54.169] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 54.169] (**) TPPS/2 Elan TrackPoint: always reports core events
[ 54.169] (**) Option "Device" "/dev/input/event4"
[ 54.169] (**) Option "_source" "server/udev"
--
[ 54.185] (II) event4 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 54.186] (II) event4 - TPPS/2 Elan TrackPoint: device is a pointer
[ 54.187] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse0)
[ 54.187] (II) No input driver specified, ignoring this device.
[ 54.187] (II) This device may have been added with another device file.
[ 54.188] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[ 54.188] (II) No input driver specified, ignoring this device.
[ 54.188] (II) This device may have been added with another device file.
[ 54.193] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event9)
[ 54.193] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 54.193] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 54.193] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[ 54.193] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 54.193] (**) ThinkPad Extra Buttons: always reports core events
[ 54.193] (**) Option "Device" "/dev/input/event9"
[ 54.193] (**) Option "_source" "server/udev"
# This is done off a Fedora livecd, on a Lenovo X1 Carbon gen 10.
# Everything seems to work, wifi found + working, no graphic glitches.
#
[liveuser@localhost-live ~]$ uname -a
Linux localhost-live 5.17.5-300.fc36.x86_64 #1 SMP PREEMPT Thu Apr 28 15:51:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
[liveuser@localhost-live ~]$ lspci
00:00.0 Host bridge: Intel Corporation Device 4621 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
00:04.0 Signal processing controller: Intel Corporation Alder Lake Innovation Platform Framework Processor Participant (rev 02)
00:05.0 Multimedia controller: Intel Corporation Device 465d (rev 02)
00:06.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller #0 (rev 02)
00:07.0 PCI bridge: Intel Corporation Alder Lake-P Thunderbolt 4 PCI Express Root Port #0 (rev 02)
00:07.2 PCI bridge: Intel Corporation Alder Lake-P Thunderbolt 4 PCI Express Root Port #2 (rev 02)
00:08.0 System peripheral: Intel Corporation 12th Gen Core Processor Gaussian & Neural Accelerator (rev 02)
00:0a.0 Signal processing controller: Intel Corporation Platform Monitoring Technology (rev 01)
00:0d.0 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 USB Controller (rev 02)
00:0d.2 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 NHI #0 (rev 02)
00:0d.3 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 NHI #1 (rev 02)
00:14.0 USB controller: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Controller (rev 01)
00:14.2 RAM memory: Intel Corporation Alder Lake PCH Shared SRAM (rev 01)
00:14.3 Network controller: Intel Corporation Alder Lake-P PCH CNVi WiFi (rev 01)
00:15.0 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 (rev 01)
00:16.0 Communication controller: Intel Corporation Alder Lake PCH HECI Controller (rev 01)
00:1f.0 ISA bridge: Intel Corporation Alder Lake PCH eSPI Controller (rev 01)
00:1f.3 Audio device: Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)
00:1f.4 SMBus: Intel Corporation Alder Lake PCH-P SMBus Host Controller (rev 01)
00:1f.5 Serial bus controller: Intel Corporation Alder Lake-P PCH SPI Controller (rev 01)
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9A1/PM9A3/980PRO
[liveuser@localhost-live ~]$ lsusb
Bus 004 Device 002: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 8086:0b63 Intel Corp. USB Bridge
Bus 003 Device 002: ID 06cb:00fc Synaptics, Inc.
Bus 003 Device 004: ID 8087:0033 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[liveuser@localhost-live ~]$ lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
|__ Port 2: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 6: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 12M
|__ Port 8: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 12M
|__ Port 10: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 10: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 20000M/x2
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
[liveuser@localhost-live ~]$
[2022-08-11 03:55:45] Logfile Opened
[2022-08-11 03:55:45] Linux version 5.10.105-xen-stubdom (mockbuild@0c9ad8f2058f40c49bc934dcc2ea73c7) (gcc (GCC) 10.3.1 20210422 (Red Hat 10.3.1-1), GNU ld version 2.34-6.fc32) #1 Fri Apr 22 17:47:07 CEST 2022
[2022-08-11 03:55:45] Command line:
[2022-08-11 03:55:45] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[2022-08-11 03:55:45] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[2022-08-11 03:55:45] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[2022-08-11 03:55:45] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[2022-08-11 03:55:45] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[2022-08-11 03:55:45] Released 0 page(s)
[2022-08-11 03:55:45] BIOS-provided physical RAM map:
[2022-08-11 03:55:45] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable
[2022-08-11 03:55:45] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[2022-08-11 03:55:45] Xen: [mem 0x0000000000100000-0x0000000007ffffff] usable
[2022-08-11 03:55:45] NX (Execute Disable) protection: active
[2022-08-11 03:55:45] Hypervisor detected: Xen PV
[2022-08-11 03:55:45] tsc: Fast TSC calibration failed
[2022-08-11 03:55:45] tsc: Detected 2496.024 MHz processor
[2022-08-11 03:55:45] last_pfn = 0x8000 max_arch_pfn = 0x400000000
[2022-08-11 03:55:45] x86/PAT: Configuration [0-7]: WB WT UC- UC WC WP UC UC
[2022-08-11 03:55:45] RAMDISK: [mem 0x02000000-0x03b19fff]
[2022-08-11 03:55:45] Zone ranges:
[2022-08-11 03:55:45] DMA32 [mem 0x0000000000001000-0x0000000007ffffff]
[2022-08-11 03:55:45] Normal empty
[2022-08-11 03:55:45] Movable zone start for each node
[2022-08-11 03:55:45] Early memory node ranges
[2022-08-11 03:55:45] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[2022-08-11 03:55:45] node 0: [mem 0x0000000000100000-0x0000000007ffffff]
[2022-08-11 03:55:45] Initmem setup node 0 [mem 0x0000000000001000-0x0000000007ffffff]
[2022-08-11 03:55:45] On node 0, zone DMA32: 1 pages in unavailable ranges
[2022-08-11 03:55:45] On node 0, zone DMA32: 96 pages in unavailable ranges
[2022-08-11 03:55:45] p2m virtual area at (____ptrval____), size is 200000
[2022-08-11 03:55:45] Remapped 0 page(s)
[2022-08-11 03:55:45] [mem 0x08000000-0xffffffff] available for PCI devices
[2022-08-11 03:55:45] Booting paravirtualized kernel on Xen
[2022-08-11 03:55:45] Xen version: 4.14.5 (preserve-AD)
[2022-08-11 03:55:45] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[2022-08-11 03:55:45] Built 1 zonelists, mobility grouping on. Total pages: 32138
[2022-08-11 03:55:45] Kernel command line: clocksource=tsc
[2022-08-11 03:55:45] Dentry cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[2022-08-11 03:55:45] Inode-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[2022-08-11 03:55:45] mem auto-init: stack:byref_all(zero), heap alloc:off, heap free:off
[2022-08-11 03:55:45] Memory: 87376K/130684K available (6145K kernel code, 836K rwdata, 400K rodata, 696K init, 484K bss, 43056K reserved, 0K cma-reserved)
[2022-08-11 03:55:45] random: get_random_u64 called from 0xffffffff8109fb5b with crng_init=0
[2022-08-11 03:55:45] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[2022-08-11 03:55:45] Using NULL legacy PIC
[2022-08-11 03:55:45] NR_IRQS: 4352, nr_irqs: 24, preallocated irqs: 0
[2022-08-11 03:55:45] xen:events: Using FIFO-based ABI
[2022-08-11 03:55:45] printk: console [hvc0] enabled
[2022-08-11 03:55:45] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[2022-08-11 03:55:45] installing Xen timer for CPU 0
[2022-08-11 03:55:45] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa8dee002, max_idle_ns: 440795249921 ns
[2022-08-11 03:55:45] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.04 BogoMIPS (lpj=9984096)
[2022-08-11 03:55:45] pid_max: default: 4096 minimum: 301
[2022-08-11 03:55:45] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[2022-08-11 03:55:45] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[2022-08-11 03:55:45] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[2022-08-11 03:55:45] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[2022-08-11 03:55:45] CPU: 12th Gen Intel(R) Core(TM) i7-1270P (family: 0x6, model: 0x9a, stepping: 0x3)
[2022-08-11 03:55:45] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[2022-08-11 03:55:45] Spectre V2 : Mitigation: Retpolines
[2022-08-11 03:55:45] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[2022-08-11 03:55:45] Spectre V2 : Enabling Restricted Speculation for firmware calls
[2022-08-11 03:55:45] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[2022-08-11 03:55:45] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[2022-08-11 03:55:45] MDS: Mitigation: Clear CPU buffers
[2022-08-11 03:55:45] Performance Events: unsupported p6 CPU model 154 no PMU driver, software events only.
[2022-08-11 03:55:45] devtmpfs: initialized
[2022-08-11 03:55:45] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[2022-08-11 03:55:45] futex hash table entries: 16 (order: -4, 384 bytes, linear)
[2022-08-11 03:55:45] NET: Registered protocol family 16
[2022-08-11 03:55:45] xen:grant_table: Grant tables using version 1 layout
[2022-08-11 03:55:45] Grant table initialized
[2022-08-11 03:55:45] PCI: setting up Xen PCI frontend stub
[2022-08-11 03:55:45] xen:balloon: Initialising balloon driver
[2022-08-11 03:55:45] PCI: System does not support PCI
[2022-08-11 03:55:45] clocksource: Switched to clocksource xen
[2022-08-11 03:55:45] NET: Registered protocol family 2
[2022-08-11 03:55:45] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[2022-08-11 03:55:45] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[2022-08-11 03:55:45] TCP established hash table entries: 1024 (order: 1, 8192 bytes, linear)
[2022-08-11 03:55:45] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[2022-08-11 03:55:45] TCP: Hash tables configured (established 1024 bind 1024)
[2022-08-11 03:55:45] UDP hash table entries: 128 (order: 0, 4096 bytes, linear)
[2022-08-11 03:55:45] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes, linear)
[2022-08-11 03:55:45] NET: Registered protocol family 1
[2022-08-11 03:55:45] Unpacking initramfs...
[2022-08-11 03:55:45] Freeing initrd memory: 27752K
[2022-08-11 03:55:45] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa8dee002, max_idle_ns: 440795249921 ns
[2022-08-11 03:55:45] clocksource: Switched to clocksource tsc
[2022-08-11 03:55:45] workingset: timestamp_bits=62 max_order=15 bucket_order=0
[2022-08-11 03:55:45] xen:xen_evtchn: Event-channel device installed
[2022-08-11 03:55:45] Invalid max_queues (4), will use default max: 1.
[2022-08-11 03:55:45] tun: Universal TUN/TAP device driver, 1.6
[2022-08-11 03:55:45] xen_netfront: Initialising Xen virtual ethernet driver
[2022-08-11 03:55:45] NET: Registered protocol family 17
[2022-08-11 03:55:45] sched_clock: Marking stable (177788054, 255911)->(178465880, -421915)
[2022-08-11 03:55:45] random: fast init done
[2022-08-11 03:55:45] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[2022-08-11 03:55:45] xvda: xvda1 xvda2 xvda3
[2022-08-11 03:55:45] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[2022-08-11 03:55:45] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[2022-08-11 03:55:46] blkfront: xvdd: barrier or flush: disabled; persistent grants: enabled; indirect descriptors: enabled;
[2022-08-11 03:55:46] Freeing unused kernel image (initmem) memory: 696K
[2022-08-11 03:55:46] Write protecting the kernel read-only data: 10240k
[2022-08-11 03:55:46] Freeing unused kernel image (text/rodata gap) memory: 2044K
[2022-08-11 03:55:46] Freeing unused kernel image (rodata/data gap) memory: 1648K
[2022-08-11 03:55:46] Run /init as init process
[2022-08-11 03:55:46] + mount -t devtmpfs none /dev
[2022-08-11 03:55:46] + mount -t sysfs /sys /sys
[2022-08-11 03:55:46] + mount -t proc /proc /proc
[2022-08-11 03:55:46] + mount -t tmpfs -o 'size=1m,nodev,noexec' /tmp /tmp
[2022-08-11 03:55:46] + mount -o remount,ro /
[2022-08-11 03:55:46] + echo 1
[2022-08-11 03:55:46] + printf '%d\n' 1073741824
[2022-08-11 03:55:46] + /bin/xenstore-read target
[2022-08-11 03:55:46] + domid=14
[2022-08-11 03:55:46] + xenstore-read /local/domain/14/vm
[2022-08-11 03:55:46] + vm_path=/vm/79365521-2e1e-4bdb-a548-9d60334c0a55
[2022-08-11 03:55:46] + sort
[2022-08-11 03:55:46] + xenstore-list -p /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv
[2022-08-11 03:55:46] + xenstore-read /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/001 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/002 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/003 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/004 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/005 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/006 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/007 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/008 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/009 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/010 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/011 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/012 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/013 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/014 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/015 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/016 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/017 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/018 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/019 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/020 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/021 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/022 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/023 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/024 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/025 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/026 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/027 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/028 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/029 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/030 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/031 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/032 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/033 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/034 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/035 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/036 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/037 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/038
[2022-08-11 03:55:46] + dm_args='-xen-domid
[2022-08-11 03:55:46] 14
[2022-08-11 03:55:46] -no-shutdown
[2022-08-11 03:55:46] -nodefaults
[2022-08-11 03:55:46] -no-user-config
[2022-08-11 03:55:46] -name
[2022-08-11 03:55:46] sys-gui-gpu
[2022-08-11 03:55:46] -display
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -append
[2022-08-11 03:55:46] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] lsi53c895a
[2022-08-11 03:55:46] -nographic
[2022-08-11 03:55:46] -boot
[2022-08-11 03:55:46] order=dc
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-ehci,id=ehci
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-tablet,bus=ehci.0
[2022-08-11 03:55:46] -smp
[2022-08-11 03:55:46] 2,maxcpus=2
[2022-08-11 03:55:46] -net
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -machine
[2022-08-11 03:55:46] xenfv
[2022-08-11 03:55:46] -m
[2022-08-11 03:55:46] 4000
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 03:55:46] + usb_args=
[2022-08-11 03:55:46] + test -e /bin/qrexec-agent
[2022-08-11 03:55:46] + sed -n '/^-soundhw/ {n;p}'
[2022-08-11 03:55:46] + echo '-xen-domid
[2022-08-11 03:55:46] 14
[2022-08-11 03:55:46] -no-shutdown
[2022-08-11 03:55:46] -nodefaults
[2022-08-11 03:55:46] -no-user-config
[2022-08-11 03:55:46] -name
[2022-08-11 03:55:46] sys-gui-gpu
[2022-08-11 03:55:46] -display
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -append
[2022-08-11 03:55:46] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] lsi53c895a
[2022-08-11 03:55:46] -nographic
[2022-08-11 03:55:46] -boot
[2022-08-11 03:55:46] order=dc
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-ehci,id=ehci
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-tablet,bus=ehci.0
[2022-08-11 03:55:46] -smp
[2022-08-11 03:55:46] 2,maxcpus=2
[2022-08-11 03:55:46] -net
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -machine
[2022-08-11 03:55:46] xenfv
[2022-08-11 03:55:46] -m
[2022-08-11 03:55:46] 4000
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 03:55:46] + audio_model=
[2022-08-11 03:55:46] + '[' -n ]
[2022-08-11 03:55:46] + sed -n /^-qubes-net:/p
[2022-08-11 03:55:46] + echo '-xen-domid
[2022-08-11 03:55:46] 14
[2022-08-11 03:55:46] -no-shutdown
[2022-08-11 03:55:46] -nodefaults
[2022-08-11 03:55:46] -no-user-config
[2022-08-11 03:55:46] -name
[2022-08-11 03:55:46] sys-gui-gpu
[2022-08-11 03:55:46] -display
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -append
[2022-08-11 03:55:46] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] lsi53c895a
[2022-08-11 03:55:46] -nographic
[2022-08-11 03:55:46] -boot
[2022-08-11 03:55:46] order=dc
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-ehci,id=ehci
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-tablet,bus=ehci.0
[2022-08-11 03:55:46] -smp
[2022-08-11 03:55:46] 2,maxcpus=2
[2022-08-11 03:55:46] -net
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -machine
[2022-08-11 03:55:46] xenfv
[2022-08-11 03:55:46] -m
[2022-08-11 03:55:46] 4000
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 03:55:46] + net_args=
[2022-08-11 03:55:46] + sed /^-qubes-net:/d
[2022-08-11 03:55:46] + echo '-xen-domid
[2022-08-11 03:55:46] 14
[2022-08-11 03:55:46] -no-shutdown
[2022-08-11 03:55:46] -nodefaults
[2022-08-11 03:55:46] -no-user-config
[2022-08-11 03:55:46] -name
[2022-08-11 03:55:46] sys-gui-gpu
[2022-08-11 03:55:46] -display
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -append
[2022-08-11 03:55:46] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] lsi53c895a
[2022-08-11 03:55:46] -nographic
[2022-08-11 03:55:46] -boot
[2022-08-11 03:55:46] order=dc
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-ehci,id=ehci
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-tablet,bus=ehci.0
[2022-08-11 03:55:46] -smp
[2022-08-11 03:55:46] 2,maxcpus=2
[2022-08-11 03:55:46] -net
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -machine
[2022-08-11 03:55:46] xenfv
[2022-08-11 03:55:46] -m
[2022-08-11 03:55:46] 4000
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 03:55:46] + dm_args='-xen-domid
[2022-08-11 03:55:46] 14
[2022-08-11 03:55:46] -no-shutdown
[2022-08-11 03:55:46] -nodefaults
[2022-08-11 03:55:46] -no-user-config
[2022-08-11 03:55:46] -name
[2022-08-11 03:55:46] sys-gui-gpu
[2022-08-11 03:55:46] -display
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -append
[2022-08-11 03:55:46] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] lsi53c895a
[2022-08-11 03:55:46] -nographic
[2022-08-11 03:55:46] -boot
[2022-08-11 03:55:46] order=dc
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-ehci,id=ehci
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-tablet,bus=ehci.0
[2022-08-11 03:55:46] -smp
[2022-08-11 03:55:46] 2,maxcpus=2
[2022-08-11 03:55:46] -net
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -machine
[2022-08-11 03:55:46] xenfv
[2022-08-11 03:55:46] -m
[2022-08-11 03:55:46] 4000
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 03:55:46] + test -e /sys/class/net/eth0
[2022-08-11 03:55:46] + echo 'No network interface named eth0.'
[2022-08-11 03:55:46] No network interface named eth0.
[2022-08-11 03:55:46] + ls -l /sys/class/net/
[2022-08-11 03:55:46] total 0
[2022-08-11 03:55:46] lrwxrwxrwx 1 0 0 0 Aug 11 07:55 .[1;36mlo.[m -> .[1;34m../../devices/virtual/net/lo.[m
[2022-08-11 03:55:46] + xenstore-read target
[2022-08-11 03:55:46] + target=14
[2022-08-11 03:55:46] + device_model=device-model/14
[2022-08-11 03:55:46] + mkdir /tmp/qmp
[2022-08-11 03:55:46] + kernel=
[2022-08-11 03:55:46] + grep -q ^-append
[2022-08-11 03:55:46] + echo '-xen-domid
[2022-08-11 03:55:46] 14
[2022-08-11 03:55:46] -no-shutdown
[2022-08-11 03:55:46] -nodefaults
[2022-08-11 03:55:46] -no-user-config
[2022-08-11 03:55:46] -name
[2022-08-11 03:55:46] sys-gui-gpu
[2022-08-11 03:55:46] -display
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -append
[2022-08-11 03:55:46] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] lsi53c895a
[2022-08-11 03:55:46] -nographic
[2022-08-11 03:55:46] -boot
[2022-08-11 03:55:46] order=dc
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-ehci,id=ehci
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-tablet,bus=ehci.0
[2022-08-11 03:55:46] -smp
[2022-08-11 03:55:46] 2,maxcpus=2
[2022-08-11 03:55:46] -net
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -machine
[2022-08-11 03:55:46] xenfv
[2022-08-11 03:55:46] -m
[2022-08-11 03:55:46] 4000
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 03:55:46] + '[' -b /dev/xvdd ]
[2022-08-11 03:55:46] + mkdir /tmp/boot
[2022-08-11 03:55:46] + mount /dev/xvdd /tmp/boot -o ro
[2022-08-11 03:55:46] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[2022-08-11 03:55:46] EXT4-fs (xvdd): mounted filesystem with ordered data mode. Opts: (null)
[2022-08-11 03:55:46] + '[' -f /tmp/boot/vmlinuz ]
[2022-08-11 03:55:46] + kernel='-kernel
[2022-08-11 03:55:46] /tmp/boot/vmlinuz'
[2022-08-11 03:55:46] + '[' -f /tmp/boot/initramfs ]
[2022-08-11 03:55:46] + kernel='-kernel
[2022-08-11 03:55:46] /tmp/boot/vmlinuz
[2022-08-11 03:55:46] -initrd
[2022-08-11 03:55:46] /tmp/boot/initramfs'
[2022-08-11 03:55:46] + mkfifo /tmp/qmp/qemu.in /tmp/qmp/qemu.out
[2022-08-11 03:55:46] + set +x
[2022-08-11 03:55:46] Clearing kmsg buffer...
[2022-08-11 03:55:46] + set +x
[2022-08-11 03:55:46] + set +x
[2022-08-11 03:55:46] + sed 's/\$STUBDOM_RESTORE_INCOMING_ARG/fd:3/'
[2022-08-11 03:55:46] + echo '-xen-domid
[2022-08-11 03:55:46] 14
[2022-08-11 03:55:46] -no-shutdown
[2022-08-11 03:55:46] -nodefaults
[2022-08-11 03:55:46] -no-user-config
[2022-08-11 03:55:46] -name
[2022-08-11 03:55:46] sys-gui-gpu
[2022-08-11 03:55:46] -display
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -append
[2022-08-11 03:55:46] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] lsi53c895a
[2022-08-11 03:55:46] -nographic
[2022-08-11 03:55:46] -boot
[2022-08-11 03:55:46] order=dc
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-ehci,id=ehci
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-tablet,bus=ehci.0
[2022-08-11 03:55:46] -smp
[2022-08-11 03:55:46] 2,maxcpus=2
[2022-08-11 03:55:46] -net
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -machine
[2022-08-11 03:55:46] xenfv
[2022-08-11 03:55:46] -m
[2022-08-11 03:55:46] 4000
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 03:55:46] + dm_args='-xen-domid
[2022-08-11 03:55:46] 14
[2022-08-11 03:55:46] -no-shutdown
[2022-08-11 03:55:46] -nodefaults
[2022-08-11 03:55:46] -no-user-config
[2022-08-11 03:55:46] -name
[2022-08-11 03:55:46] sys-gui-gpu
[2022-08-11 03:55:46] -display
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -append
[2022-08-11 03:55:46] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] lsi53c895a
[2022-08-11 03:55:46] -nographic
[2022-08-11 03:55:46] -boot
[2022-08-11 03:55:46] order=dc
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-ehci,id=ehci
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] usb-tablet,bus=ehci.0
[2022-08-11 03:55:46] -smp
[2022-08-11 03:55:46] 2,maxcpus=2
[2022-08-11 03:55:46] -net
[2022-08-11 03:55:46] none
[2022-08-11 03:55:46] -machine
[2022-08-11 03:55:46] xenfv
[2022-08-11 03:55:46] -m
[2022-08-11 03:55:46] 4000
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 03:55:46] -drive
[2022-08-11 03:55:46] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 03:55:46] -device
[2022-08-11 03:55:46] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 03:55:46] + xenstore-read device/console/2
[2022-08-11 03:55:46] + xenstore-read device/console/1
[2022-08-11 03:55:46] + IFS='
[2022-08-11 03:55:46] '
[2022-08-11 03:55:46] + set -f
[2022-08-11 03:55:46] + set +f
[2022-08-11 03:55:46] + unset IFS
[2022-08-11 03:55:46] + qemu_pid=151
[2022-08-11 03:55:46] + '[' '!' -e /tmp/qemu.qmp ]
[2022-08-11 03:55:46] + sleep 0.1
[2022-08-11 03:55:46] + qemu -sandbox 'on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny' -chardev 'pipe,path=/tmp/qmp/qemu,id=m' -mon 'chardev=m,mode=control' -chardev 'socket,server,nowait,path=/tmp/qemu.qmp,id=m2' -mon 'chardev=m2,mode=control' -xen-domid 14 -no-shutdown -nodefaults -no-user-config -name sys-gui-gpu -display none -append 'nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0' -device lsi53c895a -nographic -boot 'order=dc' -device 'usb-ehci,id=ehci' -device 'usb-tablet,bus=ehci.0' -smp '2,maxcpus=2' -net none -machine xenfv -m 4000 -drive 'file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback' -drive 'file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback' -drive 'file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback' -drive 'file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback' -device 'scsi-hd,drive=scsi0-hd3,scsi-id=3' -kernel /tmp/boot/vmlinuz -initrd /tmp/boot/initramfs
[2022-08-11 03:55:46] qemu: -chardev socket,server,nowait,path=/tmp/qemu.qmp,id=m2: warning: short-form boolean option 'server' deprecated
[2022-08-11 03:55:46] Please use server=on instead
[2022-08-11 03:55:46] qemu: -chardev socket,server,nowait,path=/tmp/qemu.qmp,id=m2: warning: short-form boolean option 'nowait' deprecated
[2022-08-11 03:55:46] Please use wait=off instead
[2022-08-11 03:55:46] + tee /proc/self/fd/2
[2022-08-11 03:55:46] + echo '{"execute": "qmp_capabilities"}'
[2022-08-11 03:55:46] random: qemu: uninitialized urandom read (16 bytes read)
[2022-08-11 03:55:46] {"execute": "qmp_capabilities"}
[2022-08-11 03:55:46] {"QMP": {"version": {"qemu": {"micro": 0, "minor": 1, "major": 6}, "package": ""}, "capabilities": ["oob"]}}
[2022-08-11 03:55:46] {"return": {}}
[2022-08-11 03:55:46] + '[' '!' -e /tmp/qemu.qmp ]
[2022-08-11 03:55:46] + '[' -e /proc/self/fd/4 ]
[2022-08-11 03:55:46] + '[' -e /proc/self/fd/3 ]
[2022-08-11 03:55:46] + true
[2022-08-11 03:55:46] + printf '==== Press enter for shell ====\n'
[2022-08-11 03:55:46] ==== Press enter for shell ====
[2022-08-11 03:55:46] + read
[2022-08-11 03:55:46] + vchan-socket-proxy 0 device-model/14/qmp-vchan /tmp/qemu.qmp
[2022-08-11 03:55:46] written 110 bytes to vchan
[2022-08-11 03:55:46] written 34 bytes to vchan
[2022-08-11 03:55:46] written 34 bytes to vchan
[2022-08-11 03:55:47] {"timestamp": {"seconds": 1660204547, "microseconds": 919862}, "event": "DEVICE_DELETED", "data": {"path": "/machine/peripheral-anon/device[2]"}}
[2022-08-11 03:55:47] {"timestamp": {"seconds": 1660204547, "microseconds": 919958}, "event": "DEVICE_DELETED", "data": {"path": "/machine/peripheral-anon/device[0]"}}
[2022-08-11 03:55:58] random: crng init done
[2022-08-11 03:55:58] {"timestamp": {"seconds": 1660204558, "microseconds": 757286}, "event": "SHUTDOWN", "data": {"guest": true, "reason": "guest-shutdown"}}
[2022-08-11 03:55:58] {"timestamp": {"seconds": 1660204558, "microseconds": 758219}, "event": "STOP"}
[2022-08-11 04:16:39] Logfile Opened
[2022-08-11 04:16:39] Linux version 5.10.105-xen-stubdom (mockbuild@0c9ad8f2058f40c49bc934dcc2ea73c7) (gcc (GCC) 10.3.1 20210422 (Red Hat 10.3.1-1), GNU ld version 2.34-6.fc32) #1 Fri Apr 22 17:47:07 CEST 2022
[2022-08-11 04:16:39] Command line:
[2022-08-11 04:16:39] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[2022-08-11 04:16:39] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[2022-08-11 04:16:39] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[2022-08-11 04:16:39] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[2022-08-11 04:16:39] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[2022-08-11 04:16:39] Released 0 page(s)
[2022-08-11 04:16:39] BIOS-provided physical RAM map:
[2022-08-11 04:16:39] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable
[2022-08-11 04:16:39] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[2022-08-11 04:16:39] Xen: [mem 0x0000000000100000-0x0000000007ffffff] usable
[2022-08-11 04:16:39] NX (Execute Disable) protection: active
[2022-08-11 04:16:39] Hypervisor detected: Xen PV
[2022-08-11 04:16:39] tsc: Fast TSC calibration failed
[2022-08-11 04:16:39] tsc: Detected 2496.026 MHz processor
[2022-08-11 04:16:39] last_pfn = 0x8000 max_arch_pfn = 0x400000000
[2022-08-11 04:16:39] x86/PAT: Configuration [0-7]: WB WT UC- UC WC WP UC UC
[2022-08-11 04:16:39] RAMDISK: [mem 0x02000000-0x03b19fff]
[2022-08-11 04:16:39] Zone ranges:
[2022-08-11 04:16:39] DMA32 [mem 0x0000000000001000-0x0000000007ffffff]
[2022-08-11 04:16:39] Normal empty
[2022-08-11 04:16:39] Movable zone start for each node
[2022-08-11 04:16:39] Early memory node ranges
[2022-08-11 04:16:39] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[2022-08-11 04:16:39] node 0: [mem 0x0000000000100000-0x0000000007ffffff]
[2022-08-11 04:16:39] Initmem setup node 0 [mem 0x0000000000001000-0x0000000007ffffff]
[2022-08-11 04:16:39] On node 0, zone DMA32: 1 pages in unavailable ranges
[2022-08-11 04:16:39] On node 0, zone DMA32: 96 pages in unavailable ranges
[2022-08-11 04:16:39] p2m virtual area at (____ptrval____), size is 200000
[2022-08-11 04:16:39] Remapped 0 page(s)
[2022-08-11 04:16:39] [mem 0x08000000-0xffffffff] available for PCI devices
[2022-08-11 04:16:39] Booting paravirtualized kernel on Xen
[2022-08-11 04:16:39] Xen version: 4.14.5 (preserve-AD)
[2022-08-11 04:16:39] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[2022-08-11 04:16:39] Built 1 zonelists, mobility grouping on. Total pages: 32138
[2022-08-11 04:16:39] Kernel command line: clocksource=tsc
[2022-08-11 04:16:39] Dentry cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[2022-08-11 04:16:39] Inode-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[2022-08-11 04:16:39] mem auto-init: stack:byref_all(zero), heap alloc:off, heap free:off
[2022-08-11 04:16:39] Memory: 87376K/130684K available (6145K kernel code, 836K rwdata, 400K rodata, 696K init, 484K bss, 43056K reserved, 0K cma-reserved)
[2022-08-11 04:16:39] random: get_random_u64 called from 0xffffffff8109fb5b with crng_init=0
[2022-08-11 04:16:39] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[2022-08-11 04:16:39] Using NULL legacy PIC
[2022-08-11 04:16:39] NR_IRQS: 4352, nr_irqs: 24, preallocated irqs: 0
[2022-08-11 04:16:39] xen:events: Using FIFO-based ABI
[2022-08-11 04:16:39] printk: console [hvc0] enabled
[2022-08-11 04:16:39] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[2022-08-11 04:16:39] installing Xen timer for CPU 0
[2022-08-11 04:16:39] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa8fd36d4, max_idle_ns: 440795309665 ns
[2022-08-11 04:16:39] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.05 BogoMIPS (lpj=9984104)
[2022-08-11 04:16:39] pid_max: default: 4096 minimum: 301
[2022-08-11 04:16:39] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[2022-08-11 04:16:39] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[2022-08-11 04:16:39] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[2022-08-11 04:16:39] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[2022-08-11 04:16:39] CPU: 12th Gen Intel(R) Core(TM) i7-1270P (family: 0x6, model: 0x9a, stepping: 0x3)
[2022-08-11 04:16:39] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[2022-08-11 04:16:39] Spectre V2 : Mitigation: Retpolines
[2022-08-11 04:16:39] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[2022-08-11 04:16:39] Spectre V2 : Enabling Restricted Speculation for firmware calls
[2022-08-11 04:16:39] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[2022-08-11 04:16:39] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[2022-08-11 04:16:39] MDS: Mitigation: Clear CPU buffers
[2022-08-11 04:16:39] Performance Events: unsupported p6 CPU model 154 no PMU driver, software events only.
[2022-08-11 04:16:39] devtmpfs: initialized
[2022-08-11 04:16:39] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[2022-08-11 04:16:39] futex hash table entries: 16 (order: -4, 384 bytes, linear)
[2022-08-11 04:16:39] NET: Registered protocol family 16
[2022-08-11 04:16:39] xen:grant_table: Grant tables using version 1 layout
[2022-08-11 04:16:39] Grant table initialized
[2022-08-11 04:16:39] PCI: setting up Xen PCI frontend stub
[2022-08-11 04:16:39] xen:balloon: Initialising balloon driver
[2022-08-11 04:16:39] PCI: System does not support PCI
[2022-08-11 04:16:39] clocksource: Switched to clocksource xen
[2022-08-11 04:16:39] NET: Registered protocol family 2
[2022-08-11 04:16:39] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[2022-08-11 04:16:39] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[2022-08-11 04:16:39] TCP established hash table entries: 1024 (order: 1, 8192 bytes, linear)
[2022-08-11 04:16:39] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[2022-08-11 04:16:39] TCP: Hash tables configured (established 1024 bind 1024)
[2022-08-11 04:16:39] UDP hash table entries: 128 (order: 0, 4096 bytes, linear)
[2022-08-11 04:16:39] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes, linear)
[2022-08-11 04:16:39] NET: Registered protocol family 1
[2022-08-11 04:16:39] Unpacking initramfs...
[2022-08-11 04:16:39] Freeing initrd memory: 27752K
[2022-08-11 04:16:39] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa8fd36d4, max_idle_ns: 440795309665 ns
[2022-08-11 04:16:39] clocksource: Switched to clocksource tsc
[2022-08-11 04:16:39] workingset: timestamp_bits=62 max_order=15 bucket_order=0
[2022-08-11 04:16:39] xen:xen_evtchn: Event-channel device installed
[2022-08-11 04:16:39] Invalid max_queues (4), will use default max: 1.
[2022-08-11 04:16:39] pcifront pci-0: Installing PCI frontend
[2022-08-11 04:16:39] xen:swiotlb_xen: Warning: only able to allocate 4 MB for software IO TLB
[2022-08-11 04:16:39] software IO TLB: mapped [mem 0x0000000003400000-0x0000000003800000] (4MB)
[2022-08-11 04:16:39] tun: Universal TUN/TAP device driver, 1.6
[2022-08-11 04:16:39] xen_netfront: Initialising Xen virtual ethernet driver
[2022-08-11 04:16:39] NET: Registered protocol family 17
[2022-08-11 04:16:39] sched_clock: Marking stable (171758147, 250602)->(172556862, -548113)
[2022-08-11 04:16:39] pcifront pci-0: Creating PCI Frontend Bus 0000:00
[2022-08-11 04:16:39] pcifront pci-0: PCI host bridge to bus 0000:00
[2022-08-11 04:16:39] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[2022-08-11 04:16:39] pci_bus 0000:00: root bus resource [mem 0x00000000-0x3fffffffffff]
[2022-08-11 04:16:39] pci_bus 0000:00: root bus resource [bus 00-ff]
[2022-08-11 04:16:39] pci 0000:00:00.0: [8086:46a6] type 00 class 0x030000
[2022-08-11 04:16:39] pci 0000:00:00.0: reg 0x10: [mem 0x603d000000-0x603dffffff 64bit]
[2022-08-11 04:16:39] pci 0000:00:00.0: reg 0x18: [mem 0x4000000000-0x401fffffff 64bit pref]
[2022-08-11 04:16:39] pci 0000:00:00.0: reg 0x20: [io 0x2000-0x203f]
[2022-08-11 04:16:39] pci 0000:00:00.0: reg 0x30: [mem 0x000c0000-0x000dffff pref]
[2022-08-11 04:16:39] random: fast init done
[2022-08-11 04:16:39] pcifront pci-0: claiming resource 0000:00:00.0/0
[2022-08-11 04:16:39] pcifront pci-0: claiming resource 0000:00:00.0/2
[2022-08-11 04:16:39] pcifront pci-0: claiming resource 0000:00:00.0/4
[2022-08-11 04:16:39] pcifront pci-0: claiming resource 0000:00:00.0/6
[2022-08-11 04:16:39] pci 0000:00:00.0: can't claim BAR 6 [mem 0x000c0000-0x000dffff pref]: address conflict with Reserved [mem 0x000a0000-0x000fffff]
[2022-08-11 04:16:39] pcifront pci-0: Could not claim resource 0000:00:00.0/6! Device offline. Try using e820_host=1 in the guest config.
[2022-08-11 04:16:39] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[2022-08-11 04:16:39] xvda: xvda1 xvda2 xvda3
[2022-08-11 04:16:39] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[2022-08-11 04:16:39] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[2022-08-11 04:16:39] blkfront: xvdd: barrier or flush: disabled; persistent grants: enabled; indirect descriptors: enabled;
[2022-08-11 04:16:39] Freeing unused kernel image (initmem) memory: 696K
[2022-08-11 04:16:39] Write protecting the kernel read-only data: 10240k
[2022-08-11 04:16:39] Freeing unused kernel image (text/rodata gap) memory: 2044K
[2022-08-11 04:16:39] Freeing unused kernel image (rodata/data gap) memory: 1648K
[2022-08-11 04:16:39] Run /init as init process
[2022-08-11 04:16:39] + mount -t devtmpfs none /dev
[2022-08-11 04:16:39] + mount -t sysfs /sys /sys
[2022-08-11 04:16:39] + mount -t proc /proc /proc
[2022-08-11 04:16:39] + mount -t tmpfs -o 'size=1m,nodev,noexec' /tmp /tmp
[2022-08-11 04:16:39] + mount -o remount,ro /
[2022-08-11 04:16:39] + echo 1
[2022-08-11 04:16:39] + printf '%d\n' 1073741824
[2022-08-11 04:16:39] + /bin/xenstore-read target
[2022-08-11 04:16:39] + domid=7
[2022-08-11 04:16:39] + xenstore-read /local/domain/7/vm
[2022-08-11 04:16:39] + vm_path=/vm/79365521-2e1e-4bdb-a548-9d60334c0a55
[2022-08-11 04:16:39] + sort
[2022-08-11 04:16:39] + xenstore-list -p /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv
[2022-08-11 04:16:39] + xenstore-read /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/001 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/002 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/003 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/004 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/005 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/006 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/007 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/008 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/009 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/010 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/011 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/012 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/013 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/014 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/015 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/016 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/017 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/018 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/019 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/020 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/021 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/022 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/023 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/024 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/025 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/026 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/027 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/028 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/029 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/030 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/031 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/032 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/033 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/034 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/035 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/036 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/037 /vm/79365521-2e1e-4bdb-a548-9d60334c0a55/image/dm-argv/038
[2022-08-11 04:16:39] + dm_args='-xen-domid
[2022-08-11 04:16:39] 7
[2022-08-11 04:16:39] -no-shutdown
[2022-08-11 04:16:39] -nodefaults
[2022-08-11 04:16:39] -no-user-config
[2022-08-11 04:16:39] -name
[2022-08-11 04:16:39] sys-gui-gpu
[2022-08-11 04:16:39] -display
[2022-08-11 04:16:39] none
[2022-08-11 04:16:39] -append
[2022-08-11 04:16:39] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 04:16:39] -device
[2022-08-11 04:16:39] lsi53c895a
[2022-08-11 04:16:39] -nographic
[2022-08-11 04:16:39] -boot
[2022-08-11 04:16:39] order=dc
[2022-08-11 04:16:39] -device
[2022-08-11 04:16:39] usb-ehci,id=ehci
[2022-08-11 04:16:39] -device
[2022-08-11 04:16:39] usb-tablet,bus=ehci.0
[2022-08-11 04:16:39] -smp
[2022-08-11 04:16:39] 2,maxcpus=2
[2022-08-11 04:16:39] -net
[2022-08-11 04:16:39] none
[2022-08-11 04:16:39] -machine
[2022-08-11 04:16:39] xenfv,igd-passthru=on
[2022-08-11 04:16:39] -m
[2022-08-11 04:16:39] 1000
[2022-08-11 04:16:39] -drive
[2022-08-11 04:16:39] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:39] -drive
[2022-08-11 04:16:39] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:39] -drive
[2022-08-11 04:16:39] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:39] -drive
[2022-08-11 04:16:39] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 04:16:39] -device
[2022-08-11 04:16:39] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 04:16:39] + usb_args=
[2022-08-11 04:16:39] + test -e /bin/qrexec-agent
[2022-08-11 04:16:39] + sed -n '/^-soundhw/ {n;p}'
[2022-08-11 04:16:39] + echo '-xen-domid
[2022-08-11 04:16:39] 7
[2022-08-11 04:16:39] -no-shutdown
[2022-08-11 04:16:39] -nodefaults
[2022-08-11 04:16:39] -no-user-config
[2022-08-11 04:16:39] -name
[2022-08-11 04:16:39] sys-gui-gpu
[2022-08-11 04:16:39] -display
[2022-08-11 04:16:39] none
[2022-08-11 04:16:39] -append
[2022-08-11 04:16:39] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 04:16:39] -device
[2022-08-11 04:16:39] lsi53c895a
[2022-08-11 04:16:39] -nographic
[2022-08-11 04:16:39] -boot
[2022-08-11 04:16:39] order=dc
[2022-08-11 04:16:39] -device
[2022-08-11 04:16:39] usb-ehci,id=ehci
[2022-08-11 04:16:39] -device
[2022-08-11 04:16:39] usb-tablet,bus=ehci.0
[2022-08-11 04:16:39] -smp
[2022-08-11 04:16:39] 2,maxcpus=2
[2022-08-11 04:16:39] -net
[2022-08-11 04:16:39] none
[2022-08-11 04:16:39] -machine
[2022-08-11 04:16:39] xenfv,igd-passthru=on
[2022-08-11 04:16:39] -m
[2022-08-11 04:16:39] 1000
[2022-08-11 04:16:39] -drive
[2022-08-11 04:16:39] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:39] -drive
[2022-08-11 04:16:39] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:39] -drive
[2022-08-11 04:16:39] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:39] -drive
[2022-08-11 04:16:39] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 04:16:39] -device
[2022-08-11 04:16:39] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 04:16:40] + audio_model=
[2022-08-11 04:16:40] + '[' -n ]
[2022-08-11 04:16:40] + sed -n /^-qubes-net:/p
[2022-08-11 04:16:40] + echo '-xen-domid
[2022-08-11 04:16:40] 7
[2022-08-11 04:16:40] -no-shutdown
[2022-08-11 04:16:40] -nodefaults
[2022-08-11 04:16:40] -no-user-config
[2022-08-11 04:16:40] -name
[2022-08-11 04:16:40] sys-gui-gpu
[2022-08-11 04:16:40] -display
[2022-08-11 04:16:40] none
[2022-08-11 04:16:40] -append
[2022-08-11 04:16:40] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] lsi53c895a
[2022-08-11 04:16:40] -nographic
[2022-08-11 04:16:40] -boot
[2022-08-11 04:16:40] order=dc
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] usb-ehci,id=ehci
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] usb-tablet,bus=ehci.0
[2022-08-11 04:16:40] -smp
[2022-08-11 04:16:40] 2,maxcpus=2
[2022-08-11 04:16:40] -net
[2022-08-11 04:16:40] none
[2022-08-11 04:16:40] -machine
[2022-08-11 04:16:40] xenfv,igd-passthru=on
[2022-08-11 04:16:40] -m
[2022-08-11 04:16:40] 1000
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 04:16:40] + net_args=
[2022-08-11 04:16:40] + sed /^-qubes-net:/d
[2022-08-11 04:16:40] + echo '-xen-domid
[2022-08-11 04:16:40] 7
[2022-08-11 04:16:40] -no-shutdown
[2022-08-11 04:16:40] -nodefaults
[2022-08-11 04:16:40] -no-user-config
[2022-08-11 04:16:40] -name
[2022-08-11 04:16:40] sys-gui-gpu
[2022-08-11 04:16:40] -display
[2022-08-11 04:16:40] none
[2022-08-11 04:16:40] -append
[2022-08-11 04:16:40] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] lsi53c895a
[2022-08-11 04:16:40] -nographic
[2022-08-11 04:16:40] -boot
[2022-08-11 04:16:40] order=dc
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] usb-ehci,id=ehci
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] usb-tablet,bus=ehci.0
[2022-08-11 04:16:40] -smp
[2022-08-11 04:16:40] 2,maxcpus=2
[2022-08-11 04:16:40] -net
[2022-08-11 04:16:40] none
[2022-08-11 04:16:40] -machine
[2022-08-11 04:16:40] xenfv,igd-passthru=on
[2022-08-11 04:16:40] -m
[2022-08-11 04:16:40] 1000
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 04:16:40] + dm_args='-xen-domid
[2022-08-11 04:16:40] 7
[2022-08-11 04:16:40] -no-shutdown
[2022-08-11 04:16:40] -nodefaults
[2022-08-11 04:16:40] -no-user-config
[2022-08-11 04:16:40] -name
[2022-08-11 04:16:40] sys-gui-gpu
[2022-08-11 04:16:40] -display
[2022-08-11 04:16:40] none
[2022-08-11 04:16:40] -append
[2022-08-11 04:16:40] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] lsi53c895a
[2022-08-11 04:16:40] -nographic
[2022-08-11 04:16:40] -boot
[2022-08-11 04:16:40] order=dc
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] usb-ehci,id=ehci
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] usb-tablet,bus=ehci.0
[2022-08-11 04:16:40] -smp
[2022-08-11 04:16:40] 2,maxcpus=2
[2022-08-11 04:16:40] -net
[2022-08-11 04:16:40] none
[2022-08-11 04:16:40] -machine
[2022-08-11 04:16:40] xenfv,igd-passthru=on
[2022-08-11 04:16:40] -m
[2022-08-11 04:16:40] 1000
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 04:16:40] + test -e /sys/class/net/eth0
[2022-08-11 04:16:40] + echo 'No network interface named eth0.'
[2022-08-11 04:16:40] No network interface named eth0.
[2022-08-11 04:16:40] + ls -l /sys/class/net/
[2022-08-11 04:16:40] total 0
[2022-08-11 04:16:40] lrwxrwxrwx 1 0 0 0 Aug 11 08:16 .[1;36mlo.[m -> .[1;34m../../devices/virtual/net/lo.[m
[2022-08-11 04:16:40] + xenstore-read target
[2022-08-11 04:16:40] + target=7
[2022-08-11 04:16:40] + device_model=device-model/7
[2022-08-11 04:16:40] + mkdir /tmp/qmp
[2022-08-11 04:16:40] + kernel=
[2022-08-11 04:16:40] + grep -q ^-append
[2022-08-11 04:16:40] + echo '-xen-domid
[2022-08-11 04:16:40] 7
[2022-08-11 04:16:40] -no-shutdown
[2022-08-11 04:16:40] -nodefaults
[2022-08-11 04:16:40] -no-user-config
[2022-08-11 04:16:40] -name
[2022-08-11 04:16:40] sys-gui-gpu
[2022-08-11 04:16:40] -display
[2022-08-11 04:16:40] none
[2022-08-11 04:16:40] -append
[2022-08-11 04:16:40] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] lsi53c895a
[2022-08-11 04:16:40] -nographic
[2022-08-11 04:16:40] -boot
[2022-08-11 04:16:40] order=dc
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] usb-ehci,id=ehci
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] usb-tablet,bus=ehci.0
[2022-08-11 04:16:40] -smp
[2022-08-11 04:16:40] 2,maxcpus=2
[2022-08-11 04:16:40] -net
[2022-08-11 04:16:40] none
[2022-08-11 04:16:40] -machine
[2022-08-11 04:16:40] xenfv,igd-passthru=on
[2022-08-11 04:16:40] -m
[2022-08-11 04:16:40] 1000
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 04:16:40] + '[' -b /dev/xvdd ]
[2022-08-11 04:16:40] + mkdir /tmp/boot
[2022-08-11 04:16:40] + mount /dev/xvdd /tmp/boot -o ro
[2022-08-11 04:16:40] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[2022-08-11 04:16:40] EXT4-fs (xvdd): mounted filesystem with ordered data mode. Opts: (null)
[2022-08-11 04:16:40] + '[' -f /tmp/boot/vmlinuz ]
[2022-08-11 04:16:40] + kernel='-kernel
[2022-08-11 04:16:40] /tmp/boot/vmlinuz'
[2022-08-11 04:16:40] + '[' -f /tmp/boot/initramfs ]
[2022-08-11 04:16:40] + kernel='-kernel
[2022-08-11 04:16:40] /tmp/boot/vmlinuz
[2022-08-11 04:16:40] -initrd
[2022-08-11 04:16:40] /tmp/boot/initramfs'
[2022-08-11 04:16:40] + mkfifo /tmp/qmp/qemu.in /tmp/qmp/qemu.out
[2022-08-11 04:16:40] + set +x
[2022-08-11 04:16:40] Clearing kmsg buffer...
[2022-08-11 04:16:40] + set +x
[2022-08-11 04:16:40] + set +x
[2022-08-11 04:16:40] + sed 's/\$STUBDOM_RESTORE_INCOMING_ARG/fd:3/'
[2022-08-11 04:16:40] + echo '-xen-domid
[2022-08-11 04:16:40] 7
[2022-08-11 04:16:40] -no-shutdown
[2022-08-11 04:16:40] -nodefaults
[2022-08-11 04:16:40] -no-user-config
[2022-08-11 04:16:40] -name
[2022-08-11 04:16:40] sys-gui-gpu
[2022-08-11 04:16:40] -display
[2022-08-11 04:16:40] none
[2022-08-11 04:16:40] -append
[2022-08-11 04:16:40] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] lsi53c895a
[2022-08-11 04:16:40] -nographic
[2022-08-11 04:16:40] -boot
[2022-08-11 04:16:40] order=dc
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] usb-ehci,id=ehci
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] usb-tablet,bus=ehci.0
[2022-08-11 04:16:40] -smp
[2022-08-11 04:16:40] 2,maxcpus=2
[2022-08-11 04:16:40] -net
[2022-08-11 04:16:40] none
[2022-08-11 04:16:40] -machine
[2022-08-11 04:16:40] xenfv,igd-passthru=on
[2022-08-11 04:16:40] -m
[2022-08-11 04:16:40] 1000
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 04:16:40] + dm_args='-xen-domid
[2022-08-11 04:16:40] 7
[2022-08-11 04:16:40] -no-shutdown
[2022-08-11 04:16:40] -nodefaults
[2022-08-11 04:16:40] -no-user-config
[2022-08-11 04:16:40] -name
[2022-08-11 04:16:40] sys-gui-gpu
[2022-08-11 04:16:40] -display
[2022-08-11 04:16:40] none
[2022-08-11 04:16:40] -append
[2022-08-11 04:16:40] nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] lsi53c895a
[2022-08-11 04:16:40] -nographic
[2022-08-11 04:16:40] -boot
[2022-08-11 04:16:40] order=dc
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] usb-ehci,id=ehci
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] usb-tablet,bus=ehci.0
[2022-08-11 04:16:40] -smp
[2022-08-11 04:16:40] 2,maxcpus=2
[2022-08-11 04:16:40] -net
[2022-08-11 04:16:40] none
[2022-08-11 04:16:40] -machine
[2022-08-11 04:16:40] xenfv,igd-passthru=on
[2022-08-11 04:16:40] -m
[2022-08-11 04:16:40] 1000
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback
[2022-08-11 04:16:40] -drive
[2022-08-11 04:16:40] file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback
[2022-08-11 04:16:40] -device
[2022-08-11 04:16:40] scsi-hd,drive=scsi0-hd3,scsi-id=3'
[2022-08-11 04:16:40] + xenstore-read device/console/2
[2022-08-11 04:16:40] + xenstore-read device/console/1
[2022-08-11 04:16:40] + IFS='
[2022-08-11 04:16:40] '
[2022-08-11 04:16:40] + set -f
[2022-08-11 04:16:40] + set +f
[2022-08-11 04:16:40] + unset IFS
[2022-08-11 04:16:40] + qemu_pid=70
[2022-08-11 04:16:40] + '[' '!' -e /tmp/qemu.qmp ]
[2022-08-11 04:16:40] + sleep 0.1
[2022-08-11 04:16:40] + qemu -sandbox 'on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny' -chardev 'pipe,path=/tmp/qmp/qemu,id=m' -mon 'chardev=m,mode=control' -chardev 'socket,server,nowait,path=/tmp/qemu.qmp,id=m2' -mon 'chardev=m2,mode=control' -xen-domid 7 -no-shutdown -nodefaults -no-user-config -name sys-gui-gpu -display+ '[' '!' -e /tmp/qemu.qmp ]
[2022-08-11 04:16:40] + sleep 0.1
[2022-08-11 04:16:40] none -append 'nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0' -device lsi53c895a -nographic -boot 'order=dc' -device 'usb-ehci,id=ehci' -device 'usb-tablet,bus=ehci.0' -smp '2,maxcpus=2' -net none -machine 'xenfv,igd-passthru=on' -m 1000 -drive 'file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback' -drive 'file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback' -drive 'file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback' -drive 'file=/dev/xvdd,id=scsi0-hd3,format=host_device,if=none,readonly=on,cache=writeback' -device 'scsi-hd,drive=scsi0-hd3,scsi-id=3' -kernel /tmp/boot/vmlinuz -initrd /tmp/boot/initramfs
[2022-08-11 04:16:40] qemu: -chardev socket,server,nowait,path=/tmp/qemu.qmp,id=m2: warning: short-form boolean option 'server' deprecated
[2022-08-11 04:16:40] Please use server=on instead
[2022-08-11 04:16:40] qemu: -chardev socket,server,nowait,path=/tmp/qemu.qmp,id=m2: warning: short-form boolean option 'nowait' deprecated
[2022-08-11 04:16:40] Please use wait=off instead
[2022-08-11 04:16:40] random: qemu: uninitialized urandom read (16 bytes read)
[2022-08-11 04:16:40] + tee /proc/self/fd/2
[2022-08-11 04:16:40] + echo '{"execute": "qmp_capabilities"}'
[2022-08-11 04:16:40] {"QMP": {"version": {"qemu": {"micro": 0, "minor": 1, "major": 6}, "package": ""}, "capabilities": ["oob"]}}
[2022-08-11 04:16:40] + '[' '!' -e /tmp/qemu.qmp ]
[2022-08-11 04:16:40] + '[' -e /proc/self/fd/4 ]
[2022-08-11 04:16:40] + '[' -e /proc/self/fd/3 ]
[2022-08-11 04:16:40] + true
[2022-08-11 04:16:40] + printf '==== Press enter for shell ====\n'
[2022-08-11 04:16:40] ==== Press enter for shell ====
[2022-08-11 04:16:40] + read
[2022-08-11 04:16:40] {"execute": "qmp_capabilities"}
[2022-08-11 04:16:40] + vchan-socket-proxy 0 device-model/7/qmp-vchan /tmp/qemu.qmp
[2022-08-11 04:16:40] {"return": {}}
[2022-08-11 04:16:40] written 110 bytes to vchan
[2022-08-11 04:16:40] written 34 bytes to vchan
[2022-08-11 04:16:40] [00:05.0] xen_pt_realize: Assigning real physical device 00:02.0 to devfn 0x28
[2022-08-11 04:16:40] [00:05.0] xen_pt_setup_vga: Unable to get host VBIOS from sysfs - falling back to a direct copy of memory ranges
[2022-08-11 04:16:40] [00:05.0] xen_pt_direct_vbios_copy: Legacy VBIOS registered
[2022-08-11 04:16:40] [00:05.0] xen_pt_register_regions: IO region 0 registered (size=0x01000000 base_addr=0x603d000000 type: 0x4)
[2022-08-11 04:16:40] [00:05.0] xen_pt_register_regions: IO region 2 registered (size=0x20000000 base_addr=0x4000000000 type: 0x4)
[2022-08-11 04:16:40] [00:05.0] xen_pt_register_regions: IO region 4 registered (size=0x00000040 base_addr=0x00002000 type: 0x1)
[2022-08-11 04:16:40] [00:05.0] xen_pt_config_reg_init: Offset 0x0004 mismatch! Emulated=0x0000, host=0x0007, syncing to 0x0004.
[2022-08-11 04:16:40] [00:05.0] xen_pt_config_reg_init: Offset 0x000e mismatch! Emulated=0x0080, host=0x0000, syncing to 0x0000.
[2022-08-11 04:16:40] [00:05.0] xen_pt_config_reg_init: Offset 0x0010 mismatch! Emulated=0x0000, host=0x3d000004, syncing to 0x3d000004.
[2022-08-11 04:16:40] [00:05.0] xen_pt_config_reg_init: Offset 0x0014 mismatch! Emulated=0x0000, host=0x0060, syncing to 0x0060.
[2022-08-11 04:16:40] [00:05.0] xen_pt_config_reg_init: Offset 0x0018 mismatch! Emulated=0x0000, host=0x000c, syncing to 0x000c.
[2022-08-11 04:16:40] [00:05.0] xen_pt_config_reg_init: Offset 0x001c mismatch! Emulated=0x0000, host=0x0040, syncing to 0x0040.
[2022-08-11 04:16:40] [00:05.0] xen_pt_config_reg_init: Offset 0x0020 mismatch! Emulated=0x0000, host=0x2001, syncing to 0x2001.
[2022-08-11 04:16:40] [00:05.0] xen_pt_config_reg_init: Offset 0x0030 mismatch! Emulated=0x0000, host=0xc0002, syncing to 0x0002.
[2022-08-11 04:16:40] [00:05.0] xen_pt_config_reg_init: Offset 0x00d2 mismatch! Emulated=0x0000, host=0x0022, syncing to 0x0022.
[2022-08-11 04:16:40] [00:05.0] xen_pt_config_reg_init: Offset 0x0074 mismatch! Emulated=0x0000, host=0x10008000, syncing to 0x8000.
[2022-08-11 04:16:40] [00:05.0] xen_pt_pci_intx: intx=1
[2022-08-11 04:16:40] [00:05.0] xen_pt_realize: Real physical device 00:02.0 registered successfully
[2022-08-11 04:16:40] written 34 bytes to vchan
[2022-08-11 04:16:40] written 2048 bytes to vchan
[2022-08-11 04:16:40] written 710 bytes to vchan
[2022-08-11 04:16:40] written 110 bytes to vchan
[2022-08-11 04:16:40] written 34 bytes to vchan
[2022-08-11 04:16:40] written 34 bytes to vchan
[2022-08-11 04:16:40] [00:05.0] igd_write_opregion: Map OpRegion: 0x93e6e -> 0xfdffc
[2022-08-11 04:16:41] {"timestamp": {"seconds": 1660205801, "microseconds": 859541}, "event": "DEVICE_DELETED", "data": {"path": "/machine/peripheral-anon/device[2]"}}
[2022-08-11 04:16:41] {"timestamp": {"seconds": 1660205801, "microseconds": 859606}, "event": "DEVICE_DELETED", "data": {"path": "/machine/peripheral-anon/device[0]"}}
[2022-08-11 04:16:44] [00:05.0] igd_read_opregion: Read opregion val=fdffc018
[2022-08-11 04:16:45] [00:05.0] igd_read_opregion: Read opregion val=fdffc018
[2022-08-11 04:16:46] [00:05.0] igd_read_opregion: Read opregion val=fdffc018
[2022-08-11 04:16:46] [00:05.0] igd_read_opregion: Read opregion val=fdffc018
[00:05.0] igd_read_opregion: Read opregion val=fdffc018
[2022-08-11 04:16:47] [00:05.0] igd_read_opregion: Read opregion val=fdffc018
[2022-08-11 04:17:14] random: crng init done
[2022-08-11 03:55:43] Logfile Opened
[2022-08-11 03:55:48] [ 0.000000] Linux version 5.15.52-1.fc32.qubes.x86_64 (mockbuild@b4f2def1000a4ff893efe4bc2b185fab) (gcc (GCC) 10.3.1 20210422 (Red Hat 10.3.1-1), GNU ld version 2.34-6.fc32) #1 SMP Tue Jul 5 16:22:24 CEST 2022
[2022-08-11 03:55:48] [ 0.000000] Command line: nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 03:55:48] [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[2022-08-11 03:55:48] [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[2022-08-11 03:55:48] [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[2022-08-11 03:55:48] [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[2022-08-11 03:55:48] [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[2022-08-11 03:55:48] [ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[2022-08-11 03:55:48] [ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[2022-08-11 03:55:48] [ 0.000000] signal: max sigframe size: 3632
[2022-08-11 03:55:48] [ 0.000000] BIOS-provided physical RAM map:
[2022-08-11 03:55:48] [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[2022-08-11 03:55:48] [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[2022-08-11 03:55:48] [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[2022-08-11 03:55:48] [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000efffefff] usable
[2022-08-11 03:55:48] [ 0.000000] BIOS-e820: [mem 0x00000000effff000-0x00000000efffffff] reserved
[2022-08-11 03:55:48] [ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fc00afff] ACPI NVS
[2022-08-11 03:55:48] [ 0.000000] BIOS-e820: [mem 0x00000000fc00b000-0x00000000ffffffff] reserved
[2022-08-11 03:55:48] [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000109ffffff] usable
[2022-08-11 03:55:48] [ 0.000000] x86/PAT: PAT support disabled via boot option.
[2022-08-11 03:55:48] [ 0.000000] NX (Execute Disable) protection: active
[2022-08-11 03:55:48] [ 0.000000] SMBIOS 2.4 present.
[2022-08-11 03:55:48] [ 0.000000] DMI: Xen HVM domU, BIOS 4.14.5 07/12/2022
[2022-08-11 03:55:48] [ 0.000000] Hypervisor detected: Xen HVM
[2022-08-11 03:55:48] [ 0.000000] Xen version 4.14.
[2022-08-11 03:55:48] [ 0.000000] platform_pci_unplug: Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[2022-08-11 03:55:48] [ 0.000000] platform_pci_unplug: Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[2022-08-11 03:55:48] [ 0.000000] You might have to change the root device
[2022-08-11 03:55:48] [ 0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[2022-08-11 03:55:48] [ 0.000000] in your root= kernel command line option
[2022-08-11 03:55:48] [ 0.021267] tsc: Fast TSC calibration using PIT
[2022-08-11 03:55:48] [ 0.021271] tsc: Detected 2496.104 MHz processor
[2022-08-11 03:55:48] [ 0.021272] tsc: Detected 2496.024 MHz TSC
[2022-08-11 03:55:48] [ 0.021530] last_pfn = 0x10a000 max_arch_pfn = 0x400000000
[2022-08-11 03:55:48] [ 0.021582] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
[2022-08-11 03:55:48] [ 0.021587] last_pfn = 0xeffff max_arch_pfn = 0x400000000
[2022-08-11 03:55:48] [ 0.024126] found SMP MP-table at [mem 0x000f5a60-0x000f5a6f]
[2022-08-11 03:55:48] [ 0.024149] Using GB pages for direct mapping
[2022-08-11 03:55:48] [ 0.024341] RAMDISK: [mem 0xef881000-0xeffeffff]
[2022-08-11 03:55:48] [ 0.024346] ACPI: Early table checksum verification disabled
[2022-08-11 03:55:48] [ 0.024350] ACPI: RSDP 0x00000000000F59B0 000024 (v02 Xen )
[2022-08-11 03:55:48] [ 0.024355] ACPI: XSDT 0x00000000FC00A650 000054 (v01 Xen HVM 00000000 HVML 00000000)
[2022-08-11 03:55:48] [ 0.024362] ACPI: FACP 0x00000000FC00A370 0000F4 (v04 Xen HVM 00000000 HVML 00000000)
[2022-08-11 03:55:48] [ 0.024368] ACPI: DSDT 0x00000000FC001040 0092A3 (v02 Xen HVM 00000000 INTL 20190509)
[2022-08-11 03:55:48] [ 0.024371] ACPI: FACS 0x00000000FC001000 000040
[2022-08-11 03:55:48] [ 0.024373] ACPI: FACS 0x00000000FC001000 000040
[2022-08-11 03:55:48] [ 0.024376] ACPI: APIC 0x00000000FC00A470 000070 (v02 Xen HVM 00000000 HVML 00000000)
[2022-08-11 03:55:48] [ 0.024379] ACPI: HPET 0x00000000FC00A560 000038 (v01 Xen HVM 00000000 HVML 00000000)
[2022-08-11 03:55:48] [ 0.024381] ACPI: WAET 0x00000000FC00A5A0 000028 (v01 Xen HVM 00000000 HVML 00000000)
[2022-08-11 03:55:48] [ 0.024384] ACPI: SSDT 0x00000000FC00A5D0 000031 (v02 Xen HVM 00000000 INTL 20190509)
[2022-08-11 03:55:48] [ 0.024386] ACPI: SSDT 0x00000000FC00A610 000031 (v02 Xen HVM 00000000 INTL 20190509)
[2022-08-11 03:55:48] [ 0.024389] ACPI: Reserving FACP table memory at [mem 0xfc00a370-0xfc00a463]
[2022-08-11 03:55:48] [ 0.024390] ACPI: Reserving DSDT table memory at [mem 0xfc001040-0xfc00a2e2]
[2022-08-11 03:55:48] [ 0.024392] ACPI: Reserving FACS table memory at [mem 0xfc001000-0xfc00103f]
[2022-08-11 03:55:48] [ 0.024393] ACPI: Reserving FACS table memory at [mem 0xfc001000-0xfc00103f]
[2022-08-11 03:55:48] [ 0.024394] ACPI: Reserving APIC table memory at [mem 0xfc00a470-0xfc00a4df]
[2022-08-11 03:55:48] [ 0.024395] ACPI: Reserving HPET table memory at [mem 0xfc00a560-0xfc00a597]
[2022-08-11 03:55:48] [ 0.024396] ACPI: Reserving WAET table memory at [mem 0xfc00a5a0-0xfc00a5c7]
[2022-08-11 03:55:48] [ 0.024397] ACPI: Reserving SSDT table memory at [mem 0xfc00a5d0-0xfc00a600]
[2022-08-11 03:55:48] [ 0.024398] ACPI: Reserving SSDT table memory at [mem 0xfc00a610-0xfc00a640]
[2022-08-11 03:55:48] [ 0.025147] No NUMA configuration found
[2022-08-11 03:55:48] [ 0.025149] Faking a node at [mem 0x0000000000000000-0x0000000109ffffff]
[2022-08-11 03:55:48] [ 0.025159] NODE_DATA(0) allocated [mem 0x109fd5000-0x109ffffff]
[2022-08-11 03:55:48] [ 0.040758] Zone ranges:
[2022-08-11 03:55:48] [ 0.040762] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[2022-08-11 03:55:48] [ 0.040765] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[2022-08-11 03:55:48] [ 0.040767] Normal [mem 0x0000000100000000-0x0000000109ffffff]
[2022-08-11 03:55:48] [ 0.040769] Device empty
[2022-08-11 03:55:48] [ 0.040770] Movable zone start for each node
[2022-08-11 03:55:48] [ 0.040773] Early memory node ranges
[2022-08-11 03:55:48] [ 0.040774] node 0: [mem 0x0000000000001000-0x000000000009efff]
[2022-08-11 03:55:48] [ 0.040831] node 0: [mem 0x0000000000100000-0x00000000efffefff]
[2022-08-11 03:55:48] [ 0.040833] node 0: [mem 0x0000000100000000-0x0000000109ffffff]
[2022-08-11 03:55:48] [ 0.040884] Initmem setup node 0 [mem 0x0000000000001000-0x0000000109ffffff]
[2022-08-11 03:55:48] [ 0.041037] On node 0, zone DMA: 1 pages in unavailable ranges
[2022-08-11 03:55:48] [ 0.041070] On node 0, zone DMA: 97 pages in unavailable ranges
[2022-08-11 03:55:48] [ 0.048287] On node 0, zone Normal: 1 pages in unavailable ranges
[2022-08-11 03:55:48] [ 0.048546] On node 0, zone Normal: 24576 pages in unavailable ranges
[2022-08-11 03:55:48] [ 0.049974] ACPI: PM-Timer IO Port: 0xb008
[2022-08-11 03:55:48] [ 0.050139] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[2022-08-11 03:55:48] [ 0.050143] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[2022-08-11 03:55:48] [ 0.050145] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
[2022-08-11 03:55:48] [ 0.050146] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[2022-08-11 03:55:48] [ 0.050148] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[2022-08-11 03:55:48] [ 0.050151] ACPI: Using ACPI (MADT) for SMP configuration information
[2022-08-11 03:55:48] [ 0.050152] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[2022-08-11 03:55:48] [ 0.050156] TSC deadline timer available
[2022-08-11 03:55:48] [ 0.050211] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[2022-08-11 03:55:48] [ 0.050223] [mem 0xf0000000-0xfbffffff] available for PCI devices
[2022-08-11 03:55:48] [ 0.050274] Booting paravirtualized kernel on Xen HVM
[2022-08-11 03:55:48] [ 0.050326] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[2022-08-11 03:55:48] [ 0.056668] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[2022-08-11 03:55:48] [ 0.058184] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u1048576
[2022-08-11 03:55:48] [ 0.058228] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[2022-08-11 03:55:48] [ 0.058259] Built 1 zonelists, mobility grouping on. Total pages: 1007743
[2022-08-11 03:55:48] [ 0.058261] Policy zone: Normal
[2022-08-11 03:55:48] [ 0.058267] Kernel command line: nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 03:55:48] [ 0.058650] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[2022-08-11 03:55:48] [ 0.058823] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[2022-08-11 03:55:48] [ 0.058897] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
[2022-08-11 03:55:48] [ 0.058899] mem auto-init: clearing system memory may take some time...
[2022-08-11 03:55:48] [ 0.880120] Memory: 3946844K/4095604K available (16393K kernel code, 3514K rwdata, 5676K rodata, 3404K init, 6008K bss, 148500K reserved, 0K cma-reserved)
[2022-08-11 03:55:48] [ 0.880621] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[2022-08-11 03:55:48] [ 0.880649] Kernel/User page tables isolation: enabled
[2022-08-11 03:55:48] [ 0.880672] ftrace: allocating 51300 entries in 201 pages
[2022-08-11 03:55:48] [ 0.895927] ftrace: allocated 201 pages with 4 groups
[2022-08-11 03:55:48] [ 0.896093] rcu: Hierarchical RCU implementation.
[2022-08-11 03:55:48] [ 0.896101] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[2022-08-11 03:55:48] [ 0.896103] Trampoline variant of Tasks RCU enabled.
[2022-08-11 03:55:48] [ 0.896104] Rude variant of Tasks RCU enabled.
[2022-08-11 03:55:48] [ 0.896105] Tracing variant of Tasks RCU enabled.
[2022-08-11 03:55:48] [ 0.896106] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[2022-08-11 03:55:48] [ 0.896107] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[2022-08-11 03:55:48] [ 0.900462] NR_IRQS: 524544, nr_irqs: 512, preallocated irqs: 16
[2022-08-11 03:55:48] [ 0.900499] xen:events: Using FIFO-based ABI
[2022-08-11 03:55:48] [ 0.900516] xen:events: Xen HVM callback vector for event delivery is enabled
[2022-08-11 03:55:48] [ 0.900692] random: crng init done
[2022-08-11 03:55:48] [ 0.900767] Console: colour dummy device 80x25
[2022-08-11 03:55:48] [ 0.902439] printk: console [hvc0] enabled
[2022-08-11 03:55:48] [ 0.902718] ACPI: Core revision 20210730
[2022-08-11 03:55:48] [ 0.902898] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[2022-08-11 03:55:48] [ 0.903012] APIC: Switch to symmetric I/O mode setup
[2022-08-11 03:55:48] [ 0.903833] x2apic: IRQ remapping doesn't support X2APIC mode
[2022-08-11 03:55:48] [ 0.907229] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[2022-08-11 03:55:48] [ 0.911483] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa8dee002, max_idle_ns: 440795249921 ns
[2022-08-11 03:55:48] [ 0.911516] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.04 BogoMIPS (lpj=2496024)
[2022-08-11 03:55:48] [ 0.911540] pid_max: default: 32768 minimum: 301
[2022-08-11 03:55:48] [ 0.911591] LSM: Security Framework initializing
[2022-08-11 03:55:48] [ 0.911612] Yama: becoming mindful.
[2022-08-11 03:55:48] [ 0.911659] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[2022-08-11 03:55:48] [ 0.911680] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[2022-08-11 03:55:48] [ 0.912841] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[2022-08-11 03:55:48] [ 0.912899] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[2022-08-11 03:55:48] [ 0.912912] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[2022-08-11 03:55:48] [ 0.912930] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[2022-08-11 03:55:48] [ 0.912951] Spectre V2 : Mitigation: Retpolines
[2022-08-11 03:55:48] [ 0.912963] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[2022-08-11 03:55:48] [ 0.912980] Spectre V2 : Enabling Restricted Speculation for firmware calls
[2022-08-11 03:55:48] [ 0.912994] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[2022-08-11 03:55:48] [ 0.913014] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[2022-08-11 03:55:48] [ 0.913031] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[2022-08-11 03:55:48] [ 0.913054] MDS: Mitigation: Clear CPU buffers
[2022-08-11 03:55:48] [ 0.917520] Freeing SMP alternatives memory: 44K
[2022-08-11 03:55:48] [ 0.917591] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[2022-08-11 03:55:48] [ 0.917628] installing Xen timer for CPU 0
[2022-08-11 03:55:48] [ 0.917712] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-1270P (family: 0x6, model: 0x9a, stepping: 0x3)
[2022-08-11 03:55:48] [ 0.917764] cpu 0 spinlock event irq 52
[2022-08-11 03:55:48] [ 0.917930] Performance Events: unsupported p6 CPU model 154 no PMU driver, software events only.
[2022-08-11 03:55:48] [ 0.918657] rcu: Hierarchical SRCU implementation.
[2022-08-11 03:55:48] [ 0.918981] NMI watchdog: Perf NMI watchdog permanently disabled
[2022-08-11 03:55:48] [ 0.919040] smp: Bringing up secondary CPUs ...
[2022-08-11 03:55:48] [ 0.919109] installing Xen timer for CPU 1
[2022-08-11 03:55:48] [ 0.919166] x86: Booting SMP configuration:
[2022-08-11 03:55:48] [ 0.919172] .... node #0, CPUs: #1
[2022-08-11 03:55:48] [ 0.919935] cpu 1 spinlock event irq 57
[2022-08-11 03:55:48] [ 0.919935] smp: Brought up 1 node, 2 CPUs
[2022-08-11 03:55:48] [ 0.919935] smpboot: Max logical packages: 1
[2022-08-11 03:55:48] [ 0.919935] smpboot: Total of 2 processors activated (9984.09 BogoMIPS)
[2022-08-11 03:55:48] [ 0.920525] devtmpfs: initialized
[2022-08-11 03:55:48] [ 0.920593] x86/mm: Memory block size: 128MB
[2022-08-11 03:55:48] [ 0.921545] ACPI: PM: Registering ACPI NVS region [mem 0xfc000000-0xfc00afff] (45056 bytes)
[2022-08-11 03:55:48] [ 0.921620] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[2022-08-11 03:55:48] [ 0.921648] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[2022-08-11 03:55:48] [ 0.921797] pinctrl core: initialized pinctrl subsystem
[2022-08-11 03:55:48] [ 0.921974] PM: RTC time: 07:55:48, date: 2022-08-11
[2022-08-11 03:55:48] [ 0.922587] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[2022-08-11 03:55:48] [ 0.923657] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[2022-08-11 03:55:48] [ 0.923685] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[2022-08-11 03:55:48] [ 0.923709] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[2022-08-11 03:55:49] [ 0.923756] audit: initializing netlink subsys (disabled)
[2022-08-11 03:55:49] [ 0.923835] audit: type=2000 audit(1660204548.782:1): state=initialized audit_enabled=0 res=1
[2022-08-11 03:55:49] [ 0.923835] thermal_sys: Registered thermal governor 'fair_share'
[2022-08-11 03:55:49] [ 0.923835] thermal_sys: Registered thermal governor 'bang_bang'
[2022-08-11 03:55:49] [ 0.923835] thermal_sys: Registered thermal governor 'step_wise'
[2022-08-11 03:55:49] [ 0.923835] thermal_sys: Registered thermal governor 'user_space'
[2022-08-11 03:55:49] [ 0.923835] cpuidle: using governor menu
[2022-08-11 03:55:49] [ 0.923847] ACPI: bus type PCI registered
[2022-08-11 03:55:49] [ 0.924654] PCI: Using configuration type 1 for base access
[2022-08-11 03:55:49] [ 0.926272] Kprobes globally optimized
[2022-08-11 03:55:49] [ 0.926554] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[2022-08-11 03:55:49] [ 0.926571] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[2022-08-11 03:55:49] [ 1.068653] cryptd: max_cpu_qlen set to 1000
[2022-08-11 03:55:49] [ 1.070531] alg: No test for 842 (842-generic)
[2022-08-11 03:55:49] [ 1.070544] alg: No test for 842 (842-scomp)
[2022-08-11 03:55:49] [ 1.073865] raid6: skip pq benchmark and using algorithm avx2x4
[2022-08-11 03:55:49] [ 1.073865] raid6: using avx2x2 recovery algorithm
[2022-08-11 03:55:49] [ 1.073865] ACPI: Added _OSI(Module Device)
[2022-08-11 03:55:49] [ 1.073865] ACPI: Added _OSI(Processor Device)
[2022-08-11 03:55:49] [ 1.074532] ACPI: Added _OSI(3.0 _SCP Extensions)
[2022-08-11 03:55:49] [ 1.074544] ACPI: Added _OSI(Processor Aggregator Device)
[2022-08-11 03:55:49] [ 1.074557] ACPI: Added _OSI(Linux-Dell-Video)
[2022-08-11 03:55:49] [ 1.074570] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[2022-08-11 03:55:49] [ 1.074583] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[2022-08-11 03:55:49] [ 1.079674] ACPI: 3 ACPI AML tables successfully acquired and loaded
[2022-08-11 03:55:49] [ 1.082249] ACPI: Interpreter enabled
[2022-08-11 03:55:49] [ 1.082270] ACPI: PM: (supports S0 S3 S5)
[2022-08-11 03:55:49] [ 1.082281] ACPI: Using IOAPIC for interrupt routing
[2022-08-11 03:55:49] [ 1.082318] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[2022-08-11 03:55:49] [ 1.082658] ACPI: Enabled 2 GPEs in block 00 to 0F
[2022-08-11 03:55:49] [ 1.089654] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[2022-08-11 03:55:49] [ 1.089680] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3]
[2022-08-11 03:55:49] [ 1.090545] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[2022-08-11 03:55:49] [ 1.090853] PCI host bridge to bus 0000:00
[2022-08-11 03:55:49] [ 1.090867] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[2022-08-11 03:55:49] [ 1.090885] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[2022-08-11 03:55:49] [ 1.090901] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[2022-08-11 03:55:49] [ 1.090921] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window]
[2022-08-11 03:55:49] [ 1.090940] pci_bus 0000:00: root bus resource [bus 00-ff]
[2022-08-11 03:55:49] [ 1.091286] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[2022-08-11 03:55:49] [ 1.093863] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[2022-08-11 03:55:49] [ 1.096604] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[2022-08-11 03:55:49] [ 1.098377] pci 0000:00:01.1: reg 0x20: [io 0xc200-0xc20f]
[2022-08-11 03:55:49] [ 1.099016] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[2022-08-11 03:55:49] [ 1.099039] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[2022-08-11 03:55:49] [ 1.099056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[2022-08-11 03:55:49] [ 1.099075] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[2022-08-11 03:55:49] [ 1.099950] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[2022-08-11 03:55:49] [ 1.102223] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[2022-08-11 03:55:49] [ 1.102300] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[2022-08-11 03:55:49] [ 1.103523] pci 0000:00:02.0: [5853:0001] type 00 class 0xff8000
[2022-08-11 03:55:49] [ 1.104519] pci 0000:00:02.0: reg 0x10: [io 0xc000-0xc0ff]
[2022-08-11 03:55:49] [ 1.105454] pci 0000:00:02.0: reg 0x14: [mem 0xf0000000-0xf0ffffff pref]
[2022-08-11 03:55:49] [ 1.110380] pci 0000:00:04.0: [8086:24cd] type 00 class 0x0c0320
[2022-08-11 03:55:49] [ 1.111246] pci 0000:00:04.0: reg 0x10: [mem 0xf1002000-0xf1002fff]
[2022-08-11 03:55:49] [ 1.115841] ACPI: PCI: Interrupt link LNKA configured for IRQ 5
[2022-08-11 03:55:49] [ 1.116191] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[2022-08-11 03:55:49] [ 1.116527] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[2022-08-11 03:55:49] [ 1.116851] ACPI: PCI: Interrupt link LNKD configured for IRQ 5
[2022-08-11 03:55:49] [ 1.119151] xen:balloon: Initialising balloon driver
[2022-08-11 03:55:49] [ 1.119611] iommu: Default domain type: Translated
[2022-08-11 03:55:49] [ 1.119611] iommu: DMA domain TLB invalidation policy: lazy mode
[2022-08-11 03:55:49] [ 1.119611] vgaarb: loaded
[2022-08-11 03:55:49] [ 1.119663] SCSI subsystem initialized
[2022-08-11 03:55:49] [ 1.119712] ACPI: bus type USB registered
[2022-08-11 03:55:49] [ 1.119712] usbcore: registered new interface driver usbfs
[2022-08-11 03:55:49] [ 1.119712] usbcore: registered new interface driver hub
[2022-08-11 03:55:49] [ 1.119712] usbcore: registered new device driver usb
[2022-08-11 03:55:49] [ 1.119712] pps_core: LinuxPPS API ver. 1 registered
[2022-08-11 03:55:49] [ 1.119712] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[2022-08-11 03:55:49] [ 1.119712] PTP clock support registered
[2022-08-11 03:55:49] [ 1.119771] EDAC MC: Ver: 3.0.0
[2022-08-11 03:55:49] [ 1.121008] NetLabel: Initializing
[2022-08-11 03:55:49] [ 1.121008] NetLabel: domain hash size = 128
[2022-08-11 03:55:49] [ 1.121008] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[2022-08-11 03:55:49] [ 1.121008] NetLabel: unlabeled traffic allowed by default
[2022-08-11 03:55:49] [ 1.121008] PCI: Using ACPI for IRQ routing
[2022-08-11 03:55:49] [ 1.121984] hpet: 3 channels of 0 reserved for per-cpu timers
[2022-08-11 03:55:49] [ 1.121984] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[2022-08-11 03:55:49] [ 1.121984] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[2022-08-11 03:55:49] [ 1.125606] clocksource: Switched to clocksource xen
[2022-08-11 03:55:49] [ 1.141818] VFS: Disk quotas dquot_6.6.0
[2022-08-11 03:55:49] [ 1.141848] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[2022-08-11 03:55:49] [ 1.141947] pnp: PnP ACPI init
[2022-08-11 03:55:49] [ 1.142032] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[2022-08-11 03:55:49] [ 1.142120] system 00:01: [io 0x08a0-0x08a3] has been reserved
[2022-08-11 03:55:49] [ 1.142139] system 00:01: [io 0x0cc0-0x0ccf] has been reserved
[2022-08-11 03:55:49] [ 1.142155] system 00:01: [io 0x04d0-0x04d1] has been reserved
[2022-08-11 03:55:49] [ 1.142376] system 00:06: [io 0xae00-0xae0f] has been reserved
[2022-08-11 03:55:49] [ 1.142394] system 00:06: [io 0xb044-0xb047] has been reserved
[2022-08-11 03:55:49] [ 1.143949] pnp: PnP ACPI: found 7 devices
[2022-08-11 03:55:49] [ 1.305619] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[2022-08-11 03:55:49] [ 1.305711] NET: Registered PF_INET protocol family
[2022-08-11 03:55:49] [ 1.305749] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[2022-08-11 03:55:49] [ 1.306205] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[2022-08-11 03:55:49] [ 1.306268] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[2022-08-11 03:55:49] [ 1.306303] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[2022-08-11 03:55:49] [ 1.306356] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[2022-08-11 03:55:49] [ 1.306426] TCP: Hash tables configured (established 32768 bind 32768)
[2022-08-11 03:55:49] [ 1.306483] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[2022-08-11 03:55:49] [ 1.306531] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[2022-08-11 03:55:49] [ 1.306560] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[2022-08-11 03:55:49] [ 1.306614] NET: Registered PF_UNIX/PF_LOCAL protocol family
[2022-08-11 03:55:49] [ 1.306641] NET: Registered PF_XDP protocol family
[2022-08-11 03:55:49] [ 1.306661] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[2022-08-11 03:55:49] [ 1.306680] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[2022-08-11 03:55:49] [ 1.306696] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[2022-08-11 03:55:49] [ 1.306713] pci_bus 0000:00: resource 7 [mem 0xf0000000-0xfbffffff window]
[2022-08-11 03:55:49] [ 1.306883] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[2022-08-11 03:55:49] [ 1.306958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[2022-08-11 03:55:49] [ 1.307029] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[2022-08-11 03:55:49] [ 1.308563] PCI: CLS 0 bytes, default 64
[2022-08-11 03:55:49] [ 1.308585] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[2022-08-11 03:55:49] [ 1.308601] software IO TLB: mapped [mem 0x00000000ee881000-0x00000000ef881000] (16MB)
[2022-08-11 03:55:49] [ 1.308666] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa8dee002, max_idle_ns: 440795249921 ns
[2022-08-11 03:55:49] [ 1.309328] Trying to unpack rootfs image as initramfs...
[2022-08-11 03:55:49] [ 1.325058] Initialise system trusted keyrings
[2022-08-11 03:55:49] [ 1.325103] Key type blacklist registered
[2022-08-11 03:55:49] [ 1.329562] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[2022-08-11 03:55:49] [ 1.330928] zbud: loaded
[2022-08-11 03:55:49] [ 1.331760] integrity: Platform Keyring initialized
[2022-08-11 03:55:49] [ 1.334108] NET: Registered PF_ALG protocol family
[2022-08-11 03:55:49] [ 1.334127] xor: automatically using best checksumming function avx
[2022-08-11 03:55:49] [ 1.334147] Key type asymmetric registered
[2022-08-11 03:55:49] [ 1.334157] Asymmetric key parser 'x509' registered
[2022-08-11 03:55:49] [ 1.334209] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[2022-08-11 03:55:49] [ 1.337550] io scheduler mq-deadline registered
[2022-08-11 03:55:49] [ 1.337566] io scheduler kyber registered
[2022-08-11 03:55:49] [ 1.337611] io scheduler bfq registered
[2022-08-11 03:55:49] [ 1.338249] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[2022-08-11 03:55:49] [ 1.338562] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[2022-08-11 03:55:49] [ 1.338618] ACPI: button: Power Button [PWRF]
[2022-08-11 03:55:49] [ 1.338676] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[2022-08-11 03:55:49] [ 1.338709] ACPI: button: Sleep Button [SLPF]
[2022-08-11 03:55:49] [ 1.355563] xen:grant_table: Grant tables using version 1 layout
[2022-08-11 03:55:49] [ 1.355625] Grant table initialized
[2022-08-11 03:55:49] [ 1.450236] Freeing initrd memory: 7612K
[2022-08-11 03:55:49] [ 1.452511] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[2022-08-11 03:55:49] [ 1.459193] Non-volatile memory driver v1.3
[2022-08-11 03:55:49] [ 1.459215] Linux agpgart interface v0.103
[2022-08-11 03:55:49] [ 1.459779] ata_piix 0000:00:01.1: enabling device (0000 -> 0001)
[2022-08-11 03:55:49] [ 1.463573] scsi host0: ata_piix
[2022-08-11 03:55:49] [ 1.472542] scsi host1: ata_piix
[2022-08-11 03:55:49] [ 1.472565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc200 irq 14
[2022-08-11 03:55:49] [ 1.472578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc208 irq 15
[2022-08-11 03:55:49] [ 1.489931] usbcore: registered new interface driver usbserial_generic
[2022-08-11 03:55:49] [ 1.489946] usbserial: USB Serial support registered for generic
[2022-08-11 03:55:49] [ 1.489975] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[2022-08-11 03:55:49] [ 1.493618] serio: i8042 KBD port at 0x60,0x64 irq 1
[2022-08-11 03:55:49] [ 1.493632] serio: i8042 AUX port at 0x60,0x64 irq 12
[2022-08-11 03:55:49] [ 1.493685] mousedev: PS/2 mouse device common for all mice
[2022-08-11 03:55:49] [ 1.493975] rtc_cmos 00:02: registered as rtc0
[2022-08-11 03:55:49] [ 1.494002] rtc_cmos 00:02: setting system clock to 2022-08-11T07:55:49 UTC (1660204549)
[2022-08-11 03:55:49] [ 1.494020] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[2022-08-11 03:55:49] [ 1.494040] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[2022-08-11 03:55:49] [ 1.494066] device-mapper: uevent: version 1.0.3
[2022-08-11 03:55:49] [ 1.494114] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[2022-08-11 03:55:49] [ 1.495173] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[2022-08-11 03:55:49] [ 1.499551] intel_pstate: CPU model not supported
[2022-08-11 03:55:49] [ 1.499621] hid: raw HID events driver (C) Jiri Kosina
[2022-08-11 03:55:49] [ 1.499647] usbcore: registered new interface driver usbhid
[2022-08-11 03:55:49] [ 1.499657] usbhid: USB HID core driver
[2022-08-11 03:55:49] [ 1.499745] drop_monitor: Initializing network drop monitor service
[2022-08-11 03:55:49] [ 1.499812] Initializing XFRM netlink socket
[2022-08-11 03:55:49] [ 1.499884] NET: Registered PF_INET6 protocol family
[2022-08-11 03:55:49] [ 1.516710] Segment Routing with IPv6
[2022-08-11 03:55:49] [ 1.516724] RPL Segment Routing with IPv6
[2022-08-11 03:55:49] [ 1.516736] In-situ OAM (IOAM) with IPv6
[2022-08-11 03:55:49] [ 1.516760] mip6: Mobile IPv6
[2022-08-11 03:55:49] [ 1.516768] NET: Registered PF_PACKET protocol family
[2022-08-11 03:55:49] [ 1.517590] IPI shorthand broadcast: enabled
[2022-08-11 03:55:49] [ 1.517605] AVX2 version of gcm_enc/dec engaged.
[2022-08-11 03:55:49] [ 1.518310] AES CTR mode by8 optimization enabled
[2022-08-11 03:55:49] [ 1.532207] sched_clock: Marking stable (1529680109, 1835672)->(1746167573, -214651792)
[2022-08-11 03:55:49] [ 1.532407] registered taskstats version 1
[2022-08-11 03:55:49] [ 1.534433] Loading compiled-in X.509 certificates
[2022-08-11 03:55:49] [ 1.534907] Loaded X.509 cert 'Build time autogenerated kernel key: 30ffd6ae900b49887b2a146faf99b1a5b66a36bb'
[2022-08-11 03:55:49] [ 1.534967] zswap: loaded using pool lzo/zbud
[2022-08-11 03:55:49] [ 1.538982] page_owner is disabled
[2022-08-11 03:55:49] [ 1.539063] Key type ._fscrypt registered
[2022-08-11 03:55:49] [ 1.539072] Key type .fscrypt registered
[2022-08-11 03:55:49] [ 1.539080] Key type fscrypt-provisioning registered
[2022-08-11 03:55:49] [ 1.539430] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[2022-08-11 03:55:49] [ 1.539455] Key type big_key registered
[2022-08-11 03:55:49] [ 1.546701] Key type encrypted registered
[2022-08-11 03:55:49] [ 1.546715] ima: No TPM chip found, activating TPM-bypass!
[2022-08-11 03:55:49] [ 1.546727] Loading compiled-in module X.509 certificates
[2022-08-11 03:55:49] [ 1.547047] Loaded X.509 cert 'Build time autogenerated kernel key: 30ffd6ae900b49887b2a146faf99b1a5b66a36bb'
[2022-08-11 03:55:49] [ 1.547067] ima: Allocated hash algorithm: sha256
[2022-08-11 03:55:49] [ 1.547087] ima: No architecture policies found
[2022-08-11 03:55:49] [ 1.547101] evm: Initialising EVM extended attributes:
[2022-08-11 03:55:49] [ 1.547112] evm: security.selinux
[2022-08-11 03:55:49] [ 1.547117] evm: security.SMACK64 (disabled)
[2022-08-11 03:55:49] [ 1.547124] evm: security.SMACK64EXEC (disabled)
[2022-08-11 03:55:49] [ 1.547131] evm: security.SMACK64TRANSMUTE (disabled)
[2022-08-11 03:55:49] [ 1.547138] evm: security.SMACK64MMAP (disabled)
[2022-08-11 03:55:49] [ 1.547144] evm: security.apparmor
[2022-08-11 03:55:49] [ 1.547149] evm: security.ima
[2022-08-11 03:55:49] [ 1.547155] evm: security.capability
[2022-08-11 03:55:49] [ 1.547160] evm: HMAC attrs: 0x1
[2022-08-11 03:55:49] [ 1.547315] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[2022-08-11 03:55:49] [ 1.547328] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[2022-08-11 03:55:49] [ 1.547339] xenbus_probe_frontend: Device with no driver: device/vbd/51744
[2022-08-11 03:55:49] [ 1.547352] xenbus_probe_frontend: Device with no driver: device/vbd/51760
[2022-08-11 03:55:49] [ 1.547371] PM: Magic number: 2:470:925
[2022-08-11 03:55:49] [ 1.547455] RAS: Correctable Errors collector initialized.
[2022-08-11 03:55:49] [ 1.547473] xen:balloon: Waiting for initial ballooning down having finished.
[2022-08-11 03:55:50] [ 2.363951] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
[2022-08-11 03:55:51] [ 3.037595] xen:balloon: Initial ballooning down finished.
[2022-08-11 03:55:51] [ 3.039367] Freeing unused decrypted memory: 2036K
[2022-08-11 03:55:51] [ 3.040655] Freeing unused kernel image (initmem) memory: 3404K
[2022-08-11 03:55:51] [ 3.040700] Write protecting the kernel read-only data: 24576k
[2022-08-11 03:55:51] [ 3.042633] Freeing unused kernel image (text/rodata gap) memory: 2036K
[2022-08-11 03:55:51] [ 3.042801] Freeing unused kernel image (rodata/data gap) memory: 468K
[2022-08-11 03:55:51] [ 3.042911] rodata_test: all tests were successful
[2022-08-11 03:55:51] [ 3.042938] Run /init as init process
[2022-08-11 03:55:51] Qubes initramfs script here:
[2022-08-11 03:55:51] [ 3.052055] Invalid max_queues (4), will use default max: 2.
[2022-08-11 03:55:51] [ 3.190767] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled
[2022-08-11 03:55:51] [ 3.194613] xvda: xvda1 xvda2 xvda3
[2022-08-11 03:55:51] [ 3.222578] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled
[2022-08-11 03:55:51] [ 3.226283] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled
[2022-08-11 03:55:51] [ 3.243554] blkfront: xvdd: barrier or flush: disabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled
[2022-08-11 03:55:51] Waiting for /dev/xvda* devices...
[2022-08-11 03:55:51] Qubes: Doing R/W setup for TemplateVM...
[2022-08-11 03:55:51] [ 3.548356] xvdc: xvdc1 xvdc3
[2022-08-11 03:55:51] Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
[2022-08-11 03:55:51] no label, UUID=61db34ca-c11a-4001-addd-78b69a70e5aa
[2022-08-11 03:55:51] Qubes: done.
[2022-08-11 03:55:51] [ 3.584122] EXT4-fs (xvda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[2022-08-11 03:55:51] Waiting for /dev/xvdd device...
[2022-08-11 03:55:51] [ 3.589429] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[2022-08-11 03:55:51] [ 3.590383] EXT4-fs (xvdd): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[2022-08-11 03:55:51] mount: /tmp/modules: WARNING: device write-protected, mounted read-only.
[2022-08-11 03:55:51] [ 3.641088] EXT4-fs (xvda3): re-mounted. Opts: (null). Quota mode: none.
[2022-08-11 03:55:51] switch_root: failed to mount moving /dev to /sysroot/dev: Invalid argument
[2022-08-11 03:55:51] switch_root: forcing unmount of /dev
[2022-08-11 03:55:51] switch_root: failed to mount moving /proc to /sysroot/proc: Invalid argument
[2022-08-11 03:55:51] switch_root: forcing unmount of /proc
[2022-08-11 03:55:51] switch_root: failed to mount moving /sys to /sysroot/sys: Invalid argument
[2022-08-11 03:55:51] switch_root: forcing unmount of /sys
[2022-08-11 03:55:51] switch_root: failed to mount moving /run to /sysroot/run: Invalid argument
[2022-08-11 03:55:51] switch_root: forcing unmount of /run
[2022-08-11 03:55:51] libbpf: failed to find valid kernel BTF
[2022-08-11 03:55:51] libbpf: Error loading vmlinux BTF: -3
[2022-08-11 03:55:51] libbpf: failed to load object 'iterators_bpf'
[2022-08-11 03:55:51] libbpf: failed to load BPF skeleton 'iterators_bpf': -3
[2022-08-11 03:55:51] Failed load could be due to wrong endianness
[2022-08-11 03:55:51] [ 3.707062] systemd[1]: systemd v250.3-8.fc36 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 +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[2022-08-11 03:55:51] [ 3.707192] systemd[1]: Detected virtualization xen.
[2022-08-11 03:55:51] [ 3.707213] systemd[1]: Detected architecture x86-64.
[2022-08-11 03:55:51]
[2022-08-11 03:55:51] Welcome to .[0;38;2;60;110;180mFedora Linux 36 (Thirty Six).[0m!
[2022-08-11 03:55:51]
[2022-08-11 03:55:51] [ 3.708816] systemd[1]: No hostname configured, using default hostname.
[2022-08-11 03:55:51] [ 3.708892] systemd[1]: Hostname set to <fedora>.
[2022-08-11 03:55:51] [ 3.763134] systemd[1]: BPF LSM hook not enabled in the kernel, LSM BPF not supported
[2022-08-11 03:55:51] [ 3.879322] systemd[1]: /usr/lib/systemd/system/qubes-gui-agent.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[2022-08-11 03:55:51] [ 3.896669] systemd[1]: /usr/lib/systemd/system/qubes-db.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[2022-08-11 03:55:51] [ 3.903421] systemd[1]: Queued start job for default target multi-user.target.
[2022-08-11 03:55:51] [ 3.904610] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[2022-08-11 03:55:51] [.[0;32m OK .[0m] Created slice .[0;1;39msystem-getty.slice.[0m - Slice /system/getty.
[2022-08-11 03:55:51] [ 3.905110] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[2022-08-11 03:55:51] [.[0;32m OK .[0m] Created slice .[0;1;39msystem-modpr…lice.[0m - Slice /system/modprobe.
[2022-08-11 03:55:51] [ 3.905573] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[2022-08-11 03:55:51] [.[0;32m OK .[0m] Created slice .[0;1;39msystem-seria….[0m - Slice /system/serial-getty.
[2022-08-11 03:55:51] [ 3.905885] systemd[1]: Created slice user.slice - User and Session Slice.
[2022-08-11 03:55:51] [.[0;32m OK .[0m] Created slice .[0;1;39muser.slice.[0m - User and Session Slice.
[2022-08-11 03:55:51] [ 3.906044] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[2022-08-11 03:55:51] [.[0;32m OK .[0m] Started .[0;1;39msystemd-ask-passwo…quests to Console Directory Watch.
[2022-08-11 03:55:51] [ 3.906196] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[2022-08-11 03:55:51] [.[0;32m OK .[0m] Started .[0;1;39msystemd-ask-passwo… Requests to Wall Directory Watch.
[2022-08-11 03:55:51] [ 3.906454] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[2022-08-11 03:55:51] [.[0;32m OK .[0m] Set up automount .[0;1;39mproc-sys-…rmats File System Automount Point.
[2022-08-11 03:55:51] [ 3.906615] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[2022-08-11 03:55:51] [.[0;32m OK .[0m] Reached target .[0;1;39mcryptsetup.…get.[0m - Local Encrypted Volumes.
[2022-08-11 03:55:51] [ 3.906726] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Reached target .[0;1;39mintegrityse…Local Integrity Protected Volumes.
[2022-08-11 03:55:52] [ 3.906838] systemd[1]: Reached target paths.target - Path Units.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Reached target .[0;1;39mpaths.target.[0m - Path Units.
[2022-08-11 03:55:52] [ 3.906924] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Reached target .[0;1;39mremote-fs.target.[0m - Remote File Systems.
[2022-08-11 03:55:52] [ 3.907008] systemd[1]: Reached target slices.target - Slice Units.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Reached target .[0;1;39mslices.target.[0m - Slice Units.
[2022-08-11 03:55:52] [ 3.907104] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Reached target .[0;1;39mveritysetup… - Local Verity Protected Volumes.
[2022-08-11 03:55:52] [ 3.908212] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-cored…et.[0m - Process Core Dump Socket.
[2022-08-11 03:55:52] [ 3.908357] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-initc… initctl Compatibility Named Pipe.
[2022-08-11 03:55:52] [ 3.908613] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-journ…socket.[0m - Journal Audit Socket.
[2022-08-11 03:55:52] [ 3.908798] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-journ…t.[0m - Journal Socket (/dev/log).
[2022-08-11 03:55:52] [ 3.908980] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-journald.socket.[0m - Journal Socket.
[2022-08-11 03:55:52] [ 3.909150] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-oomd.…Out-Of-Memory (OOM) Killer Socket.
[2022-08-11 03:55:52] [ 3.909609] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-udevd….socket.[0m - udev Control Socket.
[2022-08-11 03:55:52] [ 3.949190] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-udevd…l.socket.[0m - udev Kernel Socket.
[2022-08-11 03:55:52] [ 3.949412] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-userd…0m - User Database Manager Socket.
[2022-08-11 03:55:52] [ 3.950414] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[2022-08-11 03:55:52] Mounting .[0;1;39mdev-hugepages.mount.[0m - Huge Pages File System...
[2022-08-11 03:55:52] [ 3.951323] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[2022-08-11 03:55:52] Mounting .[0;1;39mdev-mqueue.mount.…POSIX Message Queue File System...
[2022-08-11 03:55:52] [ 3.952245] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[2022-08-11 03:55:52] Mounting .[0;1;39msys-kernel-debug.….[0m - Kernel Debug File System...
[2022-08-11 03:55:52] [ 3.953165] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[2022-08-11 03:55:52] Mounting .[0;1;39msys-kernel-tracin….[0m - Kernel Trace File System...
[2022-08-11 03:55:52] [ 3.954210] systemd[1]: Starting dev-xvdc1-swap.service - Enable swap on /dev/xvdc1 early...
[2022-08-11 03:55:52] Starting .[0;1;39mdev-xvdc1-swap.se…Enable swap on /dev/xvdc1 early...
[2022-08-11 03:55:52] [ 3.955212] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[2022-08-11 03:55:52] Starting .[0;1;39mkmod-static-nodes…ate List of Static Device Nodes...
[2022-08-11 03:55:52] [ 3.956249] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[2022-08-11 03:55:52] Starting .[0;1;39mmodprobe@configfs…m - Load Kernel Module configfs...
[2022-08-11 03:55:52] [ 3.957185] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[2022-08-11 03:55:52] Starting .[0;1;39mmodprobe@drm.service.[0m - Load Kernel Module drm...
[2022-08-11 03:55:52] [ 3.958085] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[2022-08-11 03:55:52] Starting .[0;1;39mmodprobe@fuse.ser…e.[0m - Load Kernel Module fuse...
[2022-08-11 03:55:52] [ 3.968870] fuse: init (API version 7.34)
[2022-08-11 03:55:52] [ 3.974329] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[2022-08-11 03:55:52] Starting .[0;1;39msystemd-modules-l…rvice.[0m - Load Kernel Modules...
[2022-08-11 03:55:52] [ 3.975356] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[2022-08-11 03:55:52] Starting .[0;1;39msystemd-network-g… units from Kernel command line...
[2022-08-11 03:55:52] [ 3.975574] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because all trigger condition checks failed.
[2022-08-11 03:55:52] [ 3.976383] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[2022-08-11 03:55:52] Starting .[0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices...
[2022-08-11 03:55:52] [ 3.978266] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Mounted .[0;1;39mdev-hugepages.mount.[0m - Huge Pages File System.
[2022-08-11 03:55:52] [ 3.978492] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Mounted .[0;1;39mdev-mqueue.mount.[…- POSIX Message Queue File System.
[2022-08-11 03:55:52] [ 3.978711] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Mounted .[0;1;39msys-kernel-debug.m…nt.[0m - Kernel Debug File System.
[2022-08-11 03:55:52] [ 3.978872] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Mounted .[0;1;39msys-kernel-tracing…nt.[0m - Kernel Trace File System.
[2022-08-11 03:55:52] [ 3.979124] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39mkmod-static-nodes…reate List of Static Device Nodes.
[2022-08-11 03:55:52] [ 3.979569] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[2022-08-11 03:55:52] [ 4.148991] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs.
[2022-08-11 03:55:52] [ 4.149484] systemd[1]: modprobe@drm.service: Deactivated successfully.
[2022-08-11 03:55:52] [ 4.149653] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39mmodprobe@drm.service.[0m - Load Kernel Module drm.
[2022-08-11 03:55:52] [ 4.150031] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[2022-08-11 03:55:52] [ 4.150171] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39mmodprobe@fuse.service.[0m - Load Kernel Module fuse.
[2022-08-11 03:55:52] [ 4.151227] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[2022-08-11 03:55:52] Mounting .[0;1;39msys-fs-fuse-conne….[0m - FUSE Control File System...
[2022-08-11 03:55:52] [ 4.152251] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[2022-08-11 03:55:52] Mounting .[0;1;39msys-kernel-config…ernel Configuration File System...
[2022-08-11 03:55:52] [ 4.152750] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-network-g…rk units from Kernel command line.
[2022-08-11 03:55:52] [ 4.155857] xen:xen_evtchn: Event-channel device installed
[2022-08-11 03:55:52] [ 4.156408] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Mounted .[0;1;39msys-fs-fuse-connec…nt.[0m - FUSE Control File System.
[2022-08-11 03:55:52] [ 4.156675] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Mounted .[0;1;39msys-kernel-config.… Kernel Configuration File System.
[2022-08-11 03:55:52] [ 4.157187] Adding 1048572k swap on /dev/xvdc1. Priority:-2 extents:1 across:1048572k SSFS
[2022-08-11 03:55:52] [ 4.161951] systemd[1]: Condition check resulted in dev-xvdc1.swap - /dev/xvdc1 being skipped.
[2022-08-11 03:55:52] [ 4.162015] systemd[1]: Unnecessary job was removed for dev-xvdc1.device - /dev/xvdc1.
[2022-08-11 03:55:52] [ 4.163433] systemd[1]: dev-xvdc1-swap.service: Deactivated successfully.
[2022-08-11 03:55:52] [ 4.167812] systemd[1]: Finished dev-xvdc1-swap.service - Enable swap on /dev/xvdc1 early.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39mdev-xvdc1-swap.se…- Enable swap on /dev/xvdc1 early.
[2022-08-11 03:55:52] [ 4.167985] systemd[1]: Reached target swap.target - Swaps.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Reached target .[0;1;39mswap.target.[0m - Swaps.
[2022-08-11 03:55:52] [ 4.169081] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
[2022-08-11 03:55:52] [ 4.169741] systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...
[2022-08-11 03:55:52] Mounting .[0;1;39mtmp.mount.[0m - Temporary Directory /tmp...
[2022-08-11 03:55:52] [ 4.170275] systemd[1]: Starting systemd-fsck-root.service - File System Check on Root Device...
[2022-08-11 03:55:52] Starting .[0;1;39msystemd-fsck-root…ile System Check on Root Device...
[2022-08-11 03:55:52] [ 4.174563] systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Mounted .[0;1;39mtmp.mount.[0m - Temporary Directory /tmp.
[2022-08-11 03:55:52] [ 4.182953] systemd[1]: Finished systemd-fsck-root.service - File System Check on Root Device.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-fsck-root… File System Check on Root Device.
[2022-08-11 03:55:52] [ 4.183582] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[2022-08-11 03:55:52] Starting .[0;1;39msystemd-remount-f…nt Root and Kernel File Systems...
[2022-08-11 03:55:52] [ 4.204772] EXT4-fs (xvda3): re-mounted. Opts: discard. Quota mode: none.
[2022-08-11 03:55:52] [ 4.206711] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-remount-f…ount Root and Kernel File Systems.
[2022-08-11 03:55:52] [ 4.349454] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-udev-trig…e.[0m - Coldplug All udev Devices.
[2022-08-11 03:55:52] [ 4.349828] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[2022-08-11 03:55:52] [ 4.350334] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[2022-08-11 03:55:52] [ 4.350440] systemd[1]: systemd-sysusers.service - Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[2022-08-11 03:55:52] [ 4.351342] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[2022-08-11 03:55:52] Starting .[0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev...
[2022-08-11 03:55:52] [ 4.367312] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-tmpfiles-…reate Static Device Nodes in /dev.
[2022-08-11 03:55:52] [ 4.367581] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Reached target .[0;1;39mlocal-fs-pr…reparation for Local File Systems.
[2022-08-11 03:55:52] [ 4.368821] systemd[1]: Started haveged.service - Entropy Daemon based on the HAVEGE algorithm.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Started .[0;1;39mhaveged.service.[0…mon based on the HAVEGE algorithm.
[2022-08-11 03:55:52] [ 4.370384] systemd[1]: Starting systemd-journald.service - Journal Service...
[2022-08-11 03:55:52] Starting .[0;1;39msystemd-journald.service.[0m - Journal Service...
[2022-08-11 03:55:52] [ 4.371747] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[2022-08-11 03:55:52] Starting .[0;1;39msystemd-udevd.ser…ger for Device Events and Files...
[2022-08-11 03:55:52] [ 4.393591] Rounding down aligned max_sectors from 4294967295 to 4294967288
[2022-08-11 03:55:52] [ 4.404554] db_root: cannot open: /etc/target
[2022-08-11 03:55:52] [ 4.440625] systemd[1]: Started systemd-journald.service - Journal Service.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Started .[0;1;39msystemd-journald.service.[0m - Journal Service.
[2022-08-11 03:55:52] Starting .[0;1;39msystemd-journal-f…h Journal to Persistent Storage...
[2022-08-11 03:55:52] [ 4.447590] systemd-journald[265]: Received client request to flush runtime journal.
[2022-08-11 03:55:52] [ 4.605545] audit: type=1130 audit(1660204552.446:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Started .[0;1;39msystemd-udevd.serv…nager for Device Events and Files.
[2022-08-11 03:55:52] [ 4.626342] audit: type=1130 audit(1660204552.631:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:52] [ 4.632429] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[2022-08-11 03:55:52] [ 4.633006] piix4_smbus 0000:00:01.3: SMBus Host Controller not enabled!
[2022-08-11 03:55:52] [ 4.633180] ehci-pci: EHCI PCI platform driver
[2022-08-11 03:55:52] [ 4.633977] ehci-pci 0000:00:04.0: EHCI Host Controller
[2022-08-11 03:55:52] [ 4.634326] ehci-pci 0000:00:04.0: new USB bus registered, assigned bus number 1
[2022-08-11 03:55:52] [ 4.636567] ehci-pci 0000:00:04.0: irq 35, io mem 0xf1002000
[2022-08-11 03:55:52] [ 4.643698] ehci-pci 0000:00:04.0: USB 2.0 started, EHCI 1.00
[2022-08-11 03:55:52] [ 4.648142] input: PC Speaker as /devices/platform/pcspkr/input/input5
[2022-08-11 03:55:52] [ 4.651374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[2022-08-11 03:55:52] [ 4.651404] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[2022-08-11 03:55:52] [ 4.651425] usb usb1: Product: EHCI Host Controller
[2022-08-11 03:55:52] [ 4.651439] usb usb1: Manufacturer: Linux 5.15.52-1.fc32.qubes.x86_64 ehci_hcd
[2022-08-11 03:55:52] [ 4.651459] usb usb1: SerialNumber: 0000:00:04.0
[2022-08-11 03:55:52] [ 4.670745] hub 1-0:1.0: USB hub found
[2022-08-11 03:55:52] [ 4.670819] hub 1-0:1.0: 6 ports detected
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-modules-l…service.[0m - Load Kernel Modules.
[2022-08-11 03:55:52] [ 4.675781] audit: type=1130 audit(1660204552.680:4): 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'
[2022-08-11 03:55:52] Starting .[0;1;39mqubes-db.service.[0m - Qubes DB agent...
[2022-08-11 03:55:52] Starting .[0;1;39msystemd-sysctl.se…ce.[0m - Apply Kernel Variables...
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-sysctl.service.[0m - Apply Kernel Variables.
[2022-08-11 03:55:52] [ 4.700683] audit: type=1130 audit(1660204552.705:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:52] [ 4.734358] memmap_init_zone_device initialised 32768 pages in 0ms
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Started .[0;1;39mqubes-db.service.[0m - Qubes DB agent.
[2022-08-11 03:55:52] Starting .[0;1;39mqubes-sysinit.ser… - Init Qubes Services settings...
[2022-08-11 03:55:52] Starting .[0;1;39msystemd-random-se…ice.[0m - Load/Save Random Seed...
[2022-08-11 03:55:52] [ 4.742832] audit: type=1130 audit(1660204552.746:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Found device .[0;1;39mdev-hvc0.device.[0m - /dev/hvc0.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-journal-f…ush Journal to Persistent Storage.
[2022-08-11 03:55:52] [ 4.803116] audit: type=1130 audit(1660204552.807:7): 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'
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-random-se…rvice.[0m - Load/Save Random Seed.
[2022-08-11 03:55:52] [ 4.818923] audit: type=1130 audit(1660204552.824:8): 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'
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-sysinit.ser…0m - Init Qubes Services settings.
[2022-08-11 03:55:52] Starting .[0;1;39mqubes-mount-dirs.…tialize and mount /rw and /home...
[2022-08-11 03:55:52] Starting .[0;1;39mqubes-rootfs-resi…m - Adjust root filesystem size...
[2022-08-11 03:55:52] [ 4.826390] audit: type=1130 audit(1660204552.830:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-sysinit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:52] [ 4.874946] intel_rapl_msr: PL4 support detected.
[2022-08-11 03:55:52] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-rootfs-resi…[0m - Adjust root filesystem size.
[2022-08-11 03:55:52] [ 4.880030] audit: type=1130 audit(1660204552.885:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-rootfs-resize comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:53] [ 4.944669] usb 1-1: new high-speed USB device number 2 using ehci-pci
[2022-08-11 03:55:53] [ 4.971650] EXT4-fs (xvdb): mounted filesystem with ordered data mode. Opts: discard. Quota mode: none.
[2022-08-11 03:55:53] Starting .[0;1;39msystemd-userdbd.s…ice.[0m - User Database Manager...
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39msystemd-userdbd.service.[0m - User Database Manager.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-mount-dirs.…nitialize and mount /rw and /home.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Reached target .[0;1;39mlocal-fs.target.[0m - Local File Systems.
[2022-08-11 03:55:53] Starting .[0;1;39mdracut-shutdown.s…tore /run/initramfs on shutdown...
[2022-08-11 03:55:53] Starting .[0;1;39mqubes-early-vm-co…e.[0m - Early Qubes VM settings...
[2022-08-11 03:55:53] Starting .[0;1;39msystemd-boot-upda… - Automatic Boot Loader Update...
[2022-08-11 03:55:53] Starting .[0;1;39msystemd-tmpfiles-… Volatile Files and Directories...
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39mdracut-shutdown.s…estore /run/initramfs on shutdown.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-boot-upda…0m - Automatic Boot Loader Update.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-tmpfiles-…te Volatile Files and Directories.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-early-vm-co…ice.[0m - Early Qubes VM settings.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Reached target .[0;1;39mnetwork-pre…get.[0m - Preparation for Network.
[2022-08-11 03:55:53] Starting .[0;1;39msystemd-oomd.serv…pace Out-Of-Memory (OOM) Killer...
[2022-08-11 03:55:53] Starting .[0;1;39msystemd-resolved.…e.[0m - Network Name Resolution...
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Reached target .[0;1;39mtime-set.target.[0m - System Time Set.
[2022-08-11 03:55:53] Starting .[0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP...
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Reached target .[0;1;39msysinit.target.[0m - System Initialization.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mfstrim.timer.[0m - Discard unused blocks once a week.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mlogrotate.timer.[0m - Daily rotation of log files.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mqubes-sync-time.ti….[0m - Update system time each 6h.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mqubes-update-check… - Periodically check for updates.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mraid-check.timer.[… - Weekly RAID setup health check.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39msystemd-tmpfiles-c… Cleanup of Temporary Directories.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39munbound-anchor.tim… the root trust anchor for DNSSEC.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Reached target .[0;1;39mtimers.target.[0m - Timer Units.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Listening on .[0;1;39mdbus.socket.[…- D-Bus System Message Bus Socket.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Listening on .[0;1;39mpcscd.socket.…art Card Daemon Activation Socket.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Reached target .[0;1;39msockets.target.[0m - Socket Units.
[2022-08-11 03:55:53] Starting .[0;1;39mdbus-broker.servi….[0m - D-Bus System Message Bus...
[2022-08-11 03:55:53] [ 5.123726] usb 1-1: New USB device found, idVendor=0627, idProduct=0001, bcdDevice= 0.00
[2022-08-11 03:55:53] [ 5.123753] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=10
[2022-08-11 03:55:53] [ 5.123773] usb 1-1: Product: QEMU USB Tablet
[2022-08-11 03:55:53] [ 5.123786] usb 1-1: Manufacturer: QEMU
[2022-08-11 03:55:53] [ 5.123797] usb 1-1: SerialNumber: 42
[2022-08-11 03:55:53] [ 5.156128] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:04.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input6
[2022-08-11 03:55:53] [ 5.156416] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:04.0-1/input0
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39msystemd-oomd.servi…rspace Out-Of-Memory (OOM) Killer.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mdbus-broker.service.[0m - D-Bus System Message Bus.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Reached target .[0;1;39mbasic.target.[0m - Basic System.
[2022-08-11 03:55:53] Starting .[0;1;39mabrtd.service.[0m…RT Automated Bug Reporting Tool...
[2022-08-11 03:55:53] Starting .[0;1;39mlm_sensors.servic…m - Hardware Monitoring Sensors...
[2022-08-11 03:55:53] Starting .[0;1;39mpolkit.service.[0m - Authorization Manager...
[2022-08-11 03:55:53] Starting .[0;1;39mqubes-iptables.se… - Qubes base firewall settings...
[2022-08-11 03:55:53] Starting .[0;1;39mqubes-meminfo-wri…bes memory information reporter...
[2022-08-11 03:55:53] Starting .[0;1;39mqubes-network-upl…[0m - Qubes network uplink wait...
[2022-08-11 03:55:53] Starting .[0;1;39msystemd-logind.se…ice.[0m - User Login Management...
[2022-08-11 03:55:53] Starting .[0;1;39mxendriverdomain.s…Xen driver domain device daemon...
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mqubes-meminfo-writ…Qubes memory information reporter.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39msystemd-resolved.s…ice.[0m - Network Name Resolution.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Reached target .[0;1;39mnss-lookup.…m - Host and Network Name Lookups.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-network-upl…e.[0m - Qubes network uplink wait.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mxendriverdomain.se…- Xen driver domain device daemon.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39mlm_sensors.servic…[0m - Hardware Monitoring Sensors.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39msystemd-logind.service.[0m - User Login Management.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mabrtd.service.[0m …ABRT Automated Bug Reporting Tool.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mabrt-journal-core.…roblems from coredumpctl messages.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mabrt-oops.service.[0m - ABRT kernel log watcher.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mabrt-xorg.service.[0m - ABRT Xorg log watcher.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-iptables.se…0m - Qubes base firewall settings.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Reached target .[0;1;39mnetwork.target.[0m - Network.
[2022-08-11 03:55:53] Starting .[0;1;39mqubes-misc-post.s… - Qubes misc post-boot actions...
[2022-08-11 03:55:53] Starting .[0;1;39msystemd-user-sess…vice.[0m - Permit User Sessions...
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-user-sess…ervice.[0m - Permit User Sessions.
[2022-08-11 03:55:53] Starting .[0;1;39mlightdm.service.[0m - Light Display Manager...
[2022-08-11 03:55:53] Starting .[0;1;39mqubes-qrexec-agen…e.[0m - Qubes remote exec agent...
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mserial-getty@hvc0.service.[0m - Serial Getty on hvc0.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Reached target .[0;1;39mgetty.target.[0m - Login Prompts.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mpolkit.service.[0m - Authorization Manager.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mlightdm.service.[0m - Light Display Manager.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39mqubes-qrexec-agent…ice.[0m - Qubes remote exec agent.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Reached target .[0;1;39mnss-user-lo…[0m - User and Group Name Lookups.
[2022-08-11 03:55:53] Starting .[0;1;39maccounts-daemon.service.[0m - Accounts Service...
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39maccounts-daemon.service.[0m - Accounts Service.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Created slice .[0;1;39msystem-syste… - Slice /system/systemd-coredump.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Started .[0;1;39msystemd-coredump@0…Process Core Dump (PID 549/UID 0).
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Created slice .[0;1;39muser-0.slice.[0m - User Slice of UID 0.
[2022-08-11 03:55:53] Starting .[0;1;39muser-runtime-dir@…r Runtime Directory /run/user/0...
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39muser-runtime-dir@…ser Runtime Directory /run/user/0.
[2022-08-11 03:55:53] Starting .[0;1;39muser@0.service.[0m - User Manager for UID 0...
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-misc-post.s…0m - Qubes misc post-boot actions.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Reached target .[0;1;39mmulti-user.target.[0m - Multi-User System.
[2022-08-11 03:55:53] Starting .[0;1;39msystemd-update-ut… Record Runlevel Change in UTMP...
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP.
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Created slice .[0;1;39muser-1000.slice.[0m - User Slice of UID 1000.
[2022-08-11 03:55:53] Starting .[0;1;39muser-runtime-dir@…untime Directory /run/user/1000...
[2022-08-11 03:55:53] [.[0;32m OK .[0m] Finished .[0;1;39muser-runtime-dir@… Runtime Directory /run/user/1000.
[2022-08-11 03:55:53] Starting .[0;1;39muser@1000.service.[0m - User Manager for UID 1000...
[2022-08-11 03:55:54] [.[0;32m OK .[0m] Started .[0;1;39muser@0.service.[0m - User Manager for UID 0.
[2022-08-11 03:55:54] [.[0;32m OK .[0m] Started .[0;1;39muser@1000.service.[0m - User Manager for UID 1000.
[2022-08-11 03:55:54] [.[0;32m OK .[0m] Started .[0;1;39msession-c1.scope.[0m - Session c1 of User root.
[2022-08-11 03:55:54] [.[0;32m OK .[0m] Started .[0;1;39msession-c2.scope.[0m - Session c2 of User user.
[2022-08-11 03:55:54] [.[0;32m OK .[0m] Started .[0;1;39msession-c3.scope.[0m - Session c3 of User user.
[2022-08-11 03:55:54] [.[0;32m OK .[0m] Started .[0;1;39msession-c4.scope.[0m - Session c4 of User user.
[2022-08-11 03:55:54] [.[0;32m OK .[0m] Started .[0;1;39msession-c5.scope.[0m - Session c5 of User user.
[2022-08-11 03:55:54] [.[0;32m OK .[0m] Started .[0;1;39msession-c6.scope.[0m - Session c6 of User user.
[2022-08-11 03:55:54] [.[0;32m OK .[0m] Started .[0;1;39msession-c7.scope.[0m - Session c7 of User user.
[2022-08-11 03:55:54] [ 5.944376] kauditd_printk_skb: 154 callbacks suppressed
[2022-08-11 03:55:54] [ 5.944378] audit: type=1130 audit(1660204553.947:119): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:54] [ 5.944425] audit: type=1130 audit(1660204553.947:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:54] [ 5.951808] audit: type=1100 audit(1660204553.952:121): pid=604 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_rootok acct="user" exe="/usr/lib/qubes/qrexec-agent" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:54] [ 5.951879] audit: type=1100 audit(1660204553.955:122): pid=605 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_rootok acct="user" exe="/usr/lib/qubes/qrexec-agent" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:54] [ 5.958873] audit: type=1103 audit(1660204553.958:123): pid=604 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="user" exe="/usr/lib/qubes/qrexec-agent" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:54] [ 5.958950] audit: type=1103 audit(1660204553.958:124): pid=605 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="user" exe="/usr/lib/qubes/qrexec-agent" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:54] [ 5.968724] audit: type=1100 audit(1660204553.973:125): pid=607 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_rootok acct="user" exe="/usr/lib/qubes/qrexec-agent" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:54] [ 5.970575] audit: type=1103 audit(1660204553.974:126): pid=607 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="user" exe="/usr/lib/qubes/qrexec-agent" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:54] [ 6.010908] audit: type=1130 audit(1660204554.014:127): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:54] [ 6.010992] audit: type=1131 audit(1660204554.014:128): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 03:55:54] [ 6.254286] input: dom0: AT Translated Set 2 keyboard as /devices/virtual/input/input7
[2022-08-11 03:55:54] [ 6.257955] input: dom0: ThinkPad Extra Buttons as /devices/virtual/input/input8
[2022-08-11 03:55:54] [ 6.265091] input: dom0: Video Bus as /devices/virtual/input/input9
[2022-08-11 03:55:54] [ 6.265384] input: dom0: SYNA8017:00 06CB:CEB2 Touchpad as /devices/virtual/input/input10
[2022-08-11 03:55:54] [ 6.265632] input: dom0: SYNA8017:00 06CB:CEB2 Mouse as /devices/virtual/input/input11
[2022-08-11 03:55:54] [ 6.313565] input: dom0: Power Button as /devices/virtual/input/input12
[2022-08-11 03:55:54] [ 6.326341] input: dom0: Intel HID events as /devices/virtual/input/input13
[2022-08-11 03:55:54] [ 6.409304] input: dom0: Sleep Button as /devices/virtual/input/input14
[2022-08-11 03:55:54] [ 6.846142] input: dom0: TPPS/2 Elan TrackPoint as /devices/virtual/input/input15
[2022-08-11 03:55:55]
[2022-08-11 03:55:55] Fedora Linux 36 (Thirty Six)
[2022-08-11 03:55:55] Kernel 5.15.52-1.fc32.qubes.x86_64 on an x86_64 (hvc0)
[2022-08-11 03:55:55]
[2022-08-11 03:55:55] sys-gui-gpu login: [2022-08-11 03:55:58] Stopping .[0;1;39msession-c10.scope.[0m - Session c10 of User user...
[2022-08-11 03:55:58] Stopping .[0;1;39msession-c2.scope.[0m - Session c2 of User user...
[2022-08-11 03:55:58] Stopping .[0;1;39msession-c3.scope.[0m - Session c3 of User user...
[2022-08-11 03:55:58] Stopping .[0;1;39msession-c4.scope.[0m - Session c4 of User user...
[2022-08-11 03:55:58] Stopping .[0;1;39msession-c5.scope.[0m - Session c5 of User user...
[2022-08-11 03:55:58] Stopping .[0;1;39msession-c6.scope.[0m - Session c6 of User user...
[2022-08-11 03:55:58] Stopping .[0;1;39msession-c7.scope.[0m - Session c7 of User user...
[2022-08-11 03:55:58] Stopping .[0;1;39msession-c8.scope.[0m - Session c8 of User user...
[2022-08-11 03:55:58] Stopping .[0;1;39msession-c9.scope.[0m - Session c9 of User user...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Removed slice .[0;1;39msystem-getty.slice.[0m - Slice /system/getty.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Removed slice .[0;1;39msystem-modpr…lice.[0m - Slice /system/modprobe.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Removed slice .[0;1;39msystem-qubes…ystem/qubes-input-sender-keyboard.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Removed slice .[0;1;39msystem-qubes… /system/qubes-input-sender-mouse.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Removed slice .[0;1;39msystem-qubes…/system/qubes-input-sender-tablet.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Removed slice .[0;1;39msystem-syste… - Slice /system/systemd-coredump.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mmulti-user.target.[0m - Multi-User System.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mgetty.target.[0m - Login Prompts.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mnss-lookup.…m - Host and Network Name Lookups.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mtimers.target.[0m - Timer Units.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mfstrim.timer.[0m - Discard unused blocks once a week.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mlogrotate.timer.[0m - Daily rotation of log files.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mqubes-update-check… - Periodically check for updates.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mraid-check.timer.[… - Weekly RAID setup health check.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-tmpfiles-c… Cleanup of Temporary Directories.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39munbound-anchor.tim… the root trust anchor for DNSSEC.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mtime-set.target.[0m - System Time Set.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Closed .[0;1;39msystemd-coredump.so…et.[0m - Process Core Dump Socket.
[2022-08-11 03:55:58] Stopping .[0;1;39mabrt-journal-core…blems from coredumpctl messages...
[2022-08-11 03:55:58] Stopping .[0;1;39mabrt-oops.service.[0m - ABRT kernel log watcher...
[2022-08-11 03:55:58] Stopping .[0;1;39mabrt-xorg.service.[0m - ABRT Xorg log watcher...
[2022-08-11 03:55:58] Stopping .[0;1;39maccounts-daemon.service.[0m - Accounts Service...
[2022-08-11 03:55:58] Stopping .[0;1;39mdbus-:1.4-org.freedesktop.problems@0.service.[0m...
[2022-08-11 03:55:58] Stopping .[0;1;39mdracut-shutdown.s…tore /run/initramfs on shutdown...
[2022-08-11 03:55:58] Stopping .[0;1;39mlm_sensors.servic…m - Hardware Monitoring Sensors...
[2022-08-11 03:55:58] Stopping .[0;1;39mpolkit.service.[0m - Authorization Manager...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mqubes-iptables.ser…0m - Qubes base firewall settings.
[2022-08-11 03:55:58] Stopping .[0;1;39mqubes-misc-post.s… - Qubes misc post-boot actions...
[2022-08-11 03:55:58] Stopping .[0;1;39mqubes-sync-time.s….[0m - Update time from ClockVM...
[2022-08-11 03:55:58] Stopping .[0;1;39mserial-getty@hvc0…vice.[0m - Serial Getty on hvc0...
[2022-08-11 03:55:58] Stopping .[0;1;39msystemd-hostnamed.service.[0m - Hostname Service...
[2022-08-11 03:55:58] Stopping .[0;1;39msystemd-oomd.serv…pace Out-Of-Memory (OOM) Killer...
[2022-08-11 03:55:58] Stopping .[0;1;39muser@0.service.[0m - User Manager for UID 0...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-oomd.servi…rspace Out-Of-Memory (OOM) Killer.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mpolkit.service.[0m - Authorization Manager.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mabrt-journal-core.…roblems from coredumpctl messages.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mabrt-oops.service.[0m - ABRT kernel log watcher.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mabrt-xorg.service.[0m - ABRT Xorg log watcher.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mserial-getty@hvc0.service.[0m - Serial Getty on hvc0.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39maccounts-daemon.service.[0m - Accounts Service.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39muser@0.service.[0m - User Manager for UID 0.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-hostnamed.service.[0m - Hostname Service.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mdbus-:1.4-org.freedesktop.problems@0.service.[0m.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mqubes-sync-time.se…ce.[0m - Update time from ClockVM.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mdracut-shutdown.se…estore /run/initramfs on shutdown.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mlm_sensors.service.[0m - Hardware Monitoring Sensors.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mqubes-misc-post.se…0m - Qubes misc post-boot actions.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msession-c3.scope.[0m - Session c3 of User user.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msession-c9.scope.[0m - Session c9 of User user.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msession-c6.scope.[0m - Session c6 of User user.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msession-c8.scope.[0m - Session c8 of User user.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msession-c5.scope.[0m - Session c5 of User user.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msession-c4.scope.[0m - Session c4 of User user.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msession-c7.scope.[0m - Session c7 of User user.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msession-c2.scope.[0m - Session c2 of User user.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msession-c10.scope.[0m - Session c10 of User user.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Removed slice .[0;1;39msystem-dbus\…bus-:1.4-org.freedesktop.problems.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Removed slice .[0;1;39msystem-seria….[0m - Slice /system/serial-getty.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mqubes-sync-time.ti….[0m - Update system time each 6h.
[2022-08-11 03:55:58] Stopping .[0;1;39mabrtd.service.[0m…RT Automated Bug Reporting Tool...
[2022-08-11 03:55:58] Stopping .[0;1;39mqubes-qrexec-agen…e.[0m - Qubes remote exec agent...
[2022-08-11 03:55:58] Stopping .[0;1;39msystemd-logind.se…ice.[0m - User Login Management...
[2022-08-11 03:55:58] Stopping .[0;1;39muser-runtime-dir@…r Runtime Directory /run/user/0...
[2022-08-11 03:55:58] Stopping .[0;1;39muser@1000.service.[0m - User Manager for UID 1000...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mqubes-qrexec-agent…ice.[0m - Qubes remote exec agent.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Unmounted .[0;1;39mrun-user-0.mount.[0m - /run/user/0.
[2022-08-11 03:55:58] Stopping .[0;1;39mxendriverdomain.s…Xen driver domain device daemon...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mabrtd.service.[0m …ABRT Automated Bug Reporting Tool.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mxendriverdomain.se…- Xen driver domain device daemon.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39muser-runtime-dir@0…ser Runtime Directory /run/user/0.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Removed slice .[0;1;39muser-0.slice.[0m - User Slice of UID 0.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39muser@1000.service.[0m - User Manager for UID 1000.
[2022-08-11 03:55:58] Stopping .[0;1;39muser-runtime-dir@…untime Directory /run/user/1000...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Unmounted .[0;1;39mrun-user-1000.mount.[0m - /run/user/1000.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39muser-runtime-dir@1… Runtime Directory /run/user/1000.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-logind.service.[0m - User Login Management.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Removed slice .[0;1;39muser-1000.slice.[0m - User Slice of UID 1000.
[2022-08-11 03:55:58] Stopping .[0;1;39msystemd-user-sess…vice.[0m - Permit User Sessions...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-user-sessi…ervice.[0m - Permit User Sessions.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mnetwork.target.[0m - Network.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mnetwork-pre…get.[0m - Preparation for Network.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mnss-user-lo…[0m - User and Group Name Lookups.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mremote-fs.target.[0m - Remote File Systems.
[2022-08-11 03:55:58] Stopping .[0;1;39mqubes-meminfo-wri…bes memory information reporter...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mqubes-network-upli…e.[0m - Qubes network uplink wait.
[2022-08-11 03:55:58] Stopping .[0;1;39msystemd-resolved.…e.[0m - Network Name Resolution...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mqubes-meminfo-writ…Qubes memory information reporter.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mbasic.target.[0m - Basic System.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mpaths.target.[0m - Path Units.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mslices.target.[0m - Slice Units.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Removed slice .[0;1;39muser.slice.[0m - User and Session Slice.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39msockets.target.[0m - Socket Units.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Closed .[0;1;39mpcscd.socket.[0m - …art Card Daemon Activation Socket.
[2022-08-11 03:55:58] Stopping .[0;1;39mdbus-broker.servi….[0m - D-Bus System Message Bus...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-resolved.s…ice.[0m - Network Name Resolution.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39mdbus-broker.service.[0m - D-Bus System Message Bus.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Closed .[0;1;39mdbus.socket.[0m - D-Bus System Message Bus Socket.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39msysinit.target.[0m - System Initialization.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Unset automount .[0;1;39mproc-sys-f…rmats File System Automount Point.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mcryptsetup.…get.[0m - Local Encrypted Volumes.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-ask-passwo…quests to Console Directory Watch.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-ask-passwo… Requests to Wall Directory Watch.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mintegrityse…Local Integrity Protected Volumes.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mveritysetup… - Local Verity Protected Volumes.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-boot-updat…0m - Automatic Boot Loader Update.
[2022-08-11 03:55:58] Stopping .[0;1;39msystemd-random-se…ice.[0m - Load/Save Random Seed...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-sysctl.service.[0m - Apply Kernel Variables.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-modules-lo…service.[0m - Load Kernel Modules.
[2022-08-11 03:55:58] Stopping .[0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-update-utm…cord System Boot/Shutdown in UTMP.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-tmpfiles-s…te Volatile Files and Directories.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mlocal-fs.target.[0m - Local File Systems.
[2022-08-11 03:55:58] Unmounting .[0;1;39mhome.mount.[0m - /home...
[2022-08-11 03:55:58] Unmounting .[0;1;39mtmp.mount.[0m - Temporary Directory /tmp...
[2022-08-11 03:55:58] Unmounting .[0;1;39musr-lib-modules.mount.[0m - /usr/lib/modules...
[2022-08-11 03:55:58] Unmounting .[0;1;39musr-local.mount.[0m - /usr/local...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-random-see…rvice.[0m - Load/Save Random Seed.
[2022-08-11 03:55:58] [.[0;1;31mFAILED.[0m] Failed unmounting .[0;1;39musr-lib-…ules.mount.[0m - /usr/lib/modules.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Unmounted .[0;1;39mhome.mount.[0m - /home.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Unmounted .[0;1;39mtmp.mount.[0m - Temporary Directory /tmp.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Unmounted .[0;1;39musr-local.mount.[0m - /usr/local.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mswap.target.[0m - Swaps.
[2022-08-11 03:55:58] Deactivating swap .[0;1;39mdev-xvdc1.swap.[0m - /dev/xvdc1...
[2022-08-11 03:55:58] Unmounting .[0;1;39mrw.mount.[0m - /rw...
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Deactivated swap .[0;1;39mdev-xvdc1.swap.[0m - /dev/xvdc1.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Unmounted .[0;1;39mrw.mount.[0m - /rw.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped target .[0;1;39mlocal-fs-pr…reparation for Local File Systems.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Reached target .[0;1;39mumount.target.[0m - Unmount All Filesystems.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-remount-fs…ount Root and Kernel File Systems.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-fsck-root.… File System Check on Root Device.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Stopped .[0;1;39msystemd-tmpfiles-s…reate Static Device Nodes in /dev.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Reached target .[0;1;39mshutdown.target.[0m - System Shutdown.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Reached target .[0;1;39mfinal.target.[0m - Late Shutdown Services.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-poweroff.service.[0m - System Power Off.
[2022-08-11 03:55:58] [.[0;32m OK .[0m] Reached target .[0;1;39mpoweroff.target.[0m - System Power Off.
[2022-08-11 03:55:58] [ 10.540287] systemd-shutdown[1]: Syncing filesystems and block devices.
[2022-08-11 03:55:58] [ 10.555010] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[2022-08-11 03:55:58] [ 10.589222] systemd-journald[265]: Received SIGTERM from PID 1 (systemd-shutdow).
[2022-08-11 03:55:58] [ 10.624616] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[2022-08-11 03:55:58] [ 10.625493] systemd-shutdown[1]: Unmounting file systems.
[2022-08-11 03:55:58] [ 10.626069] [1343]: Remounting '/usr/lib/modules' read-only with options 'lowerdir=/tmp/modules,upperdir=/sysroot/lib/modules,workdir=/sysroot/lib/.modules_work'.
[2022-08-11 03:55:58] [ 10.628779] [1344]: Unmounting '/usr/lib/modules'.
[2022-08-11 03:55:58] [ 10.631900] [1345]: Remounting '/' read-only with options 'discard'.
[2022-08-11 03:55:58] [ 10.649837] EXT4-fs (xvda3): re-mounted. Opts: discard. Quota mode: none.
[2022-08-11 03:55:58] [ 10.656490] systemd-shutdown[1]: All filesystems unmounted.
[2022-08-11 03:55:58] [ 10.656506] systemd-shutdown[1]: Deactivating swaps.
[2022-08-11 03:55:58] [ 10.656540] systemd-shutdown[1]: All swaps deactivated.
[2022-08-11 03:55:58] [ 10.656549] systemd-shutdown[1]: Detaching loop devices.
[2022-08-11 03:55:58] [ 10.656631] systemd-shutdown[1]: All loop devices detached.
[2022-08-11 03:55:58] [ 10.656641] systemd-shutdown[1]: Stopping MD devices.
[2022-08-11 03:55:58] [ 10.656674] systemd-shutdown[1]: All MD devices stopped.
[2022-08-11 03:55:58] [ 10.656683] systemd-shutdown[1]: Detaching DM devices.
[2022-08-11 03:55:58] [ 10.656715] systemd-shutdown[1]: All DM devices detached.
[2022-08-11 03:55:58] [ 10.656724] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[2022-08-11 03:55:58] [ 10.665803] systemd-shutdown[1]: Syncing filesystems and block devices.
[2022-08-11 03:55:58] [ 10.666156] systemd-shutdown[1]: Powering off.
[2022-08-11 03:55:58] [ 10.682159] ACPI: PM: Preparing to enter system sleep state S5
[2022-08-11 03:55:58] [ 10.682373] reboot: Power down
[2022-08-11 04:16:37] Logfile Opened
[2022-08-11 04:16:41] [ 0.000000] Linux version 5.15.52-1.fc32.qubes.x86_64 (mockbuild@b4f2def1000a4ff893efe4bc2b185fab) (gcc (GCC) 10.3.1 20210422 (Red Hat 10.3.1-1), GNU ld version 2.34-6.fc32) #1 SMP Tue Jul 5 16:22:24 CEST 2022
[2022-08-11 04:16:41] [ 0.000000] Command line: nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 04:16:41] [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[2022-08-11 04:16:41] [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[2022-08-11 04:16:41] [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[2022-08-11 04:16:41] [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[2022-08-11 04:16:41] [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[2022-08-11 04:16:41] [ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[2022-08-11 04:16:41] [ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[2022-08-11 04:16:41] [ 0.000000] signal: max sigframe size: 3632
[2022-08-11 04:16:41] [ 0.000000] BIOS-provided physical RAM map:
[2022-08-11 04:16:41] [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[2022-08-11 04:16:41] [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[2022-08-11 04:16:41] [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[2022-08-11 04:16:41] [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003e7fefff] usable
[2022-08-11 04:16:41] [ 0.000000] BIOS-e820: [mem 0x000000003e7ff000-0x000000003e7fffff] reserved
[2022-08-11 04:16:41] [ 0.000000] BIOS-e820: [mem 0x000000009c000000-0x00000000a07fffff] reserved
[2022-08-11 04:16:41] [ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fc00afff] ACPI NVS
[2022-08-11 04:16:41] [ 0.000000] BIOS-e820: [mem 0x00000000fc00b000-0x00000000fdffbfff] reserved
[2022-08-11 04:16:41] [ 0.000000] BIOS-e820: [mem 0x00000000fdffc000-0x00000000fdffefff] ACPI NVS
[2022-08-11 04:16:41] [ 0.000000] BIOS-e820: [mem 0x00000000fdfff000-0x00000000ffffffff] reserved
[2022-08-11 04:16:41] [ 0.000000] x86/PAT: PAT support disabled via boot option.
[2022-08-11 04:16:41] [ 0.000000] NX (Execute Disable) protection: active
[2022-08-11 04:16:41] [ 0.000000] SMBIOS 2.4 present.
[2022-08-11 04:16:41] [ 0.000000] DMI: Xen HVM domU, BIOS 4.14.5 07/12/2022
[2022-08-11 04:16:41] [ 0.000000] Hypervisor detected: Xen HVM
[2022-08-11 04:16:41] [ 0.000000] Xen version 4.14.
[2022-08-11 04:16:41] [ 0.000000] platform_pci_unplug: Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[2022-08-11 04:16:41] [ 0.000000] platform_pci_unplug: Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[2022-08-11 04:16:41] [ 0.000000] You might have to change the root device
[2022-08-11 04:16:41] [ 0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[2022-08-11 04:16:41] [ 0.000000] in your root= kernel command line option
[2022-08-11 04:16:41] [ 0.021280] tsc: Fast TSC calibration using PIT
[2022-08-11 04:16:41] [ 0.021281] tsc: Detected 2495.951 MHz processor
[2022-08-11 04:16:41] [ 0.021282] tsc: Detected 2496.026 MHz TSC
[2022-08-11 04:16:41] [ 0.021535] last_pfn = 0x3e7ff max_arch_pfn = 0x400000000
[2022-08-11 04:16:41] [ 0.032818] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
[2022-08-11 04:16:41] [ 0.035467] found SMP MP-table at [mem 0x000f5a60-0x000f5a6f]
[2022-08-11 04:16:41] [ 0.035502] Using GB pages for direct mapping
[2022-08-11 04:16:41] [ 0.035725] RAMDISK: [mem 0x3e081000-0x3e7effff]
[2022-08-11 04:16:41] [ 0.035743] ACPI: Early table checksum verification disabled
[2022-08-11 04:16:41] [ 0.035747] ACPI: RSDP 0x00000000000F59B0 000024 (v02 Xen )
[2022-08-11 04:16:41] [ 0.035762] ACPI: XSDT 0x00000000FC00A650 000054 (v01 Xen HVM 00000000 HVML 00000000)
[2022-08-11 04:16:41] [ 0.035769] ACPI: FACP 0x00000000FC00A370 0000F4 (v04 Xen HVM 00000000 HVML 00000000)
[2022-08-11 04:16:41] [ 0.035775] ACPI: DSDT 0x00000000FC001040 0092A3 (v02 Xen HVM 00000000 INTL 20190509)
[2022-08-11 04:16:41] [ 0.035778] ACPI: FACS 0x00000000FC001000 000040
[2022-08-11 04:16:41] [ 0.035781] ACPI: FACS 0x00000000FC001000 000040
[2022-08-11 04:16:41] [ 0.035783] ACPI: APIC 0x00000000FC00A470 000070 (v02 Xen HVM 00000000 HVML 00000000)
[2022-08-11 04:16:41] [ 0.035786] ACPI: HPET 0x00000000FC00A560 000038 (v01 Xen HVM 00000000 HVML 00000000)
[2022-08-11 04:16:41] [ 0.035789] ACPI: WAET 0x00000000FC00A5A0 000028 (v01 Xen HVM 00000000 HVML 00000000)
[2022-08-11 04:16:41] [ 0.035792] ACPI: SSDT 0x00000000FC00A5D0 000031 (v02 Xen HVM 00000000 INTL 20190509)
[2022-08-11 04:16:41] [ 0.035794] ACPI: SSDT 0x00000000FC00A610 000031 (v02 Xen HVM 00000000 INTL 20190509)
[2022-08-11 04:16:41] [ 0.035797] ACPI: Reserving FACP table memory at [mem 0xfc00a370-0xfc00a463]
[2022-08-11 04:16:41] [ 0.035798] ACPI: Reserving DSDT table memory at [mem 0xfc001040-0xfc00a2e2]
[2022-08-11 04:16:41] [ 0.035800] ACPI: Reserving FACS table memory at [mem 0xfc001000-0xfc00103f]
[2022-08-11 04:16:41] [ 0.035801] ACPI: Reserving FACS table memory at [mem 0xfc001000-0xfc00103f]
[2022-08-11 04:16:41] [ 0.035802] ACPI: Reserving APIC table memory at [mem 0xfc00a470-0xfc00a4df]
[2022-08-11 04:16:41] [ 0.035803] ACPI: Reserving HPET table memory at [mem 0xfc00a560-0xfc00a597]
[2022-08-11 04:16:41] [ 0.035804] ACPI: Reserving WAET table memory at [mem 0xfc00a5a0-0xfc00a5c7]
[2022-08-11 04:16:41] [ 0.035805] ACPI: Reserving SSDT table memory at [mem 0xfc00a5d0-0xfc00a600]
[2022-08-11 04:16:41] [ 0.035806] ACPI: Reserving SSDT table memory at [mem 0xfc00a610-0xfc00a640]
[2022-08-11 04:16:41] [ 0.036922] No NUMA configuration found
[2022-08-11 04:16:41] [ 0.036924] Faking a node at [mem 0x0000000000000000-0x000000003e7fefff]
[2022-08-11 04:16:41] [ 0.036934] NODE_DATA(0) allocated [mem 0x3e056000-0x3e080fff]
[2022-08-11 04:16:41] [ 0.039201] Zone ranges:
[2022-08-11 04:16:41] [ 0.039205] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[2022-08-11 04:16:41] [ 0.039208] DMA32 [mem 0x0000000001000000-0x000000003e7fefff]
[2022-08-11 04:16:41] [ 0.039210] Normal empty
[2022-08-11 04:16:41] [ 0.039212] Device empty
[2022-08-11 04:16:41] [ 0.039213] Movable zone start for each node
[2022-08-11 04:16:41] [ 0.039215] Early memory node ranges
[2022-08-11 04:16:41] [ 0.039216] node 0: [mem 0x0000000000001000-0x000000000009efff]
[2022-08-11 04:16:41] [ 0.039218] node 0: [mem 0x0000000000100000-0x000000003e7fefff]
[2022-08-11 04:16:41] [ 0.039221] Initmem setup node 0 [mem 0x0000000000001000-0x000000003e7fefff]
[2022-08-11 04:16:41] [ 0.039228] On node 0, zone DMA: 1 pages in unavailable ranges
[2022-08-11 04:16:42] [ 0.039259] On node 0, zone DMA: 97 pages in unavailable ranges
[2022-08-11 04:16:42] [ 0.041098] On node 0, zone DMA32: 6145 pages in unavailable ranges
[2022-08-11 04:16:42] [ 0.042573] Reserving Intel graphics memory at [mem 0x9c800000-0xa07fffff]
[2022-08-11 04:16:42] [ 0.043091] ACPI: PM-Timer IO Port: 0xb008
[2022-08-11 04:16:42] [ 0.043153] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[2022-08-11 04:16:42] [ 0.043157] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[2022-08-11 04:16:42] [ 0.043159] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
[2022-08-11 04:16:42] [ 0.043161] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[2022-08-11 04:16:42] [ 0.043162] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[2022-08-11 04:16:42] [ 0.043165] ACPI: Using ACPI (MADT) for SMP configuration information
[2022-08-11 04:16:42] [ 0.043167] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[2022-08-11 04:16:42] [ 0.043170] TSC deadline timer available
[2022-08-11 04:16:42] [ 0.043172] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[2022-08-11 04:16:42] [ 0.043184] [mem 0x3e800000-0x9bffffff] available for PCI devices
[2022-08-11 04:16:42] [ 0.043185] Booting paravirtualized kernel on Xen HVM
[2022-08-11 04:16:42] [ 0.043194] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[2022-08-11 04:16:42] [ 0.048522] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[2022-08-11 04:16:42] [ 0.048754] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u1048576
[2022-08-11 04:16:42] [ 0.048798] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[2022-08-11 04:16:42] [ 0.048805] Built 1 zonelists, mobility grouping on. Total pages: 251743
[2022-08-11 04:16:42] [ 0.048806] Policy zone: DMA32
[2022-08-11 04:16:42] [ 0.048808] Kernel command line: nopat iommu=soft swiotlb=8192 root=/dev/mapper/dmroot ro console=hvc0 xen_scrub_pages=0
[2022-08-11 04:16:42] [ 0.048971] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[2022-08-11 04:16:42] [ 0.048998] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[2022-08-11 04:16:42] [ 0.049036] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
[2022-08-11 04:16:42] [ 0.049038] mem auto-init: clearing system memory may take some time...
[2022-08-11 04:16:42] [ 0.138536] Memory: 928604K/1023604K available (16393K kernel code, 3514K rwdata, 5676K rodata, 3404K init, 6008K bss, 94740K reserved, 0K cma-reserved)
[2022-08-11 04:16:42] [ 0.139002] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[2022-08-11 04:16:42] [ 0.139022] Kernel/User page tables isolation: enabled
[2022-08-11 04:16:42] [ 0.139035] ftrace: allocating 51300 entries in 201 pages
[2022-08-11 04:16:42] [ 0.153862] ftrace: allocated 201 pages with 4 groups
[2022-08-11 04:16:42] [ 0.153953] rcu: Hierarchical RCU implementation.
[2022-08-11 04:16:42] [ 0.153954] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[2022-08-11 04:16:42] [ 0.153956] Trampoline variant of Tasks RCU enabled.
[2022-08-11 04:16:42] [ 0.153957] Rude variant of Tasks RCU enabled.
[2022-08-11 04:16:42] [ 0.153958] Tracing variant of Tasks RCU enabled.
[2022-08-11 04:16:42] [ 0.153958] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[2022-08-11 04:16:42] [ 0.153959] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[2022-08-11 04:16:42] [ 0.158130] NR_IRQS: 524544, nr_irqs: 512, preallocated irqs: 16
[2022-08-11 04:16:42] [ 0.158167] xen:events: Using FIFO-based ABI
[2022-08-11 04:16:42] [ 0.158175] xen:events: Xen HVM callback vector for event delivery is enabled
[2022-08-11 04:16:42] [ 0.158324] random: crng init done
[2022-08-11 04:16:42] [ 0.158409] Console: colour dummy device 80x25
[2022-08-11 04:16:42] [ 0.259563] printk: console [hvc0] enabled
[2022-08-11 04:16:42] [ 0.259596] ACPI: Core revision 20210730
[2022-08-11 04:16:42] [ 0.259758] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[2022-08-11 04:16:42] [ 0.259871] APIC: Switch to symmetric I/O mode setup
[2022-08-11 04:16:42] [ 0.260680] x2apic: IRQ remapping doesn't support X2APIC mode
[2022-08-11 04:16:42] [ 0.263996] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[2022-08-11 04:16:42] [ 0.268097] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa8fd36d4, max_idle_ns: 440795309665 ns
[2022-08-11 04:16:42] [ 0.268137] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.05 BogoMIPS (lpj=2496026)
[2022-08-11 04:16:42] [ 0.268172] pid_max: default: 32768 minimum: 301
[2022-08-11 04:16:42] [ 0.268206] LSM: Security Framework initializing
[2022-08-11 04:16:42] [ 0.268227] Yama: becoming mindful.
[2022-08-11 04:16:42] [ 0.268264] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[2022-08-11 04:16:42] [ 0.268291] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[2022-08-11 04:16:42] [ 0.268572] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[2022-08-11 04:16:42] [ 0.268632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[2022-08-11 04:16:42] [ 0.268650] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[2022-08-11 04:16:42] [ 0.268674] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[2022-08-11 04:16:42] [ 0.268709] Spectre V2 : Mitigation: Retpolines
[2022-08-11 04:16:42] [ 0.268729] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[2022-08-11 04:16:42] [ 0.268754] Spectre V2 : Enabling Restricted Speculation for firmware calls
[2022-08-11 04:16:42] [ 0.268776] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[2022-08-11 04:16:42] [ 0.268804] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[2022-08-11 04:16:42] [ 0.268830] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[2022-08-11 04:16:42] [ 0.268862] MDS: Mitigation: Clear CPU buffers
[2022-08-11 04:16:42] [ 0.273137] Freeing SMP alternatives memory: 44K
[2022-08-11 04:16:42] [ 0.273208] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[2022-08-11 04:16:42] [ 0.273254] installing Xen timer for CPU 0
[2022-08-11 04:16:42] [ 0.273345] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-1270P (family: 0x6, model: 0x9a, stepping: 0x3)
[2022-08-11 04:16:42] [ 0.273414] cpu 0 spinlock event irq 52
[2022-08-11 04:16:42] [ 0.273583] Performance Events: unsupported p6 CPU model 154 no PMU driver, software events only.
[2022-08-11 04:16:42] [ 0.273642] rcu: Hierarchical SRCU implementation.
[2022-08-11 04:16:42] [ 0.274025] NMI watchdog: Perf NMI watchdog permanently disabled
[2022-08-11 04:16:42] [ 0.274098] smp: Bringing up secondary CPUs ...
[2022-08-11 04:16:42] [ 0.274134] installing Xen timer for CPU 1
[2022-08-11 04:16:42] [ 0.274134] x86: Booting SMP configuration:
[2022-08-11 04:16:42] [ 0.274134] .... node #0, CPUs: #1
[2022-08-11 04:16:42] [ 0.275504] cpu 1 spinlock event irq 57
[2022-08-11 04:16:42] [ 0.275504] smp: Brought up 1 node, 2 CPUs
[2022-08-11 04:16:42] [ 0.275504] smpboot: Max logical packages: 1
[2022-08-11 04:16:42] [ 0.275504] smpboot: Total of 2 processors activated (9984.10 BogoMIPS)
[2022-08-11 04:16:42] [ 0.276501] devtmpfs: initialized
[2022-08-11 04:16:42] [ 0.276501] x86/mm: Memory block size: 128MB
[2022-08-11 04:16:42] [ 0.277179] ACPI: PM: Registering ACPI NVS region [mem 0xfc000000-0xfc00afff] (45056 bytes)
[2022-08-11 04:16:42] [ 0.277209] ACPI: PM: Registering ACPI NVS region [mem 0xfdffc000-0xfdffefff] (12288 bytes)
[2022-08-11 04:16:42] [ 0.277273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[2022-08-11 04:16:42] [ 0.277310] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[2022-08-11 04:16:42] [ 0.277400] pinctrl core: initialized pinctrl subsystem
[2022-08-11 04:16:42] [ 0.277541] PM: RTC time: 08:16:42, date: 2022-08-11
[2022-08-11 04:16:42] [ 0.277708] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[2022-08-11 04:16:42] [ 0.277836] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[2022-08-11 04:16:42] [ 0.277867] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[2022-08-11 04:16:42] [ 0.277895] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[2022-08-11 04:16:42] [ 0.277928] audit: initializing netlink subsys (disabled)
[2022-08-11 04:16:42] [ 0.277971] audit: type=2000 audit(1660205802.078:1): state=initialized audit_enabled=0 res=1
[2022-08-11 04:16:42] [ 0.277971] thermal_sys: Registered thermal governor 'fair_share'
[2022-08-11 04:16:42] [ 0.277971] thermal_sys: Registered thermal governor 'bang_bang'
[2022-08-11 04:16:42] [ 0.277971] thermal_sys: Registered thermal governor 'step_wise'
[2022-08-11 04:16:42] [ 0.278141] thermal_sys: Registered thermal governor 'user_space'
[2022-08-11 04:16:42] [ 0.278171] cpuidle: using governor menu
[2022-08-11 04:16:42] [ 0.278245] ACPI: bus type PCI registered
[2022-08-11 04:16:42] [ 0.278720] PCI: Using configuration type 1 for base access
[2022-08-11 04:16:42] [ 0.280068] Kprobes globally optimized
[2022-08-11 04:16:42] [ 0.280175] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[2022-08-11 04:16:42] [ 0.280175] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[2022-08-11 04:16:42] [ 0.392216] cryptd: max_cpu_qlen set to 1000
[2022-08-11 04:16:42] [ 0.394282] alg: No test for 842 (842-generic)
[2022-08-11 04:16:42] [ 0.394282] alg: No test for 842 (842-scomp)
[2022-08-11 04:16:42] [ 0.397233] raid6: skip pq benchmark and using algorithm avx2x4
[2022-08-11 04:16:42] [ 0.397233] raid6: using avx2x2 recovery algorithm
[2022-08-11 04:16:42] [ 0.397249] ACPI: Added _OSI(Module Device)
[2022-08-11 04:16:42] [ 0.397263] ACPI: Added _OSI(Processor Device)
[2022-08-11 04:16:42] [ 0.397280] ACPI: Added _OSI(3.0 _SCP Extensions)
[2022-08-11 04:16:42] [ 0.397296] ACPI: Added _OSI(Processor Aggregator Device)
[2022-08-11 04:16:42] [ 0.397313] ACPI: Added _OSI(Linux-Dell-Video)
[2022-08-11 04:16:42] [ 0.397330] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[2022-08-11 04:16:42] [ 0.397347] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[2022-08-11 04:16:42] [ 0.402857] ACPI: 3 ACPI AML tables successfully acquired and loaded
[2022-08-11 04:16:42] [ 0.405514] ACPI: Interpreter enabled
[2022-08-11 04:16:42] [ 0.405540] ACPI: PM: (supports S0 S3 S5)
[2022-08-11 04:16:42] [ 0.405554] ACPI: Using IOAPIC for interrupt routing
[2022-08-11 04:16:42] [ 0.405586] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[2022-08-11 04:16:42] [ 0.405894] ACPI: Enabled 2 GPEs in block 00 to 0F
[2022-08-11 04:16:42] [ 0.412593] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[2022-08-11 04:16:42] [ 0.412627] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3]
[2022-08-11 04:16:42] [ 0.412674] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[2022-08-11 04:16:42] [ 0.412962] PCI host bridge to bus 0000:00
[2022-08-11 04:16:42] [ 0.412980] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[2022-08-11 04:16:42] [ 0.413004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[2022-08-11 04:16:42] [ 0.413027] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[2022-08-11 04:16:42] [ 0.413054] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfbffffff window]
[2022-08-11 04:16:42] [ 0.413081] pci_bus 0000:00: root bus resource [bus 00-ff]
[2022-08-11 04:16:42] [ 0.413298] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[2022-08-11 04:16:42] [ 0.415349] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[2022-08-11 04:16:42] [ 0.417530] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[2022-08-11 04:16:42] [ 0.419058] pci 0000:00:01.1: reg 0x20: [io 0xc200-0xc20f]
[2022-08-11 04:16:42] [ 0.419563] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[2022-08-11 04:16:42] [ 0.419592] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[2022-08-11 04:16:42] [ 0.419614] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[2022-08-11 04:16:42] [ 0.419640] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[2022-08-11 04:16:42] [ 0.420252] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[2022-08-11 04:16:42] [ 0.422002] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[2022-08-11 04:16:42] [ 0.422068] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[2022-08-11 04:16:42] [ 0.422977] pci 0000:00:02.0: [5853:0001] type 00 class 0xff8000
[2022-08-11 04:16:42] [ 0.423900] pci 0000:00:02.0: reg 0x10: [io 0xc000-0xc0ff]
[2022-08-11 04:16:42] [ 0.424530] pci 0000:00:02.0: reg 0x14: [mem 0xe0000000-0xe0ffffff pref]
[2022-08-11 04:16:42] [ 0.428517] pci 0000:00:04.0: [8086:24cd] type 00 class 0x0c0320
[2022-08-11 04:16:42] [ 0.429141] pci 0000:00:04.0: reg 0x10: [mem 0xe2022000-0xe2022fff]
[2022-08-11 04:16:42] [ 0.433419] pci 0000:00:05.0: [8086:46a6] type 00 class 0x030000
[2022-08-11 04:16:42] [ 0.435164] pci 0000:00:05.0: reg 0x10: [mem 0x60e1000000-0x60e1ffffff 64bit]
[2022-08-11 04:16:42] [ 0.437164] pci 0000:00:05.0: reg 0x18: [mem 0x40c0000000-0x40dfffffff 64bit pref]
[2022-08-11 04:16:42] [ 0.439163] pci 0000:00:05.0: reg 0x20: [io 0xc200-0xc23f]
[2022-08-11 04:16:42] [ 0.443170] pci 0000:00:05.0: reg 0x30: [mem 0xe2000000-0xe201ffff pref]
[2022-08-11 04:16:42] [ 0.443803] pci 0000:00:05.0: DMAR: Skip IOMMU disabling for graphics
[2022-08-11 04:16:42] [ 0.444044] pci 0000:00:05.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[2022-08-11 04:16:42] [ 0.448049] ACPI: PCI: Interrupt link LNKA configured for IRQ 5
[2022-08-11 04:16:42] [ 0.448261] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[2022-08-11 04:16:42] [ 0.448557] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[2022-08-11 04:16:42] [ 0.448847] ACPI: PCI: Interrupt link LNKD configured for IRQ 5
[2022-08-11 04:16:42] [ 0.450972] xen:balloon: Initialising balloon driver
[2022-08-11 04:16:42] [ 0.451226] iommu: Default domain type: Translated
[2022-08-11 04:16:42] [ 0.451226] iommu: DMA domain TLB invalidation policy: lazy mode
[2022-08-11 04:16:42] [ 0.451247] pci 0000:00:05.0: vgaarb: setting as boot VGA device
[2022-08-11 04:16:42] [ 0.451271] pci 0000:00:05.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[2022-08-11 04:16:42] [ 0.451302] pci 0000:00:05.0: vgaarb: bridge control possible
[2022-08-11 04:16:42] [ 0.451324] vgaarb: loaded
[2022-08-11 04:16:42] [ 0.451422] SCSI subsystem initialized
[2022-08-11 04:16:42] [ 0.451459] ACPI: bus type USB registered
[2022-08-11 04:16:42] [ 0.451459] usbcore: registered new interface driver usbfs
[2022-08-11 04:16:42] [ 0.451459] usbcore: registered new interface driver hub
[2022-08-11 04:16:42] [ 0.451459] usbcore: registered new device driver usb
[2022-08-11 04:16:42] [ 0.451459] pps_core: LinuxPPS API ver. 1 registered
[2022-08-11 04:16:42] [ 0.451459] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[2022-08-11 04:16:42] [ 0.451459] PTP clock support registered
[2022-08-11 04:16:42] [ 0.451459] EDAC MC: Ver: 3.0.0
[2022-08-11 04:16:42] [ 0.452603] NetLabel: Initializing
[2022-08-11 04:16:42] [ 0.452603] NetLabel: domain hash size = 128
[2022-08-11 04:16:42] [ 0.452603] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[2022-08-11 04:16:42] [ 0.452603] NetLabel: unlabeled traffic allowed by default
[2022-08-11 04:16:42] [ 0.452603] PCI: Using ACPI for IRQ routing
[2022-08-11 04:16:42] [ 0.453202] pci 0000:00:05.0: can't claim BAR 0 [mem 0x60e1000000-0x60e1ffffff 64bit]: no compatible bridge window
[2022-08-11 04:16:42] [ 0.453239] pci 0000:00:05.0: can't claim BAR 2 [mem 0x40c0000000-0x40dfffffff 64bit pref]: no compatible bridge window
[2022-08-11 04:16:42] [ 0.453393] pci 0000:00:01.1: can't claim BAR 4 [io 0xc200-0xc20f]: address conflict with 0000:00:05.0 [io 0xc200-0xc23f]
[2022-08-11 04:16:42] [ 0.453630] hpet: 3 channels of 0 reserved for per-cpu timers
[2022-08-11 04:16:42] [ 0.453630] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[2022-08-11 04:16:42] [ 0.453630] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[2022-08-11 04:16:42] [ 0.455218] clocksource: Switched to clocksource xen
[2022-08-11 04:16:42] [ 0.461955] VFS: Disk quotas dquot_6.6.0
[2022-08-11 04:16:42] [ 0.461981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[2022-08-11 04:16:42] [ 0.462045] pnp: PnP ACPI init
[2022-08-11 04:16:42] [ 0.462102] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[2022-08-11 04:16:42] [ 0.462195] system 00:01: [io 0x08a0-0x08a3] has been reserved
[2022-08-11 04:16:42] [ 0.462219] system 00:01: [io 0x0cc0-0x0ccf] has been reserved
[2022-08-11 04:16:42] [ 0.462240] system 00:01: [io 0x04d0-0x04d1] has been reserved
[2022-08-11 04:16:42] [ 0.462431] system 00:06: [io 0xae00-0xae0f] has been reserved
[2022-08-11 04:16:42] [ 0.462454] system 00:06: [io 0xb044-0xb047] has been reserved
[2022-08-11 04:16:42] [ 0.463644] pnp: PnP ACPI: found 7 devices
[2022-08-11 04:16:42] [ 0.476382] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[2022-08-11 04:16:42] [ 0.476459] NET: Registered PF_INET protocol family
[2022-08-11 04:16:42] [ 0.476503] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[2022-08-11 04:16:42] [ 0.476699] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[2022-08-11 04:16:42] [ 0.476731] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[2022-08-11 04:16:42] [ 0.495514] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[2022-08-11 04:16:42] [ 0.495574] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[2022-08-11 04:16:42] [ 0.495602] TCP: Hash tables configured (established 8192 bind 8192)
[2022-08-11 04:16:42] [ 0.495656] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
[2022-08-11 04:16:42] [ 0.495679] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[2022-08-11 04:16:42] [ 0.495694] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[2022-08-11 04:16:42] [ 0.495729] NET: Registered PF_UNIX/PF_LOCAL protocol family
[2022-08-11 04:16:42] [ 0.495749] NET: Registered PF_XDP protocol family
[2022-08-11 04:16:42] [ 0.495765] pci 0000:00:05.0: BAR 2: assigned [mem 0xc0000000-0xdfffffff 64bit pref]
[2022-08-11 04:16:42] [ 0.553921] pci 0000:00:05.0: BAR 0: assigned [mem 0xe1000000-0xe1ffffff 64bit]
[2022-08-11 04:16:42] [ 0.609796] pci 0000:00:01.1: BAR 4: assigned [io 0x1000-0x100f]
[2022-08-11 04:16:42] [ 0.609928] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[2022-08-11 04:16:42] [ 0.609943] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[2022-08-11 04:16:42] [ 0.609956] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[2022-08-11 04:16:42] [ 0.609970] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfbffffff window]
[2022-08-11 04:16:42] [ 0.610055] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[2022-08-11 04:16:42] [ 0.610111] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[2022-08-11 04:16:42] [ 0.610189] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[2022-08-11 04:16:42] [ 0.611345] PCI: CLS 0 bytes, default 64
[2022-08-11 04:16:42] [ 0.611362] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[2022-08-11 04:16:42] [ 0.611375] software IO TLB: mapped [mem 0x000000003b000000-0x000000003c000000] (16MB)
[2022-08-11 04:16:42] [ 0.611416] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa8fd36d4, max_idle_ns: 440795309665 ns
[2022-08-11 04:16:42] [ 0.611520] Trying to unpack rootfs image as initramfs...
[2022-08-11 04:16:42] [ 0.613514] Initialise system trusted keyrings
[2022-08-11 04:16:42] [ 0.613533] Key type blacklist registered
[2022-08-11 04:16:42] [ 0.613760] workingset: timestamp_bits=36 max_order=18 bucket_order=0
[2022-08-11 04:16:42] [ 0.614386] zbud: loaded
[2022-08-11 04:16:42] [ 0.614598] integrity: Platform Keyring initialized
[2022-08-11 04:16:42] [ 0.620123] NET: Registered PF_ALG protocol family
[2022-08-11 04:16:42] [ 0.620150] xor: automatically using best checksumming function avx
[2022-08-11 04:16:42] [ 0.620169] Key type asymmetric registered
[2022-08-11 04:16:42] [ 0.620178] Asymmetric key parser 'x509' registered
[2022-08-11 04:16:42] [ 0.620203] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[2022-08-11 04:16:42] [ 0.620415] io scheduler mq-deadline registered
[2022-08-11 04:16:42] [ 0.620427] io scheduler kyber registered
[2022-08-11 04:16:42] [ 0.620445] io scheduler bfq registered
[2022-08-11 04:16:42] [ 0.620940] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[2022-08-11 04:16:42] [ 0.621081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[2022-08-11 04:16:42] [ 0.621118] ACPI: button: Power Button [PWRF]
[2022-08-11 04:16:42] [ 0.621157] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[2022-08-11 04:16:42] [ 0.621179] ACPI: button: Sleep Button [SLPF]
[2022-08-11 04:16:42] [ 0.624170] xen:grant_table: Grant tables using version 1 layout
[2022-08-11 04:16:42] [ 0.624196] Grant table initialized
[2022-08-11 04:16:42] [ 0.624349] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[2022-08-11 04:16:42] [ 0.624895] Non-volatile memory driver v1.3
[2022-08-11 04:16:42] [ 0.624913] Linux agpgart interface v0.103
[2022-08-11 04:16:42] [ 0.625456] ata_piix 0000:00:01.1: enabling device (0000 -> 0001)
[2022-08-11 04:16:42] [ 0.626599] scsi host0: ata_piix
[2022-08-11 04:16:42] [ 0.626802] scsi host1: ata_piix
[2022-08-11 04:16:42] [ 0.626819] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0x1000 irq 14
[2022-08-11 04:16:42] [ 0.626832] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0x1008 irq 15
[2022-08-11 04:16:42] [ 0.627828] usbcore: registered new interface driver usbserial_generic
[2022-08-11 04:16:42] [ 0.627843] usbserial: USB Serial support registered for generic
[2022-08-11 04:16:42] [ 0.627867] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[2022-08-11 04:16:42] [ 0.629786] serio: i8042 KBD port at 0x60,0x64 irq 1
[2022-08-11 04:16:42] [ 0.629800] serio: i8042 AUX port at 0x60,0x64 irq 12
[2022-08-11 04:16:42] [ 0.629842] mousedev: PS/2 mouse device common for all mice
[2022-08-11 04:16:42] [ 0.630827] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[2022-08-11 04:16:42] [ 0.637332] rtc_cmos 00:02: registered as rtc0
[2022-08-11 04:16:42] [ 0.637363] rtc_cmos 00:02: setting system clock to 2022-08-11T08:16:42 UTC (1660205802)
[2022-08-11 04:16:42] [ 0.637389] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[2022-08-11 04:16:42] [ 0.637415] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[2022-08-11 04:16:42] [ 0.637448] device-mapper: uevent: version 1.0.3
[2022-08-11 04:16:42] [ 0.637481] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[2022-08-11 04:16:42] [ 0.637620] intel_pstate: CPU model not supported
[2022-08-11 04:16:42] [ 0.637668] hid: raw HID events driver (C) Jiri Kosina
[2022-08-11 04:16:42] [ 0.637695] usbcore: registered new interface driver usbhid
[2022-08-11 04:16:42] [ 0.637707] usbhid: USB HID core driver
[2022-08-11 04:16:42] [ 0.637761] drop_monitor: Initializing network drop monitor service
[2022-08-11 04:16:42] [ 0.637827] Initializing XFRM netlink socket
[2022-08-11 04:16:42] [ 0.695705] NET: Registered PF_INET6 protocol family
[2022-08-11 04:16:42] [ 0.724330] Freeing initrd memory: 7612K
[2022-08-11 04:16:42] [ 0.727129] Segment Routing with IPv6
[2022-08-11 04:16:42] [ 0.727151] RPL Segment Routing with IPv6
[2022-08-11 04:16:42] [ 0.727165] In-situ OAM (IOAM) with IPv6
[2022-08-11 04:16:42] [ 0.727188] mip6: Mobile IPv6
[2022-08-11 04:16:42] [ 0.727196] NET: Registered PF_PACKET protocol family
[2022-08-11 04:16:42] [ 0.727375] IPI shorthand broadcast: enabled
[2022-08-11 04:16:42] [ 0.727389] AVX2 version of gcm_enc/dec engaged.
[2022-08-11 04:16:42] [ 0.727485] AES CTR mode by8 optimization enabled
[2022-08-11 04:16:42] [ 0.743437] sched_clock: Marking stable (642422638, 100820986)->(1109915701, -366672077)
[2022-08-11 04:16:42] [ 0.743538] registered taskstats version 1
[2022-08-11 04:16:42] [ 0.743623] Loading compiled-in X.509 certificates
[2022-08-11 04:16:42] [ 0.744009] Loaded X.509 cert 'Build time autogenerated kernel key: 30ffd6ae900b49887b2a146faf99b1a5b66a36bb'
[2022-08-11 04:16:42] [ 0.744057] zswap: loaded using pool lzo/zbud
[2022-08-11 04:16:42] [ 0.744214] page_owner is disabled
[2022-08-11 04:16:42] [ 0.744264] Key type ._fscrypt registered
[2022-08-11 04:16:42] [ 0.744272] Key type .fscrypt registered
[2022-08-11 04:16:42] [ 0.744281] Key type fscrypt-provisioning registered
[2022-08-11 04:16:42] [ 0.744427] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[2022-08-11 04:16:42] [ 0.744448] Key type big_key registered
[2022-08-11 04:16:42] [ 0.746518] Key type encrypted registered
[2022-08-11 04:16:42] [ 0.746532] ima: No TPM chip found, activating TPM-bypass!
[2022-08-11 04:16:42] [ 0.746543] Loading compiled-in module X.509 certificates
[2022-08-11 04:16:42] [ 0.746848] Loaded X.509 cert 'Build time autogenerated kernel key: 30ffd6ae900b49887b2a146faf99b1a5b66a36bb'
[2022-08-11 04:16:42] [ 0.746870] ima: Allocated hash algorithm: sha256
[2022-08-11 04:16:42] [ 0.746885] ima: No architecture policies found
[2022-08-11 04:16:42] [ 0.746899] evm: Initialising EVM extended attributes:
[2022-08-11 04:16:42] [ 0.746909] evm: security.selinux
[2022-08-11 04:16:42] [ 0.746917] evm: security.SMACK64 (disabled)
[2022-08-11 04:16:42] [ 0.746926] evm: security.SMACK64EXEC (disabled)
[2022-08-11 04:16:42] [ 0.746936] evm: security.SMACK64TRANSMUTE (disabled)
[2022-08-11 04:16:42] [ 0.746946] evm: security.SMACK64MMAP (disabled)
[2022-08-11 04:16:42] [ 0.746956] evm: security.apparmor
[2022-08-11 04:16:42] [ 0.746963] evm: security.ima
[2022-08-11 04:16:42] [ 0.746970] evm: security.capability
[2022-08-11 04:16:42] [ 0.746978] evm: HMAC attrs: 0x1
[2022-08-11 04:16:42] [ 0.747110] xenbus_probe_frontend: Device with no driver: device/vbd/51712
[2022-08-11 04:16:42] [ 0.747124] xenbus_probe_frontend: Device with no driver: device/vbd/51728
[2022-08-11 04:16:42] [ 0.747147] xenbus_probe_frontend: Device with no driver: device/vbd/51744
[2022-08-11 04:16:42] [ 0.747160] xenbus_probe_frontend: Device with no driver: device/vbd/51760
[2022-08-11 04:16:42] [ 0.747179] PM: Magic number: 2:405:270
[2022-08-11 04:16:42] [ 0.747245] RAS: Correctable Errors collector initialized.
[2022-08-11 04:16:43] [ 0.873525] Freeing unused decrypted memory: 2036K
[2022-08-11 04:16:43] [ 0.874246] Freeing unused kernel image (initmem) memory: 3404K
[2022-08-11 04:16:43] [ 0.874339] Write protecting the kernel read-only data: 24576k
[2022-08-11 04:16:43] [ 0.874929] Freeing unused kernel image (text/rodata gap) memory: 2036K
[2022-08-11 04:16:43] [ 0.875147] Freeing unused kernel image (rodata/data gap) memory: 468K
[2022-08-11 04:16:43] [ 0.875188] rodata_test: all tests were successful
[2022-08-11 04:16:43] [ 0.875210] Run /init as init process
[2022-08-11 04:16:43] Qubes initramfs script here:
[2022-08-11 04:16:43] [ 0.886052] Invalid max_queues (4), will use default max: 2.
[2022-08-11 04:16:43] [ 1.008900] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled
[2022-08-11 04:16:43] [ 1.021276] xvda: xvda1 xvda2 xvda3
[2022-08-11 04:16:43] [ 1.037295] blkfront: xvdb: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled
[2022-08-11 04:16:43] [ 1.055274] blkfront: xvdc: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled
[2022-08-11 04:16:43] [ 1.057606] blkfront: xvdd: barrier or flush: disabled; persistent grants: enabled; indirect descriptors: enabled; bounce buffer: enabled
[2022-08-11 04:16:43] Waiting for /dev/xvda* devices...
[2022-08-11 04:16:43] Qubes: Doing R/W setup for TemplateVM...
[2022-08-11 04:16:43] [ 1.413727] xvdc: xvdc1 xvdc3
[2022-08-11 04:16:43] Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes)
[2022-08-11 04:16:43] no label, UUID=3ce26a68-9c86-4610-b70d-7cac73927d9f
[2022-08-11 04:16:43] Qubes: done.
[2022-08-11 04:16:43] [ 1.462292] EXT4-fs (xvda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[2022-08-11 04:16:43] Waiting for /dev/xvdd device...
[2022-08-11 04:16:43] [ 1.472836] EXT4-fs (xvdd): mounting ext3 file system using the ext4 subsystem
[2022-08-11 04:16:43] [ 1.474503] EXT4-fs (xvdd): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[2022-08-11 04:16:43] mount: /tmp/modules: WARNING: device write-protected, mounted read-only.
[2022-08-11 04:16:43] [ 1.510634] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
[2022-08-11 04:16:43] [ 1.514009] EXT4-fs (xvda3): re-mounted. Opts: (null). Quota mode: none.
[2022-08-11 04:16:43] switch_root: failed to mount moving /dev to /sysroot/dev: Invalid argument
[2022-08-11 04:16:43] switch_root: forcing unmount of /dev
[2022-08-11 04:16:43] switch_root: failed to mount moving /proc to /sysroot/proc: Invalid argument
[2022-08-11 04:16:43] switch_root: forcing unmount of /proc
[2022-08-11 04:16:43] switch_root: failed to mount moving /sys to /sysroot/sys: Invalid argument
[2022-08-11 04:16:43] switch_root: forcing unmount of /sys
[2022-08-11 04:16:43] switch_root: failed to mount moving /run to /sysroot/run: Invalid argument
[2022-08-11 04:16:43] switch_root: forcing unmount of /run
[2022-08-11 04:16:43] libbpf: failed to find valid kernel BTF
[2022-08-11 04:16:43] libbpf: Error loading vmlinux BTF: -3
[2022-08-11 04:16:43] libbpf: failed to load object 'iterators_bpf'
[2022-08-11 04:16:43] libbpf: failed to load BPF skeleton 'iterators_bpf': -3
[2022-08-11 04:16:43] Failed load could be due to wrong endianness
[2022-08-11 04:16:43] [ 1.649422] systemd[1]: systemd v250.3-8.fc36 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 +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[2022-08-11 04:16:43] [ 1.649564] systemd[1]: Detected virtualization xen.
[2022-08-11 04:16:43] [ 1.649589] systemd[1]: Detected architecture x86-64.
[2022-08-11 04:16:43]
[2022-08-11 04:16:43] Welcome to .[0;38;2;60;110;180mFedora Linux 36 (Thirty Six).[0m!
[2022-08-11 04:16:43]
[2022-08-11 04:16:43] [ 1.650389] systemd[1]: No hostname configured, using default hostname.
[2022-08-11 04:16:43] [ 1.650466] systemd[1]: Hostname set to <fedora>.
[2022-08-11 04:16:43] [ 1.687959] systemd[1]: BPF LSM hook not enabled in the kernel, LSM BPF not supported
[2022-08-11 04:16:43] [ 1.809123] systemd[1]: /usr/lib/systemd/system/qubes-gui-agent.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[2022-08-11 04:16:43] [ 1.824725] systemd[1]: /usr/lib/systemd/system/qubes-db.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[2022-08-11 04:16:43] [ 1.831716] systemd[1]: Queued start job for default target multi-user.target.
[2022-08-11 04:16:44] [ 1.832811] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Created slice .[0;1;39msystem-getty.slice.[0m - Slice /system/getty.
[2022-08-11 04:16:44] [ 1.833288] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Created slice .[0;1;39msystem-modpr…lice.[0m - Slice /system/modprobe.
[2022-08-11 04:16:44] [ 1.833652] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Created slice .[0;1;39msystem-seria….[0m - Slice /system/serial-getty.
[2022-08-11 04:16:44] [ 1.833929] systemd[1]: Created slice user.slice - User and Session Slice.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Created slice .[0;1;39muser.slice.[0m - User and Session Slice.
[2022-08-11 04:16:44] [ 1.834069] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Started .[0;1;39msystemd-ask-passwo…quests to Console Directory Watch.
[2022-08-11 04:16:44] [ 1.834232] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Started .[0;1;39msystemd-ask-passwo… Requests to Wall Directory Watch.
[2022-08-11 04:16:44] [ 1.834449] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Set up automount .[0;1;39mproc-sys-…rmats File System Automount Point.
[2022-08-11 04:16:44] [ 1.834580] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Reached target .[0;1;39mcryptsetup.…get.[0m - Local Encrypted Volumes.
[2022-08-11 04:16:44] [ 1.834669] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Reached target .[0;1;39mintegrityse…Local Integrity Protected Volumes.
[2022-08-11 04:16:44] [ 1.834773] systemd[1]: Reached target paths.target - Path Units.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Reached target .[0;1;39mpaths.target.[0m - Path Units.
[2022-08-11 04:16:44] [ 1.834854] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Reached target .[0;1;39mremote-fs.target.[0m - Remote File Systems.
[2022-08-11 04:16:44] [ 1.834936] systemd[1]: Reached target slices.target - Slice Units.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Reached target .[0;1;39mslices.target.[0m - Slice Units.
[2022-08-11 04:16:44] [ 1.835030] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Reached target .[0;1;39mveritysetup… - Local Verity Protected Volumes.
[2022-08-11 04:16:44] [ 1.836105] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-cored…et.[0m - Process Core Dump Socket.
[2022-08-11 04:16:44] [ 1.836268] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-initc… initctl Compatibility Named Pipe.
[2022-08-11 04:16:44] [ 1.836478] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-journ…socket.[0m - Journal Audit Socket.
[2022-08-11 04:16:44] [ 1.847726] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-journ…t.[0m - Journal Socket (/dev/log).
[2022-08-11 04:16:44] [ 1.847911] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-journald.socket.[0m - Journal Socket.
[2022-08-11 04:16:44] [ 1.848096] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-oomd.…Out-Of-Memory (OOM) Killer Socket.
[2022-08-11 04:16:44] [ 1.848543] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-udevd….socket.[0m - udev Control Socket.
[2022-08-11 04:16:44] [ 1.848715] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-udevd…l.socket.[0m - udev Kernel Socket.
[2022-08-11 04:16:44] [ 1.848881] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Listening on .[0;1;39msystemd-userd…0m - User Database Manager Socket.
[2022-08-11 04:16:44] [ 1.849693] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[2022-08-11 04:16:44] Mounting .[0;1;39mdev-hugepages.mount.[0m - Huge Pages File System...
[2022-08-11 04:16:44] [ 1.850485] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[2022-08-11 04:16:44] Mounting .[0;1;39mdev-mqueue.mount.…POSIX Message Queue File System...
[2022-08-11 04:16:44] [ 1.851276] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[2022-08-11 04:16:44] Mounting .[0;1;39msys-kernel-debug.….[0m - Kernel Debug File System...
[2022-08-11 04:16:44] [ 1.852000] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[2022-08-11 04:16:44] Mounting .[0;1;39msys-kernel-tracin….[0m - Kernel Trace File System...
[2022-08-11 04:16:44] [ 1.852876] systemd[1]: Starting dev-xvdc1-swap.service - Enable swap on /dev/xvdc1 early...
[2022-08-11 04:16:44] Starting .[0;1;39mdev-xvdc1-swap.se…Enable swap on /dev/xvdc1 early...
[2022-08-11 04:16:44] [ 1.853721] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[2022-08-11 04:16:44] Starting .[0;1;39mkmod-static-nodes…ate List of Static Device Nodes...
[2022-08-11 04:16:44] [ 1.854566] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[2022-08-11 04:16:44] Starting .[0;1;39mmodprobe@configfs…m - Load Kernel Module configfs...
[2022-08-11 04:16:44] [ 1.855386] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[2022-08-11 04:16:44] Starting .[0;1;39mmodprobe@drm.service.[0m - Load Kernel Module drm...
[2022-08-11 04:16:44] [ 1.856187] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[2022-08-11 04:16:44] Starting .[0;1;39mmodprobe@fuse.ser…e.[0m - Load Kernel Module fuse...
[2022-08-11 04:16:44] [ 1.857754] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[2022-08-11 04:16:44] Starting .[0;1;39msystemd-modules-l…rvice.[0m - Load Kernel Modules...
[2022-08-11 04:16:44] [ 1.858541] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[2022-08-11 04:16:44] Starting .[0;1;39msystemd-network-g… units from Kernel command line...
[2022-08-11 04:16:44] [ 1.858715] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because all trigger condition checks failed.
[2022-08-11 04:16:44] [ 1.859433] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[2022-08-11 04:16:44] Starting .[0;1;39msystemd-udev-trig…[0m - Coldplug All udev Devices...
[2022-08-11 04:16:44] [ 1.860923] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Mounted .[0;1;39mdev-hugepages.mount.[0m - Huge Pages File System.
[2022-08-11 04:16:44] [ 1.861117] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Mounted .[0;1;39mdev-mqueue.mount.[…- POSIX Message Queue File System.
[2022-08-11 04:16:44] [ 2.048080] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Mounted .[0;1;39msys-kernel-debug.m…nt.[0m - Kernel Debug File System.
[2022-08-11 04:16:44] [ 2.048285] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Mounted .[0;1;39msys-kernel-tracing…nt.[0m - Kernel Trace File System.
[2022-08-11 04:16:44] [ 2.048578] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[2022-08-11 04:16:44] [ 2.048752] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39mmodprobe@configfs…[0m - Load Kernel Module configfs.
[2022-08-11 04:16:44] [ 2.049711] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[2022-08-11 04:16:44] Mounting .[0;1;39msys-kernel-config…ernel Configuration File System...
[2022-08-11 04:16:44] [ 2.052067] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Mounted .[0;1;39msys-kernel-config.… Kernel Configuration File System.
[2022-08-11 04:16:44] [ 2.056764] fuse: init (API version 7.34)
[2022-08-11 04:16:44] [ 2.057449] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[2022-08-11 04:16:44] [ 2.057716] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39mmodprobe@fuse.service.[0m - Load Kernel Module fuse.
[2022-08-11 04:16:44] [ 2.058679] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[2022-08-11 04:16:44] Mounting .[0;1;39msys-fs-fuse-conne….[0m - FUSE Control File System...
[2022-08-11 04:16:44] [ 2.059288] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39mkmod-static-nodes…reate List of Static Device Nodes.
[2022-08-11 04:16:44] [ 2.062082] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Mounted .[0;1;39msys-fs-fuse-connec…nt.[0m - FUSE Control File System.
[2022-08-11 04:16:44] [ 2.070636] systemd[1]: modprobe@drm.service: Deactivated successfully.
[2022-08-11 04:16:44] [ 2.070801] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39mmodprobe@drm.service.[0m - Load Kernel Module drm.
[2022-08-11 04:16:44] [ 2.074818] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-network-g…rk units from Kernel command line.
[2022-08-11 04:16:44] [ 2.079505] Adding 1048572k swap on /dev/xvdc1. Priority:-2 extents:1 across:1048572k SSFS
[2022-08-11 04:16:44] [ 2.079776] systemd[1]: Condition check resulted in dev-xvdc1.swap - /dev/xvdc1 being skipped.
[2022-08-11 04:16:44] [ 2.079834] systemd[1]: Unnecessary job was removed for dev-xvdc1.device - /dev/xvdc1.
[2022-08-11 04:16:44] [ 2.079891] systemd[1]: Reached target swap.target - Swaps.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Reached target .[0;1;39mswap.target.[0m - Swaps.
[2022-08-11 04:16:44] [ 2.080400] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
[2022-08-11 04:16:44] [ 2.081202] systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...
[2022-08-11 04:16:44] Mounting .[0;1;39mtmp.mount.[0m - Temporary Directory /tmp...
[2022-08-11 04:16:44] [ 2.081661] systemd[1]: dev-xvdc1-swap.service: Deactivated successfully.
[2022-08-11 04:16:44] [ 2.081841] systemd[1]: Finished dev-xvdc1-swap.service - Enable swap on /dev/xvdc1 early.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39mdev-xvdc1-swap.se…- Enable swap on /dev/xvdc1 early.
[2022-08-11 04:16:44] [ 2.082764] systemd[1]: Starting systemd-fsck-root.service - File System Check on Root Device...
[2022-08-11 04:16:44] Starting .[0;1;39msystemd-fsck-root…ile System Check on Root Device...
[2022-08-11 04:16:44] [ 2.083989] systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Mounted .[0;1;39mtmp.mount.[0m - Temporary Directory /tmp.
[2022-08-11 04:16:44] [ 2.094208] xen:xen_evtchn: Event-channel device installed
[2022-08-11 04:16:44] [ 2.099368] systemd[1]: Finished systemd-fsck-root.service - File System Check on Root Device.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-fsck-root… File System Check on Root Device.
[2022-08-11 04:16:44] [ 2.100180] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[2022-08-11 04:16:44] Starting .[0;1;39msystemd-remount-f…nt Root and Kernel File Systems...
[2022-08-11 04:16:44] [ 2.120891] EXT4-fs (xvda3): re-mounted. Opts: discard. Quota mode: none.
[2022-08-11 04:16:44] [ 2.131240] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-remount-f…ount Root and Kernel File Systems.
[2022-08-11 04:16:44] [ 2.131550] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[2022-08-11 04:16:44] [ 2.257829] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[2022-08-11 04:16:44] [ 2.257958] systemd[1]: systemd-sysusers.service - Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[2022-08-11 04:16:44] [ 2.259085] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[2022-08-11 04:16:44] Starting .[0;1;39msystemd-tmpfiles-…ate Static Device Nodes in /dev...
[2022-08-11 04:16:44] [ 2.265363] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-udev-trig…e.[0m - Coldplug All udev Devices.
[2022-08-11 04:16:44] [ 2.278978] Rounding down aligned max_sectors from 4294967295 to 4294967288
[2022-08-11 04:16:44] [ 2.279067] db_root: cannot open: /etc/target
[2022-08-11 04:16:44] [ 2.284608] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-tmpfiles-…reate Static Device Nodes in /dev.
[2022-08-11 04:16:44] [ 2.284845] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Reached target .[0;1;39mlocal-fs-pr…reparation for Local File Systems.
[2022-08-11 04:16:44] [ 2.286245] systemd[1]: Started haveged.service - Entropy Daemon based on the HAVEGE algorithm.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Started .[0;1;39mhaveged.service.[0…mon based on the HAVEGE algorithm.
[2022-08-11 04:16:44] [ 2.287901] systemd[1]: Starting systemd-journald.service - Journal Service...
[2022-08-11 04:16:44] Starting .[0;1;39msystemd-journald.service.[0m - Journal Service...
[2022-08-11 04:16:44] [ 2.289353] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[2022-08-11 04:16:44] Starting .[0;1;39msystemd-udevd.ser…ger for Device Events and Files...
[2022-08-11 04:16:44] [ 2.304288] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-modules-l…service.[0m - Load Kernel Modules.
[2022-08-11 04:16:44] [ 2.305134] systemd[1]: Starting qubes-db.service - Qubes DB agent...
[2022-08-11 04:16:44] Starting .[0;1;39mqubes-db.service.[0m - Qubes DB agent...
[2022-08-11 04:16:44] [ 2.305942] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[2022-08-11 04:16:44] Starting .[0;1;39msystemd-sysctl.se…ce.[0m - Apply Kernel Variables...
[2022-08-11 04:16:44] [ 2.328155] systemd[1]: Started systemd-journald.service - Journal Service.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Started .[0;1;39msystemd-journald.service.[0m - Journal Service.
[2022-08-11 04:16:44] Starting .[0;1;39msystemd-journal-f…h Journal to Persistent Storage...
[2022-08-11 04:16:44] [ 2.330271] audit: type=1130 audit(1660205804.190:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:44] [ 2.336029] systemd-journald[270]: Received client request to flush runtime journal.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-sysctl.service.[0m - Apply Kernel Variables.
[2022-08-11 04:16:44] [ 2.346691] audit: type=1130 audit(1660205804.208:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Started .[0;1;39msystemd-udevd.serv…nager for Device Events and Files.
[2022-08-11 04:16:44] [ 2.395666] audit: type=1130 audit(1660205804.257:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:44] [ 2.569855] memmap_init_zone_device initialised 32768 pages in 0ms
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Started .[0;1;39mqubes-db.service.[0m - Qubes DB agent.
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-journal-f…ush Journal to Persistent Storage.
[2022-08-11 04:16:44] [ 2.590339] audit: type=1130 audit(1660205804.451:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:44] [ 2.590411] audit: type=1130 audit(1660205804.451:6): 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'
[2022-08-11 04:16:44] Starting .[0;1;39mqubes-sysinit.ser… - Init Qubes Services settings...
[2022-08-11 04:16:44] Starting .[0;1;39msystemd-random-se…ice.[0m - Load/Save Random Seed...
[2022-08-11 04:16:44] [ 2.594240] piix4_smbus 0000:00:01.3: SMBus Host Controller not enabled!
[2022-08-11 04:16:44] [ 2.598676] input: PC Speaker as /devices/platform/pcspkr/input/input5
[2022-08-11 04:16:44] [ 2.610470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-sysinit.ser…0m - Init Qubes Services settings.
[2022-08-11 04:16:44] [ 2.655763] audit: type=1130 audit(1660205804.516:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-sysinit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:44] Starting .[0;1;39mqubes-mount-dirs.…tialize and mount /rw and /home...
[2022-08-11 04:16:44] Starting .[0;1;39mqubes-rootfs-resi…m - Adjust root filesystem size...
[2022-08-11 04:16:44] [ 2.665183] ehci-pci: EHCI PCI platform driver
[2022-08-11 04:16:44] [ 2.666000] ehci-pci 0000:00:04.0: EHCI Host Controller
[2022-08-11 04:16:44] [ 2.668496] ehci-pci 0000:00:04.0: new USB bus registered, assigned bus number 1
[2022-08-11 04:16:44] [ 2.669292] ehci-pci 0000:00:04.0: irq 35, io mem 0xe2022000
[2022-08-11 04:16:44] [ 2.676302] ehci-pci 0000:00:04.0: USB 2.0 started, EHCI 1.00
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-random-se…rvice.[0m - Load/Save Random Seed.
[2022-08-11 04:16:44] [ 2.681447] audit: type=1130 audit(1660205804.543:8): 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'
[2022-08-11 04:16:44] [ 2.682940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[2022-08-11 04:16:44] [ 2.682976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[2022-08-11 04:16:44] [ 2.683001] usb usb1: Product: EHCI Host Controller
[2022-08-11 04:16:44] [ 2.683018] usb usb1: Manufacturer: Linux 5.15.52-1.fc32.qubes.x86_64 ehci_hcd
[2022-08-11 04:16:44] [ 2.683046] usb usb1: SerialNumber: 0000:00:04.0
[2022-08-11 04:16:44] [ 2.684259] hub 1-0:1.0: USB hub found
[2022-08-11 04:16:44] [ 2.684616] hub 1-0:1.0: 6 ports detected
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-rootfs-resi…[0m - Adjust root filesystem size.
[2022-08-11 04:16:44] [ 2.780620] i915 0000:00:05.0: Your graphics device 46a6 is not properly supported by the driver in this
[2022-08-11 04:16:44] [ 2.780620] kernel version. To force driver probe anyway, use i915.force_probe=46a6
[2022-08-11 04:16:44] [ 2.780620] module parameter or CONFIG_DRM_I915_FORCE_PROBE=46a6 configuration option,
[2022-08-11 04:16:44] [ 2.780620] or (recommended) check for kernel updates.
[2022-08-11 04:16:44] [ 2.785494] audit: type=1130 audit(1660205804.641:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-rootfs-resize comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:44] [.[0;32m OK .[0m] Found device .[0;1;39mdev-hvc0.device.[0m - /dev/hvc0.
[2022-08-11 04:16:44] [ 2.827784] EXT4-fs (xvdb): mounted filesystem with ordered data mode. Opts: discard. Quota mode: none.
[2022-08-11 04:16:45] Starting .[0;1;39msystemd-userdbd.s…ice.[0m - User Database Manager...
[2022-08-11 04:16:45] [ 2.841686] audit: type=1334 audit(1660205804.702:10): prog-id=23 op=LOAD
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msystemd-userdbd.service.[0m - User Database Manager.
[2022-08-11 04:16:45] [ 2.871083] intel_rapl_msr: PL4 support detected.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-mount-dirs.…nitialize and mount /rw and /home.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Reached target .[0;1;39mlocal-fs.target.[0m - Local File Systems.
[2022-08-11 04:16:45] Starting .[0;1;39mdracut-shutdown.s…tore /run/initramfs on shutdown...
[2022-08-11 04:16:45] Starting .[0;1;39mqubes-early-vm-co…e.[0m - Early Qubes VM settings...
[2022-08-11 04:16:45] Starting .[0;1;39msystemd-boot-upda… - Automatic Boot Loader Update...
[2022-08-11 04:16:45] Starting .[0;1;39msystemd-tmpfiles-… Volatile Files and Directories...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Finished .[0;1;39mdracut-shutdown.s…estore /run/initramfs on shutdown.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-boot-upda…0m - Automatic Boot Loader Update.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-early-vm-co…ice.[0m - Early Qubes VM settings.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-tmpfiles-…te Volatile Files and Directories.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Reached target .[0;1;39mnetwork-pre…get.[0m - Preparation for Network.
[2022-08-11 04:16:45] Starting .[0;1;39msystemd-oomd.serv…pace Out-Of-Memory (OOM) Killer...
[2022-08-11 04:16:45] Starting .[0;1;39msystemd-resolved.…e.[0m - Network Name Resolution...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Reached target .[0;1;39mtime-set.target.[0m - System Time Set.
[2022-08-11 04:16:45] Starting .[0;1;39msystemd-update-ut…rd System Boot/Shutdown in UTMP...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-update-ut…cord System Boot/Shutdown in UTMP.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Reached target .[0;1;39msysinit.target.[0m - System Initialization.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mfstrim.timer.[0m - Discard unused blocks once a week.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mlogrotate.timer.[0m - Daily rotation of log files.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mqubes-sync-time.ti….[0m - Update system time each 6h.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mqubes-update-check… - Periodically check for updates.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mraid-check.timer.[… - Weekly RAID setup health check.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msystemd-tmpfiles-c… Cleanup of Temporary Directories.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39munbound-anchor.tim… the root trust anchor for DNSSEC.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Reached target .[0;1;39mtimers.target.[0m - Timer Units.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Listening on .[0;1;39mdbus.socket.[…- D-Bus System Message Bus Socket.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Listening on .[0;1;39mpcscd.socket.…art Card Daemon Activation Socket.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Reached target .[0;1;39msockets.target.[0m - Socket Units.
[2022-08-11 04:16:45] Starting .[0;1;39mdbus-broker.servi….[0m - D-Bus System Message Bus...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msystemd-oomd.servi…rspace Out-Of-Memory (OOM) Killer.
[2022-08-11 04:16:45] [ 2.945419] usb 1-1: new high-speed USB device number 2 using ehci-pci
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mdbus-broker.service.[0m - D-Bus System Message Bus.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Reached target .[0;1;39mbasic.target.[0m - Basic System.
[2022-08-11 04:16:45] Starting .[0;1;39mabrtd.service.[0m…RT Automated Bug Reporting Tool...
[2022-08-11 04:16:45] Starting .[0;1;39mlm_sensors.servic…m - Hardware Monitoring Sensors...
[2022-08-11 04:16:45] Starting .[0;1;39mpolkit.service.[0m - Authorization Manager...
[2022-08-11 04:16:45] Starting .[0;1;39mqubes-iptables.se… - Qubes base firewall settings...
[2022-08-11 04:16:45] Starting .[0;1;39mqubes-network-upl…[0m - Qubes network uplink wait...
[2022-08-11 04:16:45] Starting .[0;1;39msystemd-logind.se…ice.[0m - User Login Management...
[2022-08-11 04:16:45] Starting .[0;1;39mxendriverdomain.s…Xen driver domain device daemon...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-network-upl…e.[0m - Qubes network uplink wait.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mxendriverdomain.se…- Xen driver domain device daemon.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Finished .[0;1;39mlm_sensors.servic…[0m - Hardware Monitoring Sensors.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msystemd-logind.service.[0m - User Login Management.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msystemd-resolved.s…ice.[0m - Network Name Resolution.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Reached target .[0;1;39mnss-lookup.…m - Host and Network Name Lookups.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mabrtd.service.[0m …ABRT Automated Bug Reporting Tool.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mabrt-journal-core.…roblems from coredumpctl messages.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mabrt-oops.service.[0m - ABRT kernel log watcher.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mabrt-xorg.service.[0m - ABRT Xorg log watcher.
[2022-08-11 04:16:45] [ 3.116945] usb 1-1: New USB device found, idVendor=0627, idProduct=0001, bcdDevice= 0.00
[2022-08-11 04:16:45] [ 3.116966] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=10
[2022-08-11 04:16:45] [ 3.116985] usb 1-1: Product: QEMU USB Tablet
[2022-08-11 04:16:45] [ 3.116995] usb 1-1: Manufacturer: QEMU
[2022-08-11 04:16:45] [ 3.117003] usb 1-1: SerialNumber: 42
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mpolkit.service.[0m - Authorization Manager.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-iptables.se…0m - Qubes base firewall settings.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Reached target .[0;1;39mnetwork.target.[0m - Network.
[2022-08-11 04:16:45] Starting .[0;1;39mqubes-misc-post.s… - Qubes misc post-boot actions...
[2022-08-11 04:16:45] Starting .[0;1;39msystemd-user-sess…vice.[0m - Permit User Sessions...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-user-sess…ervice.[0m - Permit User Sessions.
[2022-08-11 04:16:45] Starting .[0;1;39mlightdm.service.[0m - Light Display Manager...
[2022-08-11 04:16:45] Starting .[0;1;39mqubes-qrexec-agen…e.[0m - Qubes remote exec agent...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mserial-getty@hvc0.service.[0m - Serial Getty on hvc0.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Reached target .[0;1;39mgetty.target.[0m - Login Prompts.
[2022-08-11 04:16:45] [ 3.137134] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:04.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input6
[2022-08-11 04:16:45] [ 3.138415] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:04.0-1/input0
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mqubes-qrexec-agent…ice.[0m - Qubes remote exec agent.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mlightdm.service.[0m - Light Display Manager.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Reached target .[0;1;39mnss-user-lo…[0m - User and Group Name Lookups.
[2022-08-11 04:16:45] Starting .[0;1;39maccounts-daemon.service.[0m - Accounts Service...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39maccounts-daemon.service.[0m - Accounts Service.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Created slice .[0;1;39msystem-syste… - Slice /system/systemd-coredump.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msystemd-coredump@0…Process Core Dump (PID 522/UID 0).
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Created slice .[0;1;39muser-0.slice.[0m - User Slice of UID 0.
[2022-08-11 04:16:45] Starting .[0;1;39muser-runtime-dir@…r Runtime Directory /run/user/0...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Created slice .[0;1;39muser-1000.slice.[0m - User Slice of UID 1000.
[2022-08-11 04:16:45] Starting .[0;1;39muser-runtime-dir@…untime Directory /run/user/1000...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Finished .[0;1;39muser-runtime-dir@…ser Runtime Directory /run/user/0.
[2022-08-11 04:16:45] Starting .[0;1;39muser@0.service.[0m - User Manager for UID 0...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Finished .[0;1;39muser-runtime-dir@… Runtime Directory /run/user/1000.
[2022-08-11 04:16:45] Starting .[0;1;39muser@1000.service.[0m - User Manager for UID 1000...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39muser@1000.service.[0m - User Manager for UID 1000.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msession-c2.scope.[0m - Session c2 of User user.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msession-c3.scope.[0m - Session c3 of User user.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msession-c4.scope.[0m - Session c4 of User user.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msession-c5.scope.[0m - Session c5 of User user.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msession-c6.scope.[0m - Session c6 of User user.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39muser@0.service.[0m - User Manager for UID 0.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msession-c1.scope.[0m - Session c1 of User root.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Stopped .[0;1;39mlightdm.service.[0m - Light Display Manager.
[2022-08-11 04:16:45] Starting .[0;1;39mlightdm.service.[0m - Light Display Manager...
[2022-08-11 04:16:45] Starting .[0;1;39msystemd-hostnamed.service.[0m - Hostname Service...
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msystemd-hostnamed.service.[0m - Hostname Service.
[2022-08-11 04:16:45] [ 3.560421] input: dom0: ThinkPad Extra Buttons as /devices/virtual/input/input7
[2022-08-11 04:16:45] [ 3.560796] input: dom0: Intel HID events as /devices/virtual/input/input8
[2022-08-11 04:16:45] [ 3.601008] input: dom0: SYNA8017:00 06CB:CEB2 Touchpad as /devices/virtual/input/input9
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Created slice .[0;1;39msystem-qubes…ystem/qubes-input-sender-keyboard.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mqubes-input-sender…bes input proxy sender (keyboard).
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mqubes-input-sender…bes input proxy sender (keyboard).
[2022-08-11 04:16:45] [ 3.653965] input: dom0: SYNA8017:00 06CB:CEB2 Mouse as /devices/virtual/input/input10
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msession-c7.scope.[0m - Session c7 of User user.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Created slice .[0;1;39msystem-qubes…/system/qubes-input-sender-tablet.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mqubes-input-sender…proxy sender (tablet/touchscreen).
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Created slice .[0;1;39msystem-qubes… /system/qubes-input-sender-mouse.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mqubes-input-sender… Qubes input proxy sender (mouse).
[2022-08-11 04:16:45] [ 3.761009] input: dom0: TPPS/2 Elan TrackPoint as /devices/virtual/input/input11
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msession-c8.scope.[0m - Session c8 of User user.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39msession-c9.scope.[0m - Session c9 of User user.
[2022-08-11 04:16:45] [.[0;32m OK .[0m] Started .[0;1;39mqubes-input-sender… Qubes input proxy sender (mouse).
[2022-08-11 04:16:46] [ 3.854921] input: dom0: AT Translated Set 2 keyboard as /devices/virtual/input/input12
[2022-08-11 04:16:46] [.[0;32m OK .[0m] Started .[0;1;39mlightdm.service.[0m - Light Display Manager.
[2022-08-11 04:16:46] [ 3.892044] input: dom0: Power Button as /devices/virtual/input/input13
[2022-08-11 04:16:46] [.[0;32m OK .[0m] Started .[0;1;39msystemd-coredump@1…Process Core Dump (PID 838/UID 0).
[2022-08-11 04:16:46] [.[0;32m OK .[0m] Started .[0;1;39mqubes-input-sender…bes input proxy sender (keyboard).
[2022-08-11 04:16:46] [.[0;32m OK .[0m] Started .[0;1;39mqubes-input-sender…bes input proxy sender (keyboard).
[2022-08-11 04:16:46] [.[0;32m OK .[0m] Finished .[0;1;39mqubes-misc-post.s…0m - Qubes misc post-boot actions.
[2022-08-11 04:16:46] [.[0;32m OK .[0m] Reached target .[0;1;39mmulti-user.target.[0m - Multi-User System.
[2022-08-11 04:16:46] Starting .[0;1;39msystemd-update-ut… Record Runlevel Change in UTMP...
[2022-08-11 04:16:46] [.[0;32m OK .[0m] Finished .[0;1;39msystemd-update-ut… - Record Runlevel Change in UTMP.
[2022-08-11 04:16:46] [ 4.012678] input: dom0: Sleep Button as /devices/virtual/input/input14
[2022-08-11 04:16:47]
[2022-08-11 04:16:47] Fedora Linux 36 (Thirty Six)
[2022-08-11 04:16:47] Kernel 5.15.52-1.fc32.qubes.x86_64 on an x86_64 (hvc0)
[2022-08-11 04:16:47]
[2022-08-11 04:16:47] sys-gui-gpu login: [2022-08-11 04:16:47] [ 5.364658] kauditd_printk_skb: 228 callbacks suppressed
[2022-08-11 04:16:47] [ 5.364660] audit: type=1131 audit(1660205807.221:193): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-974-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:47] [ 5.376199] audit: type=1131 audit(1660205807.233:194): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[2022-08-11 04:16:47] [ 5.387333] audit: type=1334 audit(1660205807.249:195): prog-id=0 op=UNLOAD
[2022-08-11 04:16:47] [ 5.387362] audit: type=1334 audit(1660205807.249:196): prog-id=0 op=UNLOAD
[2022-08-11 04:16:47] [ 5.387384] audit: type=1334 audit(1660205807.249:197): prog-id=0 op=UNLOAD
[2022-08-11 04:16:47] [ 5.727830] audit: type=1130 audit(1660205807.588:198): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:47] [ 5.727913] audit: type=1131 audit(1660205807.588:199): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:47] [ 5.753442] audit: type=1130 audit(1660205807.614:200): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:47] [ 5.763600] audit: type=1701 audit(1660205807.625:201): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1055 comm="Xorg" exe="/usr/libexec/Xorg" sig=6 res=1
[2022-08-11 04:16:47] [ 5.773072] audit: type=1334 audit(1660205807.633:202): prog-id=62 op=LOAD
[2022-08-11 04:16:56] [ 14.247148] kauditd_printk_skb: 10 callbacks suppressed
[2022-08-11 04:16:56] [ 14.247149] audit: type=1130 audit(1660205816.108:213): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-sync-time comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:56] [ 14.265899] audit: type=1104 audit(1660205816.127:214): pid=539 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[2022-08-11 04:16:56] [ 14.270194] audit: type=1131 audit(1660205816.132:215): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:56] [ 14.277493] audit: type=1131 audit(1660205816.139:216): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:16:56] [ 14.517857] systemd-journald[270]: Time jumped backwards, rotating.
[2022-08-11 04:16:56] [ 14.528463] audit: type=1131 audit(1660205816.010:217): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-sync-time comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:17:16] [ 34.012976] audit: type=1131 audit(1660205835.493:218): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[2022-08-11 04:17:16] [ 34.033231] audit: type=1334 audit(1660205835.515:219): prog-id=0 op=UNLOAD
[2022-08-11 04:17:16] [ 34.033296] audit: type=1334 audit(1660205835.515:220): prog-id=0 op=UNLOAD
---
layout:
'hcl'
type:
'notebook'
hvm:
'yes'
iommu:
'yes'
slat:
'yes'
tpm:
'unknown'
remap:
'yes'
brand: |
LENOVO
model: |
21CBCTO1WW
bios: |
N3AET62W (1.27 )
cpu: |
12th Gen Intel(R) Core(TM) i7-1270P
cpu-short: |
FIXME
chipset: |
Intel Corporation Device [8086:4621] (rev 02)
chipset-short: |
FIXME
gpu: |
Intel Corporation Device [8086:46a6] (rev 0c) (prog-if 00 [VGA controller])
gpu-short: |
FIXME
network: |
Intel Corporation Device 51f0 (rev 01)
memory: |
32475
scsi: |
usb: |
4
versions:
- works:
'FIXME:yes|no|partial'
qubes: |
R4.1
xen: |
4.14.5
kernel: |
5.18.9-1
remark: |
FIXME
credit: |
FIXAUTHOR
link: |
FIXLINK
---
[user@dom0 dom0]$ lspci
00:00.0 Host bridge: Intel Corporation Device 4621 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Device 46a6 (rev 0c)
00:04.0 Signal processing controller: Intel Corporation Device 461d (rev 02)
00:05.0 Multimedia controller: Intel Corporation Device 465d (rev 02)
00:06.0 PCI bridge: Intel Corporation Device 464d (rev 02)
00:07.0 PCI bridge: Intel Corporation Device 466e (rev 02)
00:07.2 PCI bridge: Intel Corporation Device 462f (rev 02)
00:08.0 System peripheral: Intel Corporation Device 464f (rev 02)
00:0a.0 Signal processing controller: Intel Corporation Device 467d (rev 01)
00:0d.0 USB controller: Intel Corporation Device 461e (rev 02)
00:0d.2 USB controller: Intel Corporation Device 463e (rev 02)
00:0d.3 USB controller: Intel Corporation Device 466d (rev 02)
00:14.0 USB controller: Intel Corporation Device 51ed (rev 01)
00:14.2 RAM memory: Intel Corporation Device 51ef (rev 01)
00:14.3 Network controller: Intel Corporation Device 51f0 (rev 01)
00:15.0 Serial bus controller [0c80]: Intel Corporation Device 51e8 (rev 01)
00:16.0 Communication controller: Intel Corporation Device 51e0 (rev 01)
00:1f.0 ISA bridge: Intel Corporation Device 5182 (rev 01)
00:1f.3 Audio device: Intel Corporation Device 51c8 (rev 01)
00:1f.4 SMBus: Intel Corporation Device 51a3 (rev 01)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device 51a4 (rev 01)
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9A1/980PRO
[user@sys-usb ~]$ lsusb
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 8086:0b63 Intel Corp. USB Bridge
Bus 001 Device 002: ID 06cb:00fc Synaptics, Inc.
Bus 001 Device 004: ID 8087:0033 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 0627:0001 Adomax Technology Co., Ltd QEMU USB Tablet
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[user@sys-usb ~]$ lsusb -t
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 20000M/x2
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
|__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 6: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 12M
|__ Port 8: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 12M
|__ Port 10: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 10: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
ubuntu@ubuntu:~$ lspci
00:00.0 Host bridge: Intel Corporation Device 4621 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
00:04.0 Signal processing controller: Intel Corporation Alder Lake Innovation Platform Framework Processor Participant (rev 02)
00:05.0 Multimedia controller: Intel Corporation Device 465d (rev 02)
00:06.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller #0 (rev 02)
00:07.0 PCI bridge: Intel Corporation Alder Lake-P Thunderbolt 4 PCI Express Root Port #0 (rev 02)
00:07.2 PCI bridge: Intel Corporation Alder Lake-P Thunderbolt 4 PCI Express Root Port #2 (rev 02)
00:08.0 System peripheral: Intel Corporation 12th Gen Core Processor Gaussian & Neural Accelerator (rev 02)
00:0a.0 Signal processing controller: Intel Corporation Platform Monitoring Technology (rev 01)
00:0d.0 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 USB Controller (rev 02)
00:0d.2 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 NHI #0 (rev 02)
00:0d.3 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 NHI #1 (rev 02)
00:14.0 USB controller: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Controller (rev 01)
00:14.2 RAM memory: Intel Corporation Alder Lake PCH Shared SRAM (rev 01)
00:14.3 Network controller: Intel Corporation Alder Lake-P PCH CNVi WiFi (rev 01)
00:15.0 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 (rev 01)
00:16.0 Communication controller: Intel Corporation Alder Lake PCH HECI Controller (rev 01)
00:1f.0 ISA bridge: Intel Corporation Alder Lake PCH eSPI Controller (rev 01)
00:1f.3 Audio device: Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)
00:1f.4 SMBus: Intel Corporation Alder Lake PCH-P SMBus Host Controller (rev 01)
00:1f.5 Serial bus controller: Intel Corporation Alder Lake-P PCH SPI Controller (rev 01)
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9A1/PM9A3/980PRO
ubuntu@ubuntu:~$ lsusb
Bus 004 Device 002: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 8086:0b63 Intel Corp. USB Bridge
Bus 003 Device 002: ID 06cb:00fc Synaptics, Inc.
Bus 003 Device 004: ID 8087:0033 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ubuntu@ubuntu:~$ lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
|__ Port 2: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 6: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 12M
|__ Port 8: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 12M
|__ Port 10: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 10: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 20000M/x2
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment