all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Josselin Poiret <dev@jpoiret.xyz>
Cc: 52051@debbugs.gnu.org
Subject: bug#52051: [core-updates-frozen] cannot login ('org.freedesktop.login1' service times out)
Date: Tue, 07 Dec 2021 16:23:38 -0500	[thread overview]
Message-ID: <87mtlcun1h.fsf@gmail.com> (raw)
In-Reply-To: <87wnkvp8cx.fsf@jpoiret.xyz> (Josselin Poiret's message of "Fri,  26 Nov 2021 09:35:42 +0000")

[-- Attachment #1: Type: text/plain, Size: 3039 bytes --]

Hello!

Josselin Poiret <dev@jpoiret.xyz> writes:

> Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
>
>> Hello,
>>
>> I've found a workaround: restarting elogind via SSH resolved the issue.
>>
>> I guess itt may be a race between elogind and dbus-system (elogind gets
>> started before dbus-system is fully up, and the communication with the
>> session bus is somehow crippled from there?).
>
> Does this happen with other login managers on your system, like LightDM?
> The thing is that elogind depends on dbus-system, so I'm not sure there
> should be a race there.

I've yet to try this, but it *doesn't* happen on another machine using
an almost-identical configuration (slim + ratpoison).

> I noticed though that none of our desktop managers's shepherd services
> require elogind, and in the case of SLiM not even dbus-system.  Maybe we
> should add it there, since we want Shepherd to handle launching elogind,
> and avoid dbus launching one by itself if the login1 service is used or
> even by the PAM elogind module.  Can you try adding that to
> slim-shepherd-service?

I've tried adding elogind in the requirements of the slim service type
as well as the upower-daemon service type, but it didn't help.

Based on my observations (/var/log/messages), it seems that the dbus
session bus is not yet ready when elogin starts, and thus the various
dbus services are not yet published/registered when other dependents
need them.

I noticed that dbus system session times out on every boot on that
machine.  I also notice that when the NTPD daemon starts, it rewinds
time by about 25 s on every boot

--8<---------------cut here---------------start------------->8---
[...]
Dec  7 15:55:02 localhost shepherd[1]: Service dbus-system has been started.
[...]
Dec  7 15:55:10 localhost shepherd[1]: Service ntpd has been started.
[...]
Dec  7 15:54:46 localhost ntpd[341]: ntpd 4.2.8p15@1.3728-o Thu Jan  1 12:00:01 AM UTC 1970 (1): Starting
[...]
Dec  7 15:55:14 localhost shepherd[1]: Service elogind has been started.
[...]
Dec  7 15:55:21 localhost shepherd[1]: Service upower-daemon has been started.
[...]
Dec  7 15:54:51 localhost dbus-daemon[335]: [system] Activating service name='org.freedesktop.login1' requested by ':1.1' (uid=0 pid=345 comm="/gnu/store/g1qlpzcfnk2r6186al2hfqjmq9yl7qkk-upower") (using servicehelper)
[...]
Dec  7 15:55:02 localhost elogind[352]: elogind is already running as PID 343
[...]
Dec  7 15:55:16 localhost dbus-daemon[335]: [system] Failed to activate service 'org.freedesktop.login1': timed out (service_start_timeout=25000ms)
[...]
Dec  7 15:55:24 localhost dbus-daemon[335]: [system] Connection has not authenticated soon enough, closing it (auth_timeout=30000ms, elapsed: 36684ms)
--8<---------------cut here---------------end--------------->8---


> Also, maybe patching the dbus service to Exec=false instead would be a
> good safeguard against dbus launching elogind itself.

Perhaps a good idea to try also!

Attached is the /var/log/messages of the problematic boot, nearly
unedited.


[-- Attachment #2: messages.boot --]
[-- Type: text/plain, Size: 127178 bytes --]

Dec  7 15:54:11 localhost syslogd (GNU inetutils 2.0): restart
Dec  7 15:54:11 localhost vmunix: [    0.000000] Linux version 5.15.6-gnu (guix@guix) (gcc (GCC) 10.3.0, GNU ld (GNU Binutils) 2.37) #1 SMP 1
Dec  7 15:54:11 localhost vmunix: [    0.000000] Command line: BOOT_IMAGE=/@root/gnu/store/xz7ybgzdr0kq8wx9czbfipxwsg6i5ydw-linux-libre-5.15.6/bzImage --root=/dev/mapper/cryptroot --system=/gnu/store/mnqz2jb567kiflbh6afhn1zsv9dyz9j2-system --load=/gnu/store/mnqz2jb567kiflbh6afhn1zsv9dyz9j2-system/boot quiet snd_hda_intel.dmic_detect=0 modprobe.blacklist=rtl8187
Dec  7 15:54:11 localhost vmunix: [    0.000000] KERNEL supported cpus:
Dec  7 15:54:12 localhost vmunix: [    0.000000]   Intel GenuineIntel
Dec  7 15:54:12 localhost vmunix: [    0.000000]   AMD AuthenticAMD
Dec  7 15:54:12 localhost vmunix: [    0.000000]   Hygon HygonGenuine
Dec  7 15:54:12 localhost vmunix: [    0.000000]   Centaur CentaurHauls
Dec  7 15:54:12 localhost vmunix: [    0.000000]   zhaoxin   Shanghai  
Dec  7 15:54:12 localhost vmunix: [    0.000000] x86/fpu: x87 FPU will use FXSAVE
Dec  7 15:54:13 localhost vmunix: [    0.000000] signal: max sigframe size: 1440
Dec  7 15:54:13 localhost vmunix: [    0.000000] BIOS-provided physical RAM map:
Dec  7 15:54:13 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Dec  7 15:54:13 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Dec  7 15:54:13 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
Dec  7 15:54:13 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bff7ffff] usable
Dec  7 15:54:14 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bff80000-0x00000000bff8dfff] ACPI data
Dec  7 15:54:14 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bff8e000-0x00000000bffdffff] ACPI NVS
Dec  7 15:54:14 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000bffe0000-0x00000000bfffffff] reserved
Dec  7 15:54:14 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
Dec  7 15:54:14 localhost vmunix: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable
Dec  7 15:54:14 localhost vmunix: [    0.000000] NX (Execute Disable) protection: active
Dec  7 15:54:14 localhost vmunix: [    0.000000] SMBIOS 2.4 present.
Dec  7 15:54:15 localhost vmunix: [    0.000000] DMI: ASUSTEK COMPUTER INC P5W DH Deluxe/P5W DH Deluxe, BIOS 2504    01/04/2008
Dec  7 15:54:15 localhost vmunix: [    0.000000] tsc: Fast TSC calibration using PIT
Dec  7 15:54:15 localhost vmunix: [    0.000000] tsc: Detected 2671.455 MHz processor
Dec  7 15:54:15 localhost shepherd[1]: Service syslogd has been started. 
Dec  7 15:54:15 localhost vmunix: [    0.005338] last_pfn = 0x240000 max_arch_pfn = 0x400000000
Dec  7 15:54:15 localhost vmunix: [    0.006464] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Dec  7 15:54:15 localhost vmunix: [    0.006989] total RAM covered: 8192M
Dec  7 15:54:16 localhost vmunix: [    0.007228] Found optimal setting for mtrr clean up
Dec  7 15:54:16 localhost vmunix: [    0.007229]  gran_size: 64K 	chunk_size: 64K 	num_reg: 4  	lose cover RAM: 0G
Dec  7 15:54:16 localhost vmunix: [    0.008059] last_pfn = 0xbff80 max_arch_pfn = 0x400000000
Dec  7 15:54:16 localhost vmunix: [    0.019744] found SMP MP-table at [mem 0x000ff780-0x000ff78f]
Dec  7 15:54:16 localhost vmunix: [    0.020109] RAMDISK: [mem 0x3601b000-0x37004fff]
Dec  7 15:54:16 localhost vmunix: [    0.020115] ACPI: Early table checksum verification disabled
Dec  7 15:54:17 localhost vmunix: [    0.020120] ACPI: RSDP 0x00000000000FAF00 000024 (v02 ACPIAM)
Dec  7 15:54:17 localhost vmunix: [    0.020125] ACPI: XSDT 0x00000000BFF80100 00006C (v01 A_M_I_ OEMXSDT  01000804 MSFT 00000097)
Dec  7 15:54:17 localhost vmunix: [    0.020133] ACPI: FACP 0x00000000BFF80290 0000F4 (v03 A_M_I_ OEMFACP  01000804 MSFT 00000097)
Dec  7 15:54:17 localhost shepherd[1]: Service loopback has been started. 
Dec  7 15:54:17 localhost vmunix: [    0.020140] ACPI: DSDT 0x00000000BFF80590 009560 (v01 A0543  A0543000 00000000 INTL 20060113)
Dec  7 15:54:17 localhost vmunix: [    0.020145] ACPI: FACS 0x00000000BFF8E000 000040
Dec  7 15:54:17 localhost vmunix: [    0.020150] ACPI: FACS 0x00000000BFF8E000 000040
Dec  7 15:54:17 localhost vmunix: [    0.020154] ACPI: APIC 0x00000000BFF80390 000080 (v01 A_M_I_ OEMAPIC  01000804 MSFT 00000097)
Dec  7 15:54:18 localhost vmunix: [    0.020159] ACPI: OEMB 0x00000000BFF8E040 000066 (v01 A_M_I_ AMI_OEM  01000804 MSFT 00000097)
Dec  7 15:54:18 localhost vmunix: [    0.020164] ACPI: HPET 0x00000000BFF89AF0 000038 (v01 A_M_I_ OEMHPET  01000804 MSFT 00000097)
Dec  7 15:54:18 localhost vmunix: [    0.020168] ACPI: MCFG 0x00000000BFF89B30 00003C (v01 A_M_I_ OEMMCFG  01000804 MSFT 00000097)
Dec  7 15:54:18 localhost vmunix: [    0.020173] ACPI: SSDT 0x00000000BFF8E0B0 000208 (v01 AMI    CPU1PM   00000001 INTL 20060113)
Dec  7 15:54:18 localhost vmunix: [    0.020178] ACPI: SSDT 0x00000000BFF8E2C0 00013A (v01 AMI    CPU2PM   00000001 INTL 20060113)
Dec  7 15:54:18 localhost vmunix: [    0.020183] ACPI: SSDT 0x00000000BFF8E400 00013A (v01 AMI    CPU3PM   00000001 INTL 20060113)
Dec  7 15:54:18 localhost vmunix: [    0.020188] ACPI: SSDT 0x00000000BFF8E540 00013A (v01 AMI    CPU4PM   00000001 INTL 20060113)
Dec  7 15:54:19 localhost shepherd[1]: Service host-name has been started. 
Dec  7 15:54:19 localhost vmunix: [    0.020191] ACPI: Reserving FACP table memory at [mem 0xbff80290-0xbff80383]
Dec  7 15:54:19 localhost vmunix: [    0.020193] ACPI: Reserving DSDT table memory at [mem 0xbff80590-0xbff89aef]
Dec  7 15:54:19 localhost vmunix: [    0.020195] ACPI: Reserving FACS table memory at [mem 0xbff8e000-0xbff8e03f]
Dec  7 15:54:19 localhost vmunix: [    0.020196] ACPI: Reserving FACS table memory at [mem 0xbff8e000-0xbff8e03f]
Dec  7 15:54:19 localhost vmunix: [    0.020198] ACPI: Reserving APIC table memory at [mem 0xbff80390-0xbff8040f]
Dec  7 15:54:19 localhost vmunix: [    0.020199] ACPI: Reserving OEMB table memory at [mem 0xbff8e040-0xbff8e0a5]
Dec  7 15:54:19 localhost vmunix: [    0.020200] ACPI: Reserving HPET table memory at [mem 0xbff89af0-0xbff89b27]
Dec  7 15:54:20 localhost vmunix: [    0.020202] ACPI: Reserving MCFG table memory at [mem 0xbff89b30-0xbff89b6b]
Dec  7 15:54:21 localhost vmunix: [    0.020203] ACPI: Reserving SSDT table memory at [mem 0xbff8e0b0-0xbff8e2b7]
Dec  7 15:54:21 localhost vmunix: [    0.020205] ACPI: Reserving SSDT table memory at [mem 0xbff8e2c0-0xbff8e3f9]
Dec  7 15:54:22 localhost vmunix: [    0.020206] ACPI: Reserving SSDT table memory at [mem 0xbff8e400-0xbff8e539]
Dec  7 15:54:22 localhost vmunix: [    0.020208] ACPI: Reserving SSDT table memory at [mem 0xbff8e540-0xbff8e679]
Dec  7 15:54:22 localhost shepherd[1]: Service virtual-terminal has been started. 
Dec  7 15:54:22 localhost vmunix: [    0.020267] No NUMA configuration found
Dec  7 15:54:22 localhost vmunix: [    0.020269] Faking a node at [mem 0x0000000000000000-0x000000023fffffff]
Dec  7 15:54:22 localhost vmunix: [    0.020274] NODE_DATA(0) allocated [mem 0x23fff8000-0x23fffbfff]
Dec  7 15:54:22 localhost vmunix: [    0.020311] Zone ranges:
Dec  7 15:54:22 localhost vmunix: [    0.020312]   DMA32    [mem 0x0000000000001000-0x00000000ffffffff]
Dec  7 15:54:23 localhost vmunix: [    0.020315]   Normal   [mem 0x0000000100000000-0x000000023fffffff]
Dec  7 15:54:23 localhost vmunix: [    0.020317]   Device   empty
Dec  7 15:54:23 localhost vmunix: [    0.020319] Movable zone start for each node
Dec  7 15:54:23 localhost vmunix: [    0.020320] Early memory node ranges
Dec  7 15:54:23 localhost vmunix: [    0.020321]   node   0: [mem 0x0000000000001000-0x000000000009efff]
Dec  7 15:54:23 localhost vmunix: [    0.020323]   node   0: [mem 0x0000000000100000-0x00000000bff7ffff]
Dec  7 15:54:23 localhost vmunix: [    0.020325]   node   0: [mem 0x0000000100000000-0x000000023fffffff]
Dec  7 15:54:23 localhost vmunix: [    0.020327] Initmem setup node 0 [mem 0x0000000000001000-0x000000023fffffff]
Dec  7 15:54:24 localhost vmunix: [    0.020334] On node 0, zone DMA32: 1 pages in unavailable ranges
Dec  7 15:54:24 localhost vmunix: [    0.054970] On node 0, zone DMA32: 97 pages in unavailable ranges
Dec  7 15:54:24 localhost vmunix: [    0.115901] On node 0, zone Normal: 128 pages in unavailable ranges
Dec  7 15:54:24 localhost shepherd[1]: Service term-tty6 has been started. 
Dec  7 15:54:24 localhost vmunix: [    0.116048] ACPI: PM-Timer IO Port: 0x808
Dec  7 15:54:24 localhost vmunix: [    0.116077] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
Dec  7 15:54:24 localhost vmunix: [    0.116083] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec  7 15:54:24 localhost vmunix: [    0.116086] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dec  7 15:54:24 localhost vmunix: [    0.116088] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec  7 15:54:24 localhost vmunix: [    0.116090] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dec  7 15:54:25 localhost vmunix: [    0.116095] ACPI: Using ACPI (MADT) for SMP configuration information
Dec  7 15:54:25 localhost vmunix: [    0.116097] ACPI: HPET id: 0x8086a201 base: 0xfed00000
Dec  7 15:54:25 localhost vmunix: [    0.116107] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Dec  7 15:54:25 localhost vmunix: [    0.116129] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Dec  7 15:54:25 localhost vmunix: [    0.116132] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Dec  7 15:54:25 localhost vmunix: [    0.116134] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
Dec  7 15:54:25 localhost vmunix: [    0.116135] PM: hibernation: Registered nosave memory: [mem 0x000e4000-0x000fffff]
Dec  7 15:54:25 localhost shepherd[1]: Service host-name has been started. 
Dec  7 15:54:25 localhost vmunix: [    0.116137] PM: hibernation: Registered nosave memory: [mem 0xbff80000-0xbff8dfff]
Dec  7 15:54:26 localhost vmunix: [    0.116138] PM: hibernation: Registered nosave memory: [mem 0xbff8e000-0xbffdffff]
Dec  7 15:54:26 localhost vmunix: [    0.116139] PM: hibernation: Registered nosave memory: [mem 0xbffe0000-0xbfffffff]
Dec  7 15:54:27 localhost vmunix: [    0.116141] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xffafffff]
Dec  7 15:54:27 localhost vmunix: [    0.116142] PM: hibernation: Registered nosave memory: [mem 0xffb00000-0xffffffff]
Dec  7 15:54:27 localhost vmunix: [    0.116145] [mem 0xc0000000-0xffafffff] available for PCI devices
Dec  7 15:54:28 localhost vmunix: [    0.116146] Booting paravirtualized kernel on bare hardware
Dec  7 15:54:28 localhost vmunix: [    0.116152] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Dec  7 15:54:28 localhost vmunix: [    0.116166] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
Dec  7 15:54:28 localhost vmunix: [    0.116993] percpu: Embedded 55 pages/cpu s187608 r8192 d29480 u524288
Dec  7 15:54:28 localhost shepherd[1]: Service term-tty5 has been started. 
Dec  7 15:54:28 localhost vmunix: [    0.117054] Built 1 zonelists, mobility grouping on.  Total pages: 2064003
Dec  7 15:54:28 localhost vmunix: [    0.117058] Policy zone: Normal
Dec  7 15:54:28 localhost vmunix: [    0.117061] Kernel command line: BOOT_IMAGE=/@root/gnu/store/xz7ybgzdr0kq8wx9czbfipxwsg6i5ydw-linux-libre-5.15.6/bzImage --root=/dev/mapper/cryptroot --system=/gnu/store/mnqz2jb567kiflbh6afhn1zsv9dyz9j2-system --load=/gnu/store/mnqz2jb567kiflbh6afhn1zsv9dyz9j2-system/boot quiet snd_hda_intel.dmic_detect=0 modprobe.blacklist=rtl8187
Dec  7 15:54:29 localhost vmunix: [    0.117225] Unknown kernel command line parameters "BOOT_IMAGE=/@root/gnu/store/xz7ybgzdr0kq8wx9czbfipxwsg6i5ydw-linux-libre-5.15.6/bzImage --root=/dev/mapper/cryptroot --system=/gnu/store/mnqz2jb567kiflbh6afhn1zsv9dyz9j2-system --load=/gnu/store/mnqz2jb567kiflbh6afhn1zsv9dyz9j2-system/boot", will be passed to user space.
Dec  7 15:54:29 localhost vmunix: [    0.119654] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Dec  7 15:54:29 localhost vmunix: [    0.120986] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Dec  7 15:54:29 localhost shepherd[1]: Service host-name has been started. 
Dec  7 15:54:29 localhost vmunix: [    0.121069] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Dec  7 15:54:29 localhost vmunix: [    0.290477] Memory: 8129116K/8387704K available (14345K kernel code, 2719K rwdata, 4868K rodata, 2504K init, 2820K bss, 258328K reserved, 0K cma-reserved)
Dec  7 15:54:29 localhost vmunix: [    0.290494] random: get_random_u64 called from __kmem_cache_create+0x2f/0x530 with crng_init=0
Dec  7 15:54:29 localhost vmunix: [    0.290695] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Dec  7 15:54:30 localhost vmunix: [    0.290719] Kernel/User page tables isolation: enabled
Dec  7 15:54:30 localhost vmunix: [    0.290751] ftrace: allocating 45085 entries in 177 pages
Dec  7 15:54:30 localhost vmunix: [    0.311161] ftrace: allocated 177 pages with 4 groups
Dec  7 15:54:30 localhost vmunix: [    0.311385] rcu: Hierarchical RCU implementation.
Dec  7 15:54:30 localhost vmunix: [    0.311387] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
Dec  7 15:54:30 localhost vmunix: [    0.311390] 	Rude variant of Tasks RCU enabled.
Dec  7 15:54:30 localhost vmunix: [    0.311391] 	Tracing variant of Tasks RCU enabled.
Dec  7 15:54:31 localhost vmunix: [    0.311392] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Dec  7 15:54:31 localhost vmunix: [    0.311393] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Dec  7 15:54:31 localhost shepherd[1]: Service term-tty4 has been started. 
Dec  7 15:54:31 localhost vmunix: [    0.317154] NR_IRQS: 16640, nr_irqs: 456, preallocated irqs: 16
Dec  7 15:54:31 localhost vmunix: [    0.322955] Console: colour VGA+ 80x25
Dec  7 15:54:31 localhost vmunix: [    0.322970] printk: console [tty0] enabled
Dec  7 15:54:31 localhost vmunix: [    0.323006] ACPI: Core revision 20210730
Dec  7 15:54:31 localhost vmunix: [    0.323094] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Dec  7 15:54:31 localhost vmunix: [    0.323110] APIC: Switch to symmetric I/O mode setup
Dec  7 15:54:32 localhost vmunix: [    0.323477] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Dec  7 15:54:32 localhost vmunix: [    0.343108] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2681e92cae2, max_idle_ns: 440795300172 ns
Dec  7 15:54:32 localhost vmunix: [    0.343117] Calibrating delay loop (skipped), value calculated using timer frequency.. 5342.91 BogoMIPS (lpj=10685820)
Dec  7 15:54:32 localhost vmunix: [    0.343121] pid_max: default: 32768 minimum: 301
Dec  7 15:54:32 localhost vmunix: [    0.343153] LSM: Security Framework initializing
Dec  7 15:54:32 localhost vmunix: [    0.343162] Yama: becoming mindful.
Dec  7 15:54:32 localhost vmunix: [    0.343205] AppArmor: AppArmor initialized
Dec  7 15:54:33 localhost vmunix: [    0.343208] TOMOYO Linux initialized
Dec  7 15:54:33 localhost shepherd[1]: Service host-name has been started. 
Dec  7 15:54:33 localhost vmunix: [    0.343284] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Dec  7 15:54:33 localhost vmunix: [    0.343328] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Dec  7 15:54:33 localhost vmunix: [    0.343700] CPU0: Thermal monitoring enabled (TM2)
Dec  7 15:54:33 localhost vmunix: [    0.343713] process: using mwait in idle threads
Dec  7 15:54:33 localhost vmunix: [    0.343717] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Dec  7 15:54:33 localhost vmunix: [    0.343719] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
Dec  7 15:54:34 localhost vmunix: [    0.343724] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Dec  7 15:54:34 localhost vmunix: [    0.343727] Spectre V2 : Mitigation: Full generic retpoline
Dec  7 15:54:34 localhost vmunix: [    0.343728] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Dec  7 15:54:34 localhost vmunix: [    0.343729] Speculative Store Bypass: Vulnerable
Dec  7 15:54:34 localhost vmunix: [    0.343734] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Dec  7 15:54:34 localhost vmunix: [    0.349234] Freeing SMP alternatives memory: 40K
Dec  7 15:54:34 localhost vmunix: [    0.459772] smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU    Q6700  @ 2.66GHz (family: 0x6, model: 0xf, stepping: 0xb)
Dec  7 15:54:34 localhost shepherd[1]: Service term-tty3 has been started. 
Dec  7 15:54:34 localhost vmunix: [    0.459980] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
Dec  7 15:54:35 localhost vmunix: [    0.459990] core: PEBS disabled due to CPU errata
Dec  7 15:54:35 localhost vmunix: [    0.459992] ... version:                2
Dec  7 15:54:35 localhost vmunix: [    0.459993] ... bit width:              40
Dec  7 15:54:35 localhost vmunix: [    0.459994] ... generic registers:      2
Dec  7 15:54:35 localhost vmunix: [    0.459995] ... value mask:             000000ffffffffff
Dec  7 15:54:35 localhost vmunix: [    0.459997] ... max period:             000000007fffffff
Dec  7 15:54:35 localhost vmunix: [    0.459998] ... fixed-purpose events:   3
Dec  7 15:54:35 localhost vmunix: [    0.459999] ... event mask:             0000000700000003
Dec  7 15:54:36 localhost vmunix: [    0.460137] rcu: Hierarchical SRCU implementation.
Dec  7 15:54:36 localhost vmunix: [    0.460847] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Dec  7 15:54:36 localhost vmunix: [    0.460930] smp: Bringing up secondary CPUs ...
Dec  7 15:54:36 localhost vmunix: [    0.461064] x86: Booting SMP configuration:
Dec  7 15:54:36 localhost vmunix: [    0.461066] .... node  #0, CPUs:      #1 #2 #3
Dec  7 15:54:36 localhost vmunix: [    0.467200] smp: Brought up 1 node, 4 CPUs
Dec  7 15:54:36 localhost vmunix: [    0.467200] smpboot: Max logical packages: 1
Dec  7 15:54:37 localhost vmunix: [    0.467200] smpboot: Total of 4 processors activated (21371.64 BogoMIPS)
Dec  7 15:54:37 localhost shepherd[1]: Service host-name has been started. 
Dec  7 15:54:37 localhost vmunix: [    0.471779] devtmpfs: initialized
Dec  7 15:54:37 localhost vmunix: [    0.471779] x86/mm: Memory block size: 128MB
Dec  7 15:54:37 localhost vmunix: [    0.472226] ACPI: PM: Registering ACPI NVS region [mem 0xbff8e000-0xbffdffff] (335872 bytes)
Dec  7 15:54:37 localhost vmunix: [    0.472226] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Dec  7 15:54:37 localhost vmunix: [    0.472226] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Dec  7 15:54:37 localhost vmunix: [    0.472226] pinctrl core: initialized pinctrl subsystem
Dec  7 15:54:38 localhost vmunix: [    0.472226] PM: RTC time: 20:53:09, date: 2021-12-07
Dec  7 15:54:38 localhost vmunix: [    0.472226] NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec  7 15:54:38 localhost vmunix: [    0.472226] audit: initializing netlink subsys (disabled)
Dec  7 15:54:38 localhost vmunix: [    0.472226] audit: type=2000 audit(1638910389.148:1): state=initialized audit_enabled=0 res=1
Dec  7 15:54:38 localhost vmunix: [    0.472226] thermal_sys: Registered thermal governor 'fair_share'
Dec  7 15:54:38 localhost vmunix: [    0.472226] thermal_sys: Registered thermal governor 'bang_bang'
Dec  7 15:54:39 localhost vmunix: [    0.472226] thermal_sys: Registered thermal governor 'step_wise'
Dec  7 15:54:39 localhost shepherd[1]: Service term-tty2 has been started. 
Dec  7 15:54:39 localhost vmunix: [    0.472226] thermal_sys: Registered thermal governor 'user_space'
Dec  7 15:54:39 localhost vmunix: [    0.472226] cpuidle: using governor ladder
Dec  7 15:54:39 localhost vmunix: [    0.472226] cpuidle: using governor menu
Dec  7 15:54:39 localhost vmunix: [    0.472226] ACPI: bus type PCI registered
Dec  7 15:54:39 localhost vmunix: [    0.472226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec  7 15:54:39 localhost vmunix: [    0.472226] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
Dec  7 15:54:40 localhost vmunix: [    0.472226] PCI: not using MMCONFIG
Dec  7 15:54:40 localhost vmunix: [    0.472226] PCI: Using configuration type 1 for base access
Dec  7 15:54:40 localhost vmunix: [    0.476718] Kprobes globally optimized
Dec  7 15:54:40 localhost vmunix: [    0.476725] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
Dec  7 15:54:40 localhost vmunix: [    0.476725] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec  7 15:54:40 localhost vmunix: [    0.476725] ACPI: Added _OSI(Module Device)
Dec  7 15:54:40 localhost vmunix: [    0.476725] ACPI: Added _OSI(Processor Device)
Dec  7 15:54:41 localhost vmunix: [    0.476725] ACPI: Added _OSI(3.0 _SCP Extensions)
Dec  7 15:54:41 localhost vmunix: [    0.476725] ACPI: Added _OSI(Processor Aggregator Device)
Dec  7 15:54:41 localhost vmunix: [    0.476725] ACPI: Added _OSI(Linux-Dell-Video)
Dec  7 15:54:41 localhost shepherd[1]: Service host-name has been started. 
Dec  7 15:54:41 localhost vmunix: [    0.476725] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Dec  7 15:54:42 localhost vmunix: [    0.476725] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Dec  7 15:54:42 localhost vmunix: [    0.482055] ACPI: 5 ACPI AML tables successfully acquired and loaded
Dec  7 15:54:43 localhost vmunix: [    0.487121] ACPI: Dynamic OEM Table Load:
Dec  7 15:54:43 localhost vmunix: [    0.487129] ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF94450023D800 Table is already loaded (20210730/tbdata-520)
Dec  7 15:54:43 localhost vmunix: [    0.487210] ACPI Error: Aborting method \_PR.CPU1._OSC due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Dec  7 15:54:43 localhost vmunix: [    0.487296] ACPI Error: Aborting method \_PR.CPU1._PDC due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Dec  7 15:54:43 localhost vmunix: [    0.487532] ACPI: Dynamic OEM Table Load:
Dec  7 15:54:43 localhost vmunix: [    0.487538] ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF9445002CEC00 Table is already loaded (20210730/tbdata-520)
Dec  7 15:54:43 localhost vmunix: [    0.487615] ACPI Error: Aborting method \_PR.CPU2._OSC due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Dec  7 15:54:44 localhost shepherd[1]: Service term-tty1 has been started. 
Dec  7 15:54:44 localhost vmunix: [    0.487701] ACPI Error: Aborting method \_PR.CPU2._PDC due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Dec  7 15:54:44 localhost vmunix: [    0.487933] ACPI: Dynamic OEM Table Load:
Dec  7 15:54:44 localhost vmunix: [    0.487938] ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF9445002CEC00 Table is already loaded (20210730/tbdata-520)
Dec  7 15:54:44 localhost vmunix: [    0.488015] ACPI Error: Aborting method \_PR.CPU3._OSC due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Dec  7 15:54:44 localhost vmunix: [    0.488100] ACPI Error: Aborting method \_PR.CPU3._PDC due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Dec  7 15:54:44 localhost vmunix: [    0.488333] ACPI: Dynamic OEM Table Load:
Dec  7 15:54:45 localhost vmunix: [    0.488339] ACPI Error: AE_ALREADY_EXISTS, SSDT 0xFFFF9445002CEC00 Table is already loaded (20210730/tbdata-520)
Dec  7 15:54:45 localhost vmunix: [    0.488416] ACPI Error: Aborting method \_PR.CPU4._OSC due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Dec  7 15:54:45 localhost vmunix: [    0.488500] ACPI Error: Aborting method \_PR.CPU4._PDC due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Dec  7 15:54:45 localhost vmunix: [    0.488840] ACPI: Interpreter enabled
Dec  7 15:54:45 localhost shepherd[1]: Service host-name has been started. 
Dec  7 15:54:45 localhost vmunix: [    0.488863] ACPI: PM: (supports S0 S1 S3 S4 S5)
Dec  7 15:54:46 localhost vmunix: [    0.488865] ACPI: Using IOAPIC for interrupt routing
Dec  7 15:54:46 localhost vmunix: [    0.488896] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
Dec  7 15:54:46 localhost vmunix: [    0.490211] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in ACPI motherboard resources
Dec  7 15:54:46 localhost vmunix: [    0.490228] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Dec  7 15:54:46 localhost vmunix: [    0.490408] ACPI: Enabled 12 GPEs in block 00 to 1F
Dec  7 15:54:46 localhost vmunix: [    0.496094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Dec  7 15:54:47 localhost vmunix: [    0.496102] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Dec  7 15:54:47 localhost vmunix: [    0.496108] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_NOT_FOUND)
Dec  7 15:54:47 localhost vmunix: [    0.496117] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Dec  7 15:54:47 localhost vmunix: [    0.496328] PCI host bridge to bus 0000:00
Dec  7 15:54:47 localhost vmunix: [    0.496331] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Dec  7 15:54:47 localhost shepherd[1]: Service term-auto could not be started. 
Dec  7 15:54:47 localhost vmunix: [    0.496334] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Dec  7 15:54:48 localhost vmunix: [    0.496336] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Dec  7 15:54:48 localhost vmunix: [    0.496338] pci_bus 0000:00: root bus resource [mem 0xc0010000-0xffffffff window]
Dec  7 15:54:48 localhost vmunix: [    0.496340] pci_bus 0000:00: root bus resource [bus 00-ff]
Dec  7 15:54:48 localhost vmunix: [    0.496381] pci 0000:00:00.0: [8086:277c] type 00 class 0x060000
Dec  7 15:54:48 localhost vmunix: [    0.496546] pci 0000:00:01.0: [8086:277d] type 01 class 0x060400
Dec  7 15:54:48 localhost vmunix: [    0.496588] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Dec  7 15:54:48 localhost vmunix: [    0.496728] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
Dec  7 15:54:49 localhost vmunix: [    0.496745] pci 0000:00:1b.0: reg 0x10: [mem 0xfebfc000-0xfebfffff 64bit]
Dec  7 15:54:49 localhost vmunix: [    0.496814] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Dec  7 15:54:49 localhost vmunix: [    0.496968] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
Dec  7 15:54:49 localhost vmunix: [    0.497041] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Dec  7 15:54:49 localhost vmunix: [    0.497206] pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400
Dec  7 15:54:49 localhost shepherd[1]: Service console-font-tty1 has been started. 
Dec  7 15:54:49 localhost vmunix: [    0.497280] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Dec  7 15:54:49 localhost vmunix: [    0.497433] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400
Dec  7 15:54:49 localhost vmunix: [    0.497506] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Dec  7 15:54:50 localhost vmunix: [    0.497657] pci 0000:00:1c.4: [8086:27e0] type 01 class 0x060400
Dec  7 15:54:50 localhost vmunix: [    0.497729] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Dec  7 15:54:50 localhost vmunix: [    0.497882] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
Dec  7 15:54:50 localhost vmunix: [    0.497921] pci 0000:00:1d.0: reg 0x20: [io  0xe480-0xe49f]
Dec  7 15:54:50 localhost vmunix: [    0.498069] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
Dec  7 15:54:50 localhost vmunix: [    0.498108] pci 0000:00:1d.1: reg 0x20: [io  0xe800-0xe81f]
Dec  7 15:54:50 localhost vmunix: [    0.498255] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
Dec  7 15:54:51 localhost vmunix: [    0.498293] pci 0000:00:1d.2: reg 0x20: [io  0xe880-0xe89f]
Dec  7 15:54:51 localhost vmunix: [    0.498441] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
Dec  7 15:54:51 localhost vmunix: [    0.498480] pci 0000:00:1d.3: reg 0x20: [io  0xec00-0xec1f]
Dec  7 15:54:51 localhost vmunix: [    0.498635] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
Dec  7 15:54:51 localhost shepherd[1]: Service console-font-tty2 has been started. 
Dec  7 15:54:51 localhost vmunix: [    0.498651] pci 0000:00:1d.7: reg 0x10: [mem 0xfebfbc00-0xfebfbfff]
Dec  7 15:54:51 localhost vmunix: [    0.498724] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Dec  7 15:54:51 localhost vmunix: [    0.498873] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
Dec  7 15:54:52 localhost vmunix: [    0.499054] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
Dec  7 15:54:52 localhost vmunix: [    0.499133] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
Dec  7 15:54:52 localhost vmunix: [    0.499138] pci 0000:00:1f.0: quirk: [io  0x0480-0x04bf] claimed by ICH6 GPIO
Dec  7 15:54:52 localhost vmunix: [    0.499143] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 0007)
Dec  7 15:54:52 localhost vmunix: [    0.499147] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 00ff)
Dec  7 15:54:52 localhost vmunix: [    0.499301] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
Dec  7 15:54:54 localhost vmunix: [    0.499316] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
Dec  7 15:54:54 localhost vmunix: [    0.499324] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
Dec  7 15:54:54 localhost vmunix: [    0.499332] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
Dec  7 15:54:54 localhost vmunix: [    0.499341] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
Dec  7 15:54:54 localhost shepherd[1]: Service console-font-tty3 has been started. 
Dec  7 15:54:54 localhost vmunix: [    0.499349] pci 0000:00:1f.1: reg 0x20: [io  0xffa0-0xffaf]
Dec  7 15:54:55 localhost vmunix: [    0.499366] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Dec  7 15:54:55 localhost vmunix: [    0.499368] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
Dec  7 15:54:55 localhost vmunix: [    0.499370] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Dec  7 15:54:55 localhost vmunix: [    0.499372] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
Dec  7 15:54:55 localhost vmunix: [    0.499506] pci 0000:00:1f.2: [8086:27c1] type 00 class 0x010601
Dec  7 15:54:55 localhost vmunix: [    0.499519] pci 0000:00:1f.2: reg 0x10: [io  0xe400-0xe407]
Dec  7 15:54:55 localhost vmunix: [    0.499527] pci 0000:00:1f.2: reg 0x14: [io  0xe080-0xe083]
Dec  7 15:54:55 localhost vmunix: [    0.499534] pci 0000:00:1f.2: reg 0x18: [io  0xe000-0xe007]
Dec  7 15:54:56 localhost vmunix: [    0.499541] pci 0000:00:1f.2: reg 0x1c: [io  0xdc00-0xdc03]
Dec  7 15:54:56 localhost vmunix: [    0.499548] pci 0000:00:1f.2: reg 0x20: [io  0xd880-0xd88f]
Dec  7 15:54:56 localhost vmunix: [    0.499555] pci 0000:00:1f.2: reg 0x24: [mem 0xfebfb800-0xfebfbbff]
Dec  7 15:54:56 localhost vmunix: [    0.499587] pci 0000:00:1f.2: PME# supported from D3hot
Dec  7 15:54:56 localhost vmunix: [    0.499697] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
Dec  7 15:54:56 localhost shepherd[1]: Service console-font-tty4 has been started. 
Dec  7 15:54:56 localhost vmunix: [    0.499747] pci 0000:00:1f.3: reg 0x20: [io  0x0400-0x041f]
Dec  7 15:54:56 localhost vmunix: [    0.499881] pci 0000:06:00.0: [10de:0193] type 00 class 0x030000
Dec  7 15:54:56 localhost vmunix: [    0.499892] pci 0000:06:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
Dec  7 15:54:57 localhost vmunix: [    0.499902] pci 0000:06:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
Dec  7 15:54:57 localhost vmunix: [    0.499911] pci 0000:06:00.0: reg 0x1c: [mem 0xfa000000-0xfbffffff 64bit]
Dec  7 15:54:57 localhost vmunix: [    0.499918] pci 0000:06:00.0: reg 0x24: [io  0xcc00-0xcc7f]
Dec  7 15:54:57 localhost vmunix: [    0.499925] pci 0000:06:00.0: reg 0x30: [mem 0xfeae0000-0xfeafffff pref]
Dec  7 15:54:57 localhost vmunix: [    0.500009] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
Dec  7 15:54:57 localhost vmunix: [    0.500016] pci 0000:00:01.0: PCI bridge to [bus 06]
Dec  7 15:54:57 localhost vmunix: [    0.500019] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
Dec  7 15:54:57 localhost vmunix: [    0.500022] pci 0000:00:01.0:   bridge window [mem 0xf8a00000-0xfeafffff]
Dec  7 15:54:58 localhost vmunix: [    0.500026] pci 0000:00:01.0:   bridge window [mem 0xcff00000-0xefefffff 64bit pref]
Dec  7 15:54:58 localhost vmunix: [    0.500067] pci 0000:00:1c.0: PCI bridge to [bus 05]
Dec  7 15:54:58 localhost shepherd[1]: Service console-font-tty5 has been started. 
Dec  7 15:54:58 localhost vmunix: [    0.500076] pci 0000:00:1c.0:   bridge window [mem 0xcfe00000-0xcfefffff 64bit pref]
Dec  7 15:54:58 localhost vmunix: [    0.500143] pci 0000:04:00.0: [168c:002a] type 00 class 0x028000
Dec  7 15:54:58 localhost vmunix: [    0.500169] pci 0000:04:00.0: reg 0x10: [mem 0xf89f0000-0xf89fffff 64bit]
Dec  7 15:54:59 localhost vmunix: [    0.500295] pci 0000:04:00.0: supports D1
Dec  7 15:54:59 localhost vmunix: [    0.500297] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
Dec  7 15:54:59 localhost vmunix: [    0.500390] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
Dec  7 15:55:00 localhost vmunix: [    0.500400] pci 0000:00:1c.2: PCI bridge to [bus 04]
Dec  7 15:55:00 localhost vmunix: [    0.500405] pci 0000:00:1c.2:   bridge window [mem 0xf8900000-0xf89fffff]
Dec  7 15:55:00 localhost vmunix: [    0.500469] pci 0000:03:00.0: [11ab:4362] type 00 class 0x020000
Dec  7 15:55:00 localhost vmunix: [    0.500495] pci 0000:03:00.0: reg 0x10: [mem 0xf88fc000-0xf88fffff 64bit]
Dec  7 15:55:00 localhost vmunix: [    0.500507] pci 0000:03:00.0: reg 0x18: [io  0xb800-0xb8ff]
Dec  7 15:55:00 localhost vmunix: [    0.500547] pci 0000:03:00.0: reg 0x30: [mem 0xf88c0000-0xf88dffff pref]
Dec  7 15:55:01 localhost vmunix: [    0.500613] pci 0000:03:00.0: supports D1 D2
Dec  7 15:55:01 localhost shepherd[1]: Service console-font-tty6 has been started. 
Dec  7 15:55:01 localhost vmunix: [    0.500615] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec  7 15:55:01 localhost vmunix: [    0.500699] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
Dec  7 15:55:01 localhost vmunix: [    0.500708] pci 0000:00:1c.3: PCI bridge to [bus 03]
Dec  7 15:55:01 localhost vmunix: [    0.500712] pci 0000:00:1c.3:   bridge window [io  0xb000-0xbfff]
Dec  7 15:55:01 localhost vmunix: [    0.500716] pci 0000:00:1c.3:   bridge window [mem 0xf8800000-0xf88fffff]
Dec  7 15:55:01 localhost vmunix: [    0.500780] pci 0000:02:00.0: [11ab:4362] type 00 class 0x020000
Dec  7 15:55:02 localhost vmunix: [    0.500806] pci 0000:02:00.0: reg 0x10: [mem 0xf87fc000-0xf87fffff 64bit]
Dec  7 15:55:02 localhost vmunix: [    0.500818] pci 0000:02:00.0: reg 0x18: [io  0xa800-0xa8ff]
Dec  7 15:55:02 localhost vmunix: [    0.500857] pci 0000:02:00.0: reg 0x30: [mem 0xf87c0000-0xf87dffff pref]
Dec  7 15:55:02 localhost vmunix: [    0.500924] pci 0000:02:00.0: supports D1 D2
Dec  7 15:55:02 localhost vmunix: [    0.500926] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec  7 15:55:02 localhost vmunix: [    0.501001] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
Dec  7 15:55:02 localhost vmunix: [    0.501011] pci 0000:00:1c.4: PCI bridge to [bus 02]
Dec  7 15:55:02 localhost shepherd[1]: Service dbus-system has been started. 
Dec  7 15:55:02 localhost vmunix: [    0.501014] pci 0000:00:1c.4:   bridge window [io  0xa000-0xafff]
Dec  7 15:55:03 localhost vmunix: [    0.501018] pci 0000:00:1c.4:   bridge window [mem 0xf8700000-0xf87fffff]
Dec  7 15:55:03 localhost vmunix: [    0.501037] pci_bus 0000:01: extended config space not accessible
Dec  7 15:55:03 localhost vmunix: [    0.501063] pci 0000:01:01.0: [1102:0004] type 00 class 0x040100
Dec  7 15:55:03 localhost vmunix: [    0.501079] pci 0000:01:01.0: reg 0x10: [io  0x9880-0x989f]
Dec  7 15:55:03 localhost vmunix: [    0.501150] pci 0000:01:01.0: supports D1 D2
Dec  7 15:55:03 localhost vmunix: [    0.501199] pci 0000:01:01.1: [1102:7003] type 00 class 0x098000
Dec  7 15:55:03 localhost vmunix: [    0.501214] pci 0000:01:01.1: reg 0x10: [io  0x9c00-0x9c07]
Dec  7 15:55:03 localhost vmunix: [    0.501284] pci 0000:01:01.1: supports D1 D2
Dec  7 15:55:04 localhost vmunix: [    0.501332] pci 0000:01:01.2: [1102:4001] type 00 class 0x0c0010
Dec  7 15:55:04 localhost vmunix: [    0.501348] pci 0000:01:01.2: reg 0x10: [mem 0xf86ff800-0xf86fffff]
Dec  7 15:55:04 localhost vmunix: [    0.501358] pci 0000:01:01.2: reg 0x14: [mem 0xf86f8000-0xf86fbfff]
Dec  7 15:55:04 localhost vmunix: [    0.501425] pci 0000:01:01.2: supports D1 D2
Dec  7 15:55:04 localhost vmunix: [    0.501427] pci 0000:01:01.2: PME# supported from D0 D1 D2 D3hot
Dec  7 15:55:04 localhost vmunix: [    0.501514] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
Dec  7 15:54:40 localhost wpa_supplicant[336]: Successfully initialized wpa_supplicant
Dec  7 15:55:04 localhost vmunix: [    0.501518] pci 0000:00:1e.0:   bridge window [io  0x9000-0x9fff]
Dec  7 15:55:04 localhost vmunix: [    0.501521] pci 0000:00:1e.0:   bridge window [mem 0xf8600000-0xf86fffff]
Dec  7 15:55:05 localhost vmunix: [    0.501526] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Dec  7 15:55:05 localhost vmunix: [    0.501528] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Dec  7 15:55:05 localhost vmunix: [    0.501530] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Dec  7 15:55:05 localhost vmunix: [    0.501533] pci 0000:00:1e.0:   bridge window [mem 0xc0010000-0xffffffff window] (subtractive decode)
Dec  7 15:55:05 localhost vmunix: [    0.502273] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
Dec  7 15:55:05 localhost vmunix: [    0.502330] ACPI: PCI: Interrupt link LNKB configured for IRQ 7
Dec  7 15:55:05 localhost vmunix: [    0.502387] ACPI: PCI: Interrupt link LNKC configured for IRQ 5
Dec  7 15:55:05 localhost vmunix: [    0.502443] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Dec  7 15:55:06 localhost vmunix: [    0.502499] ACPI: PCI: Interrupt link LNKE configured for IRQ 3
Dec  7 15:55:06 localhost vmunix: [    0.502555] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Dec  7 15:55:06 localhost shepherd[1]: Service wpa-supplicant has been started. 
Dec  7 15:55:06 localhost vmunix: [    0.502557] ACPI: PCI: Interrupt link LNKF disabled
Dec  7 15:55:06 localhost vmunix: [    0.502612] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
Dec  7 15:55:06 localhost vmunix: [    0.502669] ACPI: PCI: Interrupt link LNKH configured for IRQ 6
Dec  7 15:55:06 localhost vmunix: [    0.502822] iommu: Default domain type: Translated 
Dec  7 15:55:06 localhost vmunix: [    0.502822] iommu: DMA domain TLB invalidation policy: lazy mode 
Dec  7 15:55:06 localhost vmunix: [    0.502822] pci 0000:06:00.0: vgaarb: setting as boot VGA device
Dec  7 15:55:07 localhost vmunix: [    0.502822] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Dec  7 15:55:07 localhost vmunix: [    0.502822] pci 0000:06:00.0: vgaarb: bridge control possible
Dec  7 15:55:07 localhost vmunix: [    0.502822] vgaarb: loaded
Dec  7 15:55:07 localhost vmunix: [    0.503217] SCSI subsystem initialized
Dec  7 15:55:07 localhost vmunix: [    0.503226] ACPI: bus type USB registered
Dec  7 15:55:07 localhost vmunix: [    0.503226] usbcore: registered new interface driver usbfs
Dec  7 15:55:07 localhost vmunix: [    0.503226] usbcore: registered new interface driver hub
Dec  7 15:55:08 localhost vmunix: [    0.503226] usbcore: registered new device driver usb
Dec  7 15:55:08 localhost vmunix: [    0.503243] EDAC MC: Ver: 3.0.0
Dec  7 15:55:08 localhost vmunix: [    0.503346] NetLabel: Initializing
Dec  7 15:55:08 localhost shepherd[1]: Service networking has been started. 
Dec  7 15:55:08 localhost vmunix: [    0.503348] NetLabel:  domain hash size = 128
Dec  7 15:55:08 localhost vmunix: [    0.503349] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Dec  7 15:55:08 localhost vmunix: [    0.503370] NetLabel:  unlabeled traffic allowed by default
Dec  7 15:55:08 localhost vmunix: [    0.503389] PCI: Using ACPI for IRQ routing
Dec  7 15:55:09 localhost vmunix: [    0.504440] hpet: 3 channels of 0 reserved for per-cpu timers
Dec  7 15:55:09 localhost vmunix: [    0.504440] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Dec  7 15:55:09 localhost vmunix: [    0.504440] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
Dec  7 15:55:09 localhost vmunix: [    0.507158] clocksource: Switched to clocksource tsc-early
Dec  7 15:55:09 localhost vmunix: [    0.519666] VFS: Disk quotas dquot_6.6.0
Dec  7 15:55:09 localhost vmunix: [    0.519693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec  7 15:55:09 localhost vmunix: [    0.519895] AppArmor: AppArmor Filesystem Enabled
Dec  7 15:55:10 localhost vmunix: [    0.519931] pnp: PnP ACPI init
Dec  7 15:55:10 localhost vmunix: [    0.520055] system 00:00: [mem 0xfed13000-0xfed19fff] has been reserved
Dec  7 15:55:10 localhost shepherd[1]: Service ntpd has been started. 
Dec  7 15:55:10 localhost vmunix: [    0.520346] system 00:02: [io  0x0290-0x0297] has been reserved
Dec  7 15:55:10 localhost vmunix: [    0.520519] system 00:03: [io  0x04d0-0x04d1] has been reserved
Dec  7 15:55:10 localhost vmunix: [    0.520523] system 00:03: [io  0x0800-0x087f] has been reserved
Dec  7 15:55:10 localhost vmunix: [    0.520525] system 00:03: [io  0x0400-0x041f] has been reserved
Dec  7 15:55:10 localhost vmunix: [    0.520527] system 00:03: [io  0x0480-0x04bf] has been reserved
Dec  7 15:55:10 localhost vmunix: [    0.520530] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
Dec  7 15:55:11 localhost vmunix: [    0.520533] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
Dec  7 15:55:11 localhost vmunix: [    0.520536] system 00:03: [mem 0xfed50000-0xfed8ffff] has been reserved
Dec  7 15:55:11 localhost vmunix: [    0.520539] system 00:03: [mem 0xffb00000-0xffbfffff] has been reserved
Dec  7 15:55:11 localhost vmunix: [    0.520542] system 00:03: [mem 0xfff00000-0xffffffff] has been reserved
Dec  7 15:55:11 localhost vmunix: [    0.520747] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Dec  7 15:55:11 localhost vmunix: [    0.520751] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Dec  7 15:55:11 localhost vmunix: [    0.521111] system 00:06: [mem 0xf0000000-0xf3ffffff] has been reserved
Dec  7 15:54:46 localhost ntpd[341]: ntpd 4.2.8p15@1.3728-o Thu Jan  1 12:00:01 AM UTC 1970 (1): Starting
Dec  7 15:55:12 localhost vmunix: [    0.521276] system 00:07: [mem 0x00000000-0x0009ffff] could not be reserved
Dec  7 15:55:12 localhost vmunix: [    0.521279] system 00:07: [mem 0x000c0000-0x000dffff] could not be reserved
Dec  7 15:55:12 localhost vmunix: [    0.521282] system 00:07: [mem 0x000e0000-0x000fffff] could not be reserved
Dec  7 15:55:12 localhost vmunix: [    0.521284] system 00:07: [mem 0x00100000-0xbfffffff] could not be reserved
Dec  7 15:55:12 localhost vmunix: [    0.521421] pnp: PnP ACPI: found 8 devices
Dec  7 15:55:13 localhost vmunix: [    0.528048] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Dec  7 15:55:13 localhost vmunix: [    0.528134] NET: Registered PF_INET protocol family
Dec  7 15:55:13 localhost vmunix: [    0.528409] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Dec  7 15:55:14 localhost vmunix: [    0.530016] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Dec  7 15:55:14 localhost vmunix: [    0.530192] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Dec  7 15:55:14 localhost vmunix: [    0.530610] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Dec  7 15:55:14 localhost vmunix: [    0.530750] TCP: Hash tables configured (established 65536 bind 65536)
Dec  7 15:55:14 localhost shepherd[1]: Service elogind has been started. 
Dec  7 15:55:14 localhost vmunix: [    0.530950] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
Dec  7 15:55:14 localhost vmunix: [    0.531116] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Dec  7 15:55:14 localhost vmunix: [    0.531205] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Dec  7 15:55:15 localhost vmunix: [    0.531291] NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec  7 15:55:15 localhost vmunix: [    0.531302] NET: Registered PF_XDP protocol family
Dec  7 15:55:15 localhost vmunix: [    0.531326] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
Dec  7 15:55:15 localhost vmunix: [    0.531333] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 05] add_size 200000 add_align 100000
Dec  7 15:55:15 localhost vmunix: [    0.531337] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
Dec  7 15:55:15 localhost vmunix: [    0.531340] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
Dec  7 15:55:15 localhost vmunix: [    0.531361] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0100000-0xc02fffff]
Dec  7 15:55:16 localhost vmunix: [    0.531367] pci 0000:00:1c.2: BAR 15: assigned [mem 0xc0300000-0xc04fffff 64bit pref]
Dec  7 15:54:48 localhost elogind[343]: New seat seat0.
Dec  7 15:55:16 localhost vmunix: [    0.531371] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
Dec  7 15:55:16 localhost vmunix: [    0.531374] pci 0000:00:1c.2: BAR 13: assigned [io  0x2000-0x2fff]
Dec  7 15:55:16 localhost vmunix: [    0.531378] pci 0000:00:01.0: PCI bridge to [bus 06]
Dec  7 15:55:16 localhost vmunix: [    0.531381] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
Dec  7 15:55:16 localhost vmunix: [    0.531385] pci 0000:00:01.0:   bridge window [mem 0xf8a00000-0xfeafffff]
Dec  7 15:55:16 localhost vmunix: [    0.531388] pci 0000:00:01.0:   bridge window [mem 0xcff00000-0xefefffff 64bit pref]
Dec  7 15:55:16 localhost vmunix: [    0.531392] pci 0000:00:1c.0: PCI bridge to [bus 05]
Dec  7 15:55:17 localhost vmunix: [    0.531394] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
Dec  7 15:55:17 localhost vmunix: [    0.531398] pci 0000:00:1c.0:   bridge window [mem 0xc0100000-0xc02fffff]
Dec  7 15:55:17 localhost vmunix: [    0.531402] pci 0000:00:1c.0:   bridge window [mem 0xcfe00000-0xcfefffff 64bit pref]
Dec  7 15:55:17 localhost vmunix: [    0.531407] pci 0000:00:1c.2: PCI bridge to [bus 04]
Dec  7 15:55:17 localhost vmunix: [    0.531410] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
Dec  7 15:55:17 localhost vmunix: [    0.531414] pci 0000:00:1c.2:   bridge window [mem 0xf8900000-0xf89fffff]
Dec  7 15:54:48 localhost NetworkManager[338]: <info>  [1638910488.5029] NetworkManager (version 1.32.12) is starting... (for the first time)
Dec  7 15:55:17 localhost vmunix: [    0.531417] pci 0000:00:1c.2:   bridge window [mem 0xc0300000-0xc04fffff 64bit pref]
Dec  7 15:55:17 localhost vmunix: [    0.531423] pci 0000:00:1c.3: PCI bridge to [bus 03]
Dec  7 15:55:18 localhost vmunix: [    0.531426] pci 0000:00:1c.3:   bridge window [io  0xb000-0xbfff]
Dec  7 15:55:18 localhost vmunix: [    0.531430] pci 0000:00:1c.3:   bridge window [mem 0xf8800000-0xf88fffff]
Dec  7 15:55:18 localhost vmunix: [    0.531437] pci 0000:00:1c.4: PCI bridge to [bus 02]
Dec  7 15:55:18 localhost vmunix: [    0.531439] pci 0000:00:1c.4:   bridge window [io  0xa000-0xafff]
Dec  7 15:55:18 localhost vmunix: [    0.531443] pci 0000:00:1c.4:   bridge window [mem 0xf8700000-0xf87fffff]
Dec  7 15:55:18 localhost vmunix: [    0.531451] pci 0000:00:1e.0: PCI bridge to [bus 01]
Dec  7 15:55:18 localhost vmunix: [    0.531454] pci 0000:00:1e.0:   bridge window [io  0x9000-0x9fff]
Dec  7 15:55:18 localhost vmunix: [    0.531458] pci 0000:00:1e.0:   bridge window [mem 0xf8600000-0xf86fffff]
Dec  7 15:55:19 localhost vmunix: [    0.531465] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Dec  7 15:55:19 localhost vmunix: [    0.531468] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Dec  7 15:55:19 localhost vmunix: [    0.531470] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Dec  7 15:54:49 localhost ntpd[341]: Command line: /gnu/store/m8qqzivprrzs0ibrjl683qg5l3crh83c-ntp-4.2.8p15/bin/ntpd -n -c /gnu/store/ghh3m9wzraszf7p4ynac006x96svddbq-ntpd.conf -u ntpd -g
Dec  7 15:55:19 localhost vmunix: [    0.531472] pci_bus 0000:00: resource 7 [mem 0xc0010000-0xffffffff window]
Dec  7 15:55:19 localhost vmunix: [    0.531474] pci_bus 0000:06: resource 0 [io  0xc000-0xcfff]
Dec  7 15:55:19 localhost vmunix: [    0.531476] pci_bus 0000:06: resource 1 [mem 0xf8a00000-0xfeafffff]
Dec  7 15:55:19 localhost vmunix: [    0.531478] pci_bus 0000:06: resource 2 [mem 0xcff00000-0xefefffff 64bit pref]
Dec  7 15:55:19 localhost vmunix: [    0.531480] pci_bus 0000:05: resource 0 [io  0x1000-0x1fff]
Dec  7 15:55:20 localhost vmunix: [    0.531482] pci_bus 0000:05: resource 1 [mem 0xc0100000-0xc02fffff]
Dec  7 15:55:20 localhost vmunix: [    0.531484] pci_bus 0000:05: resource 2 [mem 0xcfe00000-0xcfefffff 64bit pref]
Dec  7 15:55:20 localhost vmunix: [    0.531486] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
Dec  7 15:55:20 localhost vmunix: [    0.531488] pci_bus 0000:04: resource 1 [mem 0xf8900000-0xf89fffff]
Dec  7 15:55:20 localhost vmunix: [    0.531490] pci_bus 0000:04: resource 2 [mem 0xc0300000-0xc04fffff 64bit pref]
Dec  7 15:55:20 localhost vmunix: [    0.531492] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
Dec  7 15:55:20 localhost vmunix: [    0.531494] pci_bus 0000:03: resource 1 [mem 0xf8800000-0xf88fffff]
Dec  7 15:55:20 localhost vmunix: [    0.531496] pci_bus 0000:02: resource 0 [io  0xa000-0xafff]
Dec  7 15:55:21 localhost shepherd[1]: Service upower-daemon has been started. 
Dec  7 15:55:21 localhost vmunix: [    0.531498] pci_bus 0000:02: resource 1 [mem 0xf8700000-0xf87fffff]
Dec  7 15:55:21 localhost vmunix: [    0.531500] pci_bus 0000:01: resource 0 [io  0x9000-0x9fff]
Dec  7 15:55:21 localhost vmunix: [    0.531502] pci_bus 0000:01: resource 1 [mem 0xf8600000-0xf86fffff]
Dec  7 15:55:21 localhost vmunix: [    0.531504] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7 window]
Dec  7 15:55:21 localhost vmunix: [    0.531506] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff window]
Dec  7 15:55:21 localhost vmunix: [    0.531508] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window]
Dec  7 15:55:21 localhost vmunix: [    0.531510] pci_bus 0000:01: resource 7 [mem 0xc0010000-0xffffffff window]
Dec  7 15:55:21 localhost vmunix: [    0.562937] pci 0000:00:1d.7: quirk_usb_early_handoff+0x0/0x710 took 30033 usecs
Dec  7 15:55:22 localhost vmunix: [    0.562972] pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Dec  7 15:55:22 localhost vmunix: [    0.562991] PCI: CLS 16 bytes, default 64
Dec  7 15:55:22 localhost vmunix: [    0.563003] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Dec  7 15:55:22 localhost vmunix: [    0.563005] software IO TLB: mapped [mem 0x00000000bbf80000-0x00000000bff80000] (64MB)
Dec  7 15:55:22 localhost vmunix: [    0.563130] Trying to unpack rootfs image as initramfs...
Dec  7 15:54:51 localhost dbus-daemon[335]: [system] Activating service name='org.freedesktop.login1' requested by ':1.1' (uid=0 pid=345 comm="/gnu/store/g1qlpzcfnk2r6186al2hfqjmq9yl7qkk-upower") (using servicehelper)
Dec  7 15:55:22 localhost vmunix: [    0.563622] Initialise system trusted keyrings
Dec  7 15:55:22 localhost vmunix: [    0.563705] workingset: timestamp_bits=40 max_order=21 bucket_order=0
Dec  7 15:55:23 localhost vmunix: [    0.565411] zbud: loaded
Dec  7 15:55:23 localhost vmunix: [    0.566106] Allocating IMA blacklist keyring.
Dec  7 15:55:23 localhost vmunix: [    0.576742] Key type asymmetric registered
Dec  7 15:55:23 localhost vmunix: [    0.576750] Asymmetric key parser 'x509' registered
Dec  7 15:55:23 localhost vmunix: [    0.576811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Dec  7 15:55:23 localhost vmunix: [    0.576870] io scheduler mq-deadline registered
Dec  7 15:55:23 localhost vmunix: [    0.577247] pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Dec  7 15:55:23 localhost vmunix: [    0.577354] pcieport 0000:00:1c.2: enabling device (0106 -> 0107)
Dec  7 15:55:24 localhost vmunix: [    0.577737] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Dec  7 15:55:24 localhost vmunix: [    0.577875] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Dec  7 15:55:24 localhost vmunix: [    0.577907] ACPI: button: Power Button [PWRB]
Dec  7 15:55:24 localhost vmunix: [    0.577955] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Dec  7 15:55:24 localhost vmunix: [    0.578003] ACPI: button: Power Button [PWRF]
Dec  7 15:54:54 localhost elogind[343]: Watching system buttons on /dev/input/event1 (Power Button)
Dec  7 15:55:24 localhost vmunix: [    0.578858] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Dec  7 15:55:24 localhost vmunix: [    0.578953] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Dec  7 15:55:25 localhost vmunix: [    0.581656] Linux agpgart interface v0.103
Dec  7 15:55:25 localhost vmunix: [    0.584880] brd: module loaded
Dec  7 15:55:25 localhost vmunix: [    0.586896] loop: module loaded
Dec  7 15:55:26 localhost vmunix: [    0.588667] scsi host0: ata_piix
Dec  7 15:55:26 localhost vmunix: [    0.588840] scsi host1: ata_piix
Dec  7 15:55:26 localhost vmunix: [    0.588881] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
Dec  7 15:55:27 localhost vmunix: [    0.588884] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
Dec  7 15:55:27 localhost vmunix: [    0.589139] libphy: Fixed MDIO Bus: probed
Dec  7 15:55:27 localhost vmunix: [    0.589142] tun: Universal TUN/TAP device driver, 1.6
Dec  7 15:55:27 localhost vmunix: [    0.589191] PPP generic driver version 2.4.2
Dec  7 15:55:27 localhost vmunix: [    0.589319] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Dec  7 15:55:27 localhost vmunix: [    0.589335] ehci-pci: EHCI PCI platform driver
Dec  7 15:55:28 localhost vmunix: [    0.589531] ehci-pci 0000:00:1d.7: EHCI Host Controller
Dec  7 15:55:28 localhost vmunix: [    0.589540] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
Dec  7 15:54:56 localhost NetworkManager[338]: <info>  [1638910496.7126] Read config: /gnu/store/3cp48fvxfivj2255bbxj7363qj33ajs9-NetworkManager.conf
Dec  7 15:55:28 localhost vmunix: [    0.589552] ehci-pci 0000:00:1d.7: debug port 1
Dec  7 15:55:29 localhost vmunix: [    0.593478] ehci-pci 0000:00:1d.7: irq 20, io mem 0xfebfbc00
Dec  7 15:55:29 localhost vmunix: [    0.609197] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Dec  7 15:55:29 localhost vmunix: [    0.609253] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Dec  7 15:55:29 localhost vmunix: [    0.609256] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  7 15:55:29 localhost vmunix: [    0.609259] usb usb1: Product: EHCI Host Controller
Dec  7 15:55:29 localhost vmunix: [    0.609261] usb usb1: Manufacturer: Linux 5.15.6-gnu ehci_hcd
Dec  7 15:55:30 localhost vmunix: [    0.609263] usb usb1: SerialNumber: 0000:00:1d.7
Dec  7 15:55:30 localhost vmunix: [    0.609377] hub 1-0:1.0: USB hub found
Dec  7 15:55:30 localhost vmunix: [    0.609386] hub 1-0:1.0: 8 ports detected
Dec  7 15:55:30 localhost vmunix: [    0.609625] ehci-platform: EHCI generic platform driver
Dec  7 15:55:30 localhost vmunix: [    0.609637] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Dec  7 15:55:30 localhost vmunix: [    0.609641] ohci-pci: OHCI PCI platform driver
Dec  7 15:55:30 localhost vmunix: [    0.609654] ohci-platform: OHCI generic platform driver
Dec  7 15:55:31 localhost vmunix: [    0.609663] uhci_hcd: USB Universal Host Controller Interface driver
Dec  7 15:54:58 localhost ntpd[341]: ----------------------------------------------------
Dec  7 15:55:31 localhost vmunix: [    0.609751] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Dec  7 15:55:31 localhost vmunix: [    0.609757] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Dec  7 15:55:31 localhost vmunix: [    0.609764] uhci_hcd 0000:00:1d.0: detected 2 ports
Dec  7 15:55:31 localhost vmunix: [    0.609781] uhci_hcd 0000:00:1d.0: irq 20, io base 0x0000e480
Dec  7 15:55:31 localhost vmunix: [    0.609832] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
Dec  7 15:55:31 localhost vmunix: [    0.609836] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  7 15:55:31 localhost vmunix: [    0.609838] usb usb2: Product: UHCI Host Controller
Dec  7 15:55:31 localhost vmunix: [    0.609840] usb usb2: Manufacturer: Linux 5.15.6-gnu uhci_hcd
Dec  7 15:55:32 localhost vmunix: [    0.609841] usb usb2: SerialNumber: 0000:00:1d.0
Dec  7 15:55:32 localhost vmunix: [    0.609938] hub 2-0:1.0: USB hub found
Dec  7 15:55:32 localhost vmunix: [    0.609946] hub 2-0:1.0: 2 ports detected
Dec  7 15:55:32 localhost vmunix: [    0.610142] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Dec  7 15:55:32 localhost vmunix: [    0.610148] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
Dec  7 15:55:32 localhost vmunix: [    0.610154] uhci_hcd 0000:00:1d.1: detected 2 ports
Dec  7 15:55:32 localhost vmunix: [    0.610176] uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000e800
Dec  7 15:55:01 localhost avahi-daemon[350]: Found user 'avahi' (UID 982) and group 'avahi' (GID 974).
Dec  7 15:55:33 localhost vmunix: [    0.610229] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
Dec  7 15:55:33 localhost vmunix: [    0.610232] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  7 15:55:33 localhost vmunix: [    0.610235] usb usb3: Product: UHCI Host Controller
Dec  7 15:55:33 localhost vmunix: [    0.610237] usb usb3: Manufacturer: Linux 5.15.6-gnu uhci_hcd
Dec  7 15:55:33 localhost vmunix: [    0.610238] usb usb3: SerialNumber: 0000:00:1d.1
Dec  7 15:55:33 localhost vmunix: [    0.610332] hub 3-0:1.0: USB hub found
Dec  7 15:55:33 localhost vmunix: [    0.610339] hub 3-0:1.0: 2 ports detected
Dec  7 15:55:34 localhost vmunix: [    0.610528] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Dec  7 15:55:34 localhost vmunix: [    0.610534] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
Dec  7 15:55:34 localhost vmunix: [    0.610540] uhci_hcd 0000:00:1d.2: detected 2 ports
Dec  7 15:55:34 localhost vmunix: [    0.610565] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e880
Dec  7 15:55:34 localhost vmunix: [    0.610616] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
Dec  7 15:55:35 localhost vmunix: [    0.610619] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  7 15:55:35 localhost vmunix: [    0.610621] usb usb4: Product: UHCI Host Controller
Dec  7 15:55:02 localhost elogind[352]: elogind is already running as PID 343
Dec  7 15:55:35 localhost vmunix: [    0.610623] usb usb4: Manufacturer: Linux 5.15.6-gnu uhci_hcd
Dec  7 15:55:35 localhost vmunix: [    0.610625] usb usb4: SerialNumber: 0000:00:1d.2
Dec  7 15:55:35 localhost vmunix: [    0.610719] hub 4-0:1.0: USB hub found
Dec  7 15:55:35 localhost vmunix: [    0.610727] hub 4-0:1.0: 2 ports detected
Dec  7 15:55:36 localhost vmunix: [    0.610910] uhci_hcd 0000:00:1d.3: UHCI Host Controller
Dec  7 15:55:36 localhost vmunix: [    0.610915] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
Dec  7 15:55:36 localhost vmunix: [    0.610921] uhci_hcd 0000:00:1d.3: detected 2 ports
Dec  7 15:55:36 localhost vmunix: [    0.610944] uhci_hcd 0000:00:1d.3: irq 19, io base 0x0000ec00
Dec  7 15:55:36 localhost vmunix: [    0.611000] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
Dec  7 15:55:36 localhost vmunix: [    0.611004] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  7 15:55:37 localhost vmunix: [    0.611006] usb usb5: Product: UHCI Host Controller
Dec  7 15:55:37 localhost vmunix: [    0.611008] usb usb5: Manufacturer: Linux 5.15.6-gnu uhci_hcd
Dec  7 15:55:37 localhost vmunix: [    0.611010] usb usb5: SerialNumber: 0000:00:1d.3
Dec  7 15:55:37 localhost vmunix: [    0.611102] hub 5-0:1.0: USB hub found
Dec  7 15:55:37 localhost vmunix: [    0.611110] hub 5-0:1.0: 2 ports detected
Dec  7 15:55:37 localhost vmunix: [    0.611286] i8042: PNP: No PS/2 controller found.
Dec  7 15:55:04 localhost elogind[343]: Watching system buttons on /dev/input/event0 (Power Button)
Dec  7 15:55:37 localhost vmunix: [    0.611288] i8042: Probing ports directly.
Dec  7 15:55:38 localhost vmunix: [    0.614085] serio: i8042 KBD port at 0x60,0x64 irq 1
Dec  7 15:55:38 localhost vmunix: [    0.614091] serio: i8042 AUX port at 0x60,0x64 irq 12
Dec  7 15:55:38 localhost vmunix: [    0.614223] mousedev: PS/2 mouse device common for all mice
Dec  7 15:55:38 localhost vmunix: [    0.614356] rtc_cmos 00:01: RTC can wake from S4
Dec  7 15:55:38 localhost vmunix: [    0.614565] rtc_cmos 00:01: registered as rtc0
Dec  7 15:55:38 localhost vmunix: [    0.614593] rtc_cmos 00:01: setting system clock to 2021-12-07T20:53:09 UTC (1638910389)
Dec  7 15:55:39 localhost vmunix: [    0.614616] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
Dec  7 15:55:39 localhost vmunix: [    0.614629] i2c_dev: i2c /dev entries driver
Dec  7 15:55:39 localhost vmunix: [    0.614755] device-mapper: uevent: version 1.0.3
Dec  7 15:55:39 localhost vmunix: [    0.614822] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
Dec  7 15:55:39 localhost vmunix: [    0.614827] intel_pstate: CPU model not supported
Dec  7 15:55:40 localhost vmunix: [    0.614907] ledtrig-cpu: registered to indicate activity on CPUs
Dec  7 15:55:40 localhost vmunix: [    0.615222] NET: Registered PF_INET6 protocol family
Dec  7 15:55:40 localhost vmunix: [    0.615631] Segment Routing with IPv6
Dec  7 15:55:40 localhost vmunix: [    0.615638] In-situ OAM (IOAM) with IPv6
Dec  7 15:55:06 localhost NetworkManager[338]: <info>  [1638910506.4241] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Dec  7 15:55:40 localhost vmunix: [    0.615662] NET: Registered PF_PACKET protocol family
Dec  7 15:55:40 localhost vmunix: [    0.615726] Key type dns_resolver registered
Dec  7 15:55:41 localhost vmunix: [    0.616073] microcode: sig=0x6fb, pf=0x10, revision=0xb3
Dec  7 15:55:41 localhost vmunix: [    0.616138] microcode: Microcode Update Driver: v2.2.
Dec  7 15:55:41 localhost vmunix: [    0.616146] IPI shorthand broadcast: enabled
Dec  7 15:55:41 localhost vmunix: [    0.616163] sched_clock: Marking stable (610388055, 5745318)->(617021155, -887782)
Dec  7 15:55:41 localhost vmunix: [    0.616375] registered taskstats version 1
Dec  7 15:55:41 localhost vmunix: [    0.616384] Loading compiled-in X.509 certificates
Dec  7 15:55:42 localhost vmunix: [    0.616669] zswap: loaded using pool lzo/zbud
Dec  7 15:55:42 localhost vmunix: [    0.765473] ata1.00: ATAPI: ASUS    DVD-E616A2, 1.03, max UDMA/100
Dec  7 15:55:42 localhost vmunix: [    0.765481] ata1.01: ATAPI: PIONEER DVD-RW  DVR-111D, 1.23, max UDMA/66
Dec  7 15:55:42 localhost vmunix: [    0.765485] ata1.00: limited to UDMA/33 due to 40-wire cable
Dec  7 15:55:42 localhost vmunix: [    0.765487] ata1.01: limited to UDMA/33 due to 40-wire cable
Dec  7 15:55:42 localhost vmunix: [    0.788959] scsi 0:0:0:0: CD-ROM            ASUS     DVD-E616A2       1.03 PQ: 0 ANSI: 5
Dec  7 15:55:42 localhost vmunix: [    0.865265] usb 1-1: new high-speed USB device number 2 using ehci-pci
Dec  7 15:55:08 localhost ntpd[341]: ntp-4 is maintained by Network Time Foundation,
Dec  7 15:55:43 localhost vmunix: [    0.865840] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray
Dec  7 15:55:43 localhost vmunix: [    0.865843] cdrom: Uniform CD-ROM driver Revision: 3.20
Dec  7 15:55:43 localhost vmunix: [    0.884316] Freeing initrd memory: 16296K
Dec  7 15:55:43 localhost vmunix: [    0.884858] Key type encrypted registered
Dec  7 15:55:43 localhost vmunix: [    0.884864] AppArmor: AppArmor sha1 policy hashing enabled
Dec  7 15:55:43 localhost vmunix: [    0.884875] ima: No TPM chip found, activating TPM-bypass!
Dec  7 15:55:43 localhost vmunix: [    0.884880] ima: Allocated hash algorithm: sha1
Dec  7 15:55:44 localhost vmunix: [    0.884890] ima: No architecture policies found
Dec  7 15:55:44 localhost vmunix: [    0.884902] evm: Initialising EVM extended attributes:
Dec  7 15:55:45 localhost vmunix: [    0.884903] evm: security.selinux
Dec  7 15:55:45 localhost vmunix: [    0.884904] evm: security.SMACK64
Dec  7 15:55:45 localhost vmunix: [    0.884906] evm: security.SMACK64EXEC
Dec  7 15:55:45 localhost vmunix: [    0.884907] evm: security.SMACK64TRANSMUTE
Dec  7 15:55:46 localhost vmunix: [    0.884908] evm: security.SMACK64MMAP
Dec  7 15:55:46 localhost vmunix: [    0.884909] evm: security.apparmor
Dec  7 15:55:46 localhost vmunix: [    0.884910] evm: security.ima
Dec  7 15:55:46 localhost vmunix: [    0.884911] evm: security.capability
Dec  7 15:55:46 localhost vmunix: [    0.884912] evm: HMAC attrs: 0x1
Dec  7 15:55:46 localhost vmunix: [    0.885284] PM:   Magic number: 1:26:902
Dec  7 15:55:10 localhost avahi-daemon[350]: Successfully dropped root privileges.
Dec  7 15:55:46 localhost vmunix: [    0.901823] sr 0:0:0:0: Attached scsi generic sg0 type 5
Dec  7 15:55:47 localhost vmunix: [    0.918052] scsi 0:0:1:0: CD-ROM            PIONEER  DVD-RW  DVR-111D 1.23 PQ: 0 ANSI: 5
Dec  7 15:55:47 localhost vmunix: [    0.975811] sr 0:0:1:0: [sr1] scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Dec  7 15:55:47 localhost vmunix: [    1.002059] sr 0:0:1:0: Attached scsi generic sg1 type 5
Dec  7 15:55:47 localhost vmunix: [    1.005932] Freeing unused kernel image (initmem) memory: 2504K
Dec  7 15:55:47 localhost vmunix: [    1.005995] Write protecting the kernel read-only data: 22528k
Dec  7 15:55:48 localhost vmunix: [    1.006979] Freeing unused kernel image (text/rodata gap) memory: 2036K
Dec  7 15:55:48 localhost vmunix: [    1.007708] Freeing unused kernel image (rodata/data gap) memory: 1276K
Dec  7 15:55:48 localhost vmunix: [    1.007761] Run /init as init process
Dec  7 15:55:14 localhost elogind[343]: Watching system buttons on /dev/input/event3 (Razer Razer Lachesis)
Dec  7 15:55:49 localhost vmunix: [    1.021619] usb 1-1: New USB device found, idVendor=0409, idProduct=005a, bcdDevice= 1.00
Dec  7 15:55:49 localhost vmunix: [    1.021628] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec  7 15:55:49 localhost vmunix: [    1.021908] hub 1-1:1.0: USB hub found
Dec  7 15:55:49 localhost vmunix: [    1.021989] hub 1-1:1.0: 3 ports detected
Dec  7 15:55:49 localhost vmunix: [    1.119605] ahci 0000:00:1f.2: enabling ASUS P5W DH Deluxe on-board SIMG4726 workaround
Dec  7 15:55:49 localhost vmunix: [    1.119625] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
Dec  7 15:55:50 localhost vmunix: [    1.119629] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part 
Dec  7 15:55:50 localhost vmunix: [    1.120259] scsi host2: ahci
Dec  7 15:55:50 localhost vmunix: [    1.120442] scsi host3: ahci
Dec  7 15:55:50 localhost vmunix: [    1.120594] scsi host4: ahci
Dec  7 15:55:50 localhost vmunix: [    1.120761] scsi host5: ahci
Dec  7 15:55:16 localhost NetworkManager[338]: <info>  [1638910516.1685] manager[0x15d0000]: monitoring kernel firmware directory '/lib/firmware'.
Dec  7 15:55:50 localhost vmunix: [    1.120819] ata3: SATA max UDMA/133 abar m1024@0xfebfb800 port 0xfebfb900 irq 24
Dec  7 15:55:50 localhost vmunix: [    1.120822] ata4: SATA max UDMA/133 abar m1024@0xfebfb800 port 0xfebfb980 irq 24
Dec  7 15:55:51 localhost vmunix: [    1.120824] ata5: SATA max UDMA/133 abar m1024@0xfebfb800 port 0xfebfba00 irq 24
Dec  7 15:55:51 localhost vmunix: [    1.120826] ata6: SATA max UDMA/133 abar m1024@0xfebfb800 port 0xfebfba80 irq 24
Dec  7 15:55:51 localhost vmunix: [    1.350876] usb 2-2: new full-speed USB device number 2 using uhci_hcd
Dec  7 15:55:51 localhost vmunix: [    1.430761] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Dec  7 15:55:51 localhost vmunix: [    1.431706] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Dec  7 15:55:51 localhost vmunix: [    1.431729] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Dec  7 15:55:51 localhost vmunix: [    1.433387] ata3.00: ATA-8: WDC WD1002FAEX-00Z3A0, 05.01D05, max UDMA/133
Dec  7 15:55:52 localhost vmunix: [    1.433641] ata5.00: ATA-8: WDC WD1002FAEX-00Z3A0, 05.01D05, max UDMA/133
Dec  7 15:55:52 localhost vmunix: [    1.433823] ata3.00: ATA Identify Device Log not supported
Dec  7 15:55:52 localhost vmunix: [    1.433827] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Dec  7 15:55:52 localhost vmunix: [    1.434076] ata5.00: ATA Identify Device Log not supported
Dec  7 15:55:16 localhost dbus-daemon[335]: [system] Failed to activate service 'org.freedesktop.login1': timed out (service_start_timeout=25000ms)
Dec  7 15:55:52 localhost vmunix: [    1.434080] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Dec  7 15:55:52 localhost vmunix: [    1.434688] ata6.00: supports DRM functions and may not be fully accessible
Dec  7 15:55:52 localhost vmunix: [    1.434693] ata6.00: ATA-11: Samsung SSD 870 EVO 1TB, SVT01B6Q, max UDMA/133
Dec  7 15:55:53 localhost vmunix: [    1.435090] ata6.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Dec  7 15:55:53 localhost vmunix: [    1.436046] ata3.00: ATA Identify Device Log not supported
Dec  7 15:55:53 localhost vmunix: [    1.436054] ata3.00: configured for UDMA/133
Dec  7 15:55:53 localhost vmunix: [    1.436220] scsi 2:0:0:0: Direct-Access     ATA      WDC WD1002FAEX-0 1D05 PQ: 0 ANSI: 5
Dec  7 15:55:54 localhost vmunix: [    1.436487] sd 2:0:0:0: Attached scsi generic sg2 type 0
Dec  7 15:55:54 localhost vmunix: [    1.436671] sd 2:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Dec  7 15:55:54 localhost vmunix: [    1.436690] sd 2:0:0:0: [sda] Write Protect is off
Dec  7 15:55:54 localhost vmunix: [    1.436720] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec  7 15:55:17 localhost ntpd[341]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Dec  7 15:55:54 localhost vmunix: [    1.437265] ata6.00: Features: Trust Dev-Sleep NCQ-sndrcv
Dec  7 15:55:55 localhost vmunix: [    1.437284] ata5.00: ATA Identify Device Log not supported
Dec  7 15:55:55 localhost vmunix: [    1.437290] ata5.00: configured for UDMA/133
Dec  7 15:55:55 localhost vmunix: [    1.437556] ata6.00: supports DRM functions and may not be fully accessible
Dec  7 15:55:55 localhost vmunix: [    1.440243] ata6.00: configured for UDMA/133
Dec  7 15:55:56 localhost vmunix: [    1.490659]  sda: sda1 sda2
Dec  7 15:55:56 localhost vmunix: [    1.507190] sd 2:0:0:0: [sda] Attached SCSI disk
Dec  7 15:55:56 localhost vmunix: [    1.543865] usb 2-2: New USB device found, idVendor=1532, idProduct=000c, bcdDevice=21.00
Dec  7 15:55:56 localhost vmunix: [    1.543871] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec  7 15:55:57 localhost vmunix: [    1.543875] usb 2-2: Product: Razer Lachesis
Dec  7 15:55:57 localhost vmunix: [    1.543878] usb 2-2: Manufacturer: Razer
Dec  7 15:55:57 localhost vmunix: [    1.571126] tsc: Refined TSC clocksource calibration: 2671.235 MHz
Dec  7 15:55:57 localhost vmunix: [    1.571135] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26811964b87, max_idle_ns: 440795281693 ns
Dec  7 15:55:57 localhost vmunix: [    1.571165] clocksource: Switched to clocksource tsc
Dec  7 15:55:19 localhost avahi-daemon[350]: avahi-daemon 0.8 starting up.
Dec  7 15:55:57 localhost vmunix: [    1.991126] usb 1-1.1: new full-speed USB device number 4 using ehci-pci
Dec  7 15:55:58 localhost vmunix: [    2.007132] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Dec  7 15:55:59 localhost vmunix: [    2.007180] ata4.00: unsupported device, disabling
Dec  7 15:55:59 localhost vmunix: [    2.007184] ata4.00: disabled
Dec  7 15:55:59 localhost vmunix: [    2.007306] scsi 4:0:0:0: Direct-Access     ATA      WDC WD1002FAEX-0 1D05 PQ: 0 ANSI: 5
Dec  7 15:56:00 localhost vmunix: [    2.007543] sd 4:0:0:0: Attached scsi generic sg3 type 0
Dec  7 15:56:00 localhost vmunix: [    2.007718] sd 4:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Dec  7 15:56:00 localhost vmunix: [    2.007736] sd 4:0:0:0: [sdb] Write Protect is off
Dec  7 15:56:00 localhost vmunix: [    2.007765] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec  7 15:56:00 localhost vmunix: [    2.008847] scsi 5:0:0:0: Direct-Access     ATA      Samsung SSD 870  1B6Q PQ: 0 ANSI: 5
Dec  7 15:56:00 localhost vmunix: [    2.009116] ata6.00: Enabling discard_zeroes_data
Dec  7 15:56:01 localhost vmunix: [    2.009127] sd 5:0:0:0: Attached scsi generic sg4 type 0
Dec  7 15:56:01 localhost vmunix: [    2.013489] sd 5:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Dec  7 15:56:01 localhost shepherd[1]: Service avahi-daemon has been started. 
Dec  7 15:56:01 localhost vmunix: [    2.013508] sd 5:0:0:0: [sdc] Write Protect is off
Dec  7 15:56:01 localhost vmunix: [    2.013536] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec  7 15:56:01 localhost vmunix: [    2.014021] ata6.00: Enabling discard_zeroes_data
Dec  7 15:56:02 localhost vmunix: [    2.036083]  sdc: sdc1 sdc2
Dec  7 15:56:02 localhost vmunix: [    2.036221] ata6.00: Enabling discard_zeroes_data
Dec  7 15:56:02 localhost vmunix: [    2.051243] sd 5:0:0:0: [sdc] Attached SCSI disk
Dec  7 15:56:02 localhost vmunix: [    2.075663]  sdb: sdb1 sdb2
Dec  7 15:56:02 localhost vmunix: [    2.091177] sd 4:0:0:0: [sdb] Attached SCSI disk
Dec  7 15:56:03 localhost vmunix: [    2.094794] usbcore: registered new interface driver usb-storage
Dec  7 15:56:03 localhost vmunix: [    2.102269] usbcore: registered new interface driver uas
Dec  7 15:56:04 localhost vmunix: [    2.104858] hid: raw HID events driver (C) Jiri Kosina
Dec  7 15:56:04 localhost vmunix: [    2.108947] usb 1-1.1: New USB device found, idVendor=0853, idProduct=0100, bcdDevice= 1.02
Dec  7 15:56:04 localhost vmunix: [    2.108954] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec  7 15:56:05 localhost vmunix: [    2.108958] usb 1-1.1: Product: HHKB Professional
Dec  7 15:56:05 localhost vmunix: [    2.108961] usb 1-1.1: Manufacturer: Topre Corporation
Dec  7 15:55:24 localhost dbus-daemon[335]: [system] Connection has not authenticated soon enough, closing it (auth_timeout=30000ms, elapsed: 36684ms)
Dec  7 15:56:05 localhost vmunix: [    2.114199] usbcore: registered new interface driver usbhid
Dec  7 15:56:05 localhost vmunix: [    2.114203] usbhid: USB HID core driver
Dec  7 15:56:05 localhost vmunix: [    2.116246] input: Razer Razer Lachesis as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/0003:1532:000C.0001/input/input4
Dec  7 15:56:06 localhost vmunix: [    2.116415] hid-generic 0003:1532:000C.0001: input,hidraw0: USB HID v1.00 Mouse [Razer Razer Lachesis] on usb-0000:00:1d.0-2/input0
Dec  7 15:56:06 localhost vmunix: [    2.116792] input: Razer Razer Lachesis as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/0003:1532:000C.0002/input/input5
Dec  7 15:56:06 localhost vmunix: [    2.175232] hid-generic 0003:1532:000C.0002: input,hidraw1: USB HID v1.00 Keyboard [Razer Razer Lachesis] on usb-0000:00:1d.0-2/input1
Dec  7 15:56:06 localhost vmunix: [    2.175665] input: Topre Corporation HHKB Professional as /devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1.1/1-1.1:1.0/0003:0853:0100.0003/input/input6
Dec  7 15:56:06 localhost vmunix: [    2.227127] usb 1-3: new high-speed USB device number 5 using ehci-pci
Dec  7 15:55:28 localhost ntpd[341]: corporation.  Support and training for ntp-4 are
Dec  7 15:56:06 localhost vmunix: [    2.235231] hid-generic 0003:0853:0100.0003: input,hidraw2: USB HID v1.11 Keyboard [Topre Corporation HHKB Professional] on usb-0000:00:1d.7-1.1/input0
Dec  7 15:56:07 localhost vmunix: [    2.261649] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
Dec  7 15:56:07 localhost vmunix: [    2.359117] raid6: sse2x4   gen()  9984 MB/s
Dec  7 15:56:07 localhost vmunix: [    2.427117] raid6: sse2x4   xor()  3383 MB/s
Dec  7 15:56:08 localhost vmunix: [    2.495118] raid6: sse2x2   gen()  9934 MB/s
Dec  7 15:56:08 localhost vmunix: [    2.563116] raid6: sse2x2   xor()  6440 MB/s
Dec  7 15:56:08 localhost vmunix: [    2.631117] raid6: sse2x1   gen()  8325 MB/s
Dec  7 15:56:08 localhost vmunix: [    2.699117] raid6: sse2x1   xor()  5307 MB/s
Dec  7 15:56:08 localhost vmunix: [    2.699119] raid6: using algorithm sse2x4 gen() 9984 MB/s
Dec  7 15:56:09 localhost vmunix: [    2.699120] raid6: .... xor() 3383 MB/s, rmw enabled
Dec  7 15:56:09 localhost vmunix: [    2.699121] raid6: using ssse3x2 recovery algorithm
Dec  7 15:56:09 localhost vmunix: [    2.700183] xor: measuring software checksum speed
Dec  7 15:56:09 localhost vmunix: [    2.701332]    prefetch64-sse  :  8590 MB/sec
Dec  7 15:56:09 localhost vmunix: [    2.702675]    generic_sse     :  7341 MB/sec
Dec  7 15:56:09 localhost vmunix: [    2.702678] xor: using function: prefetch64-sse (8590 MB/sec)
Dec  7 15:55:31 localhost avahi-daemon[350]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Dec  7 15:56:10 localhost vmunix: [    2.725360] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
Dec  7 15:56:10 localhost vmunix: [    2.790067] usb 1-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=92.24
Dec  7 15:56:10 localhost vmunix: [    2.790073] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec  7 15:56:10 localhost vmunix: [    2.790075] usb 1-3: Product: USB2.0 Hub
Dec  7 15:56:10 localhost vmunix: [    2.790077] usb 1-3: Manufacturer: GenesysLogic
Dec  7 15:56:11 localhost vmunix: [    2.790474] hub 1-3:1.0: USB hub found
Dec  7 15:56:11 localhost vmunix: [    2.790940] hub 1-3:1.0: 4 ports detected
Dec  7 15:56:11 localhost vmunix: [    2.919129] usb 1-4: new high-speed USB device number 6 using ehci-pci
Dec  7 15:56:11 localhost vmunix: [    3.155137] usb 1-3.4: new full-speed USB device number 7 using ehci-pci
Dec  7 15:56:11 localhost vmunix: [    3.155563] random: fast init done
Dec  7 15:56:12 localhost vmunix: [    3.264570] usb 1-3.4: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
Dec  7 15:56:12 localhost vmunix: [    3.264577] usb 1-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec  7 15:56:12 localhost vmunix: [    3.264581] usb 1-3.4: Product: CP2103 USB to UART Bridge Controller
Dec  7 15:56:12 localhost vmunix: [    3.264584] usb 1-3.4: Manufacturer: Silicon Labs
Dec  7 15:56:12 localhost vmunix: [    3.264587] usb 1-3.4: SerialNumber: 0005
Dec  7 15:56:13 localhost shepherd[1]: Service guix-publish has been started. 
Dec  7 15:56:13 localhost vmunix: [    5.301322] usb 1-4: New USB device found, idVendor=046d, idProduct=082d, bcdDevice= 0.11
Dec  7 15:56:13 localhost vmunix: [    5.301328] usb 1-4: New USB device strings: Mfr=0, Product=2, SerialNumber=1
Dec  7 15:56:13 localhost vmunix: [    5.301332] usb 1-4: Product: HD Pro Webcam C920
Dec  7 15:56:13 localhost vmunix: [    5.301335] usb 1-4: SerialNumber: 79D3DE2F
Dec  7 15:56:13 localhost vmunix: [    5.563129] usb 4-2: new low-speed USB device number 2 using uhci_hcd
Dec  7 15:56:14 localhost vmunix: [    5.760150] usb 4-2: New USB device found, idVendor=1c4f, idProduct=0002, bcdDevice= 1.10
Dec  7 15:56:14 localhost vmunix: [    5.760156] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec  7 15:56:14 localhost vmunix: [    5.760159] usb 4-2: Product: USB Keyboard
Dec  7 15:56:14 localhost vmunix: [    5.760162] usb 4-2: Manufacturer: SIGMACHIP
Dec  7 15:56:14 localhost vmunix: [    5.776854] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/0003:1C4F:0002.0004/input/input7
Dec  7 15:56:15 localhost vmunix: [    5.835237] hid-generic 0003:1C4F:0002.0004: input,hidraw3: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-0000:00:1d.2-2/input0
Dec  7 15:55:35 localhost NetworkManager[338]: <info>  [1638910535.4330] hostname: hostname: couldn't get property from hostnamed
Dec  7 15:56:15 localhost vmunix: [    5.847878] input: SIGMACHIP USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.1/0003:1C4F:0002.0005/input/input8
Dec  7 15:56:15 localhost vmunix: [    5.907229] input: SIGMACHIP USB Keyboard System Control as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.1/0003:1C4F:0002.0005/input/input9
Dec  7 15:56:15 localhost vmunix: [    5.907334] hid-generic 0003:1C4F:0002.0005: input,hidraw4: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-0000:00:1d.2-2/input1
Dec  7 15:56:15 localhost vmunix: [    6.187124] usb 1-7: new high-speed USB device number 9 using ehci-pci
Dec  7 15:56:15 localhost vmunix: [    6.344323] usb 1-7: New USB device found, idVendor=05e3, idProduct=0606, bcdDevice= 7.02
Dec  7 15:56:15 localhost vmunix: [    6.344329] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec  7 15:56:15 localhost vmunix: [    6.344333] usb 1-7: Product: USB2.0 Hub
Dec  7 15:56:16 localhost vmunix: [    6.344748] hub 1-7:1.0: USB hub found
Dec  7 15:56:16 localhost vmunix: [    6.345073] hub 1-7:1.0: 4 ports detected
Dec  7 15:56:16 localhost vmunix: [    6.635122] usb 1-7.3: new high-speed USB device number 10 using ehci-pci
Dec  7 15:56:16 localhost vmunix: [    6.757570] usb 1-7.3: New USB device found, idVendor=0bda, idProduct=8187, bcdDevice= 1.00
Dec  7 15:55:37 localhost ntpd[341]: available at https://www.nwtime.org/support
Dec  7 15:56:16 localhost vmunix: [    6.757577] usb 1-7.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec  7 15:56:16 localhost vmunix: [    6.757581] usb 1-7.3: Product: RTL8187_Wireless
Dec  7 15:56:16 localhost vmunix: [    6.757584] usb 1-7.3: Manufacturer: Manufacturer_Realtek_RTL8187_
Dec  7 15:56:17 localhost vmunix: [    6.757586] usb 1-7.3: SerialNumber: 0015AF038C05
Dec  7 15:56:17 localhost vmunix: [   14.767160] random: crng init done
Dec  7 15:56:17 localhost vmunix: [   30.015568] BTRFS: device label my-root devid 1 transid 1801690 /dev/mapper/cryptroot scanned by btrfs (174)
Dec  7 15:56:17 localhost vmunix: [   30.015755] BTRFS: device label my-root devid 3 transid 1801690 /dev/mapper/cryptroot-mirror2 scanned by btrfs (174)
Dec  7 15:56:17 localhost vmunix: [   30.015979] BTRFS: device label my-root devid 2 transid 1801690 /dev/mapper/cryptroot-mirror scanned by btrfs (174)
Dec  7 15:56:18 localhost vmunix: [   30.018601] BTRFS info (device dm-0): flagging fs with big metadata feature
Dec  7 15:56:18 localhost vmunix: [   30.018612] BTRFS info (device dm-0): force zstd compression, level 3
Dec  7 15:56:18 localhost vmunix: [   30.018618] BTRFS info (device dm-0): allowing degraded mounts
Dec  7 15:56:18 localhost vmunix: [   30.018620] BTRFS info (device dm-0): using free space tree
Dec  7 15:55:40 localhost avahi-daemon[350]: Successfully called chroot().
Dec  7 15:56:18 localhost vmunix: [   30.018622] BTRFS info (device dm-0): has skinny extents
Dec  7 15:56:18 localhost vmunix: [   30.322519] BTRFS info (device dm-0): bdev /dev/mapper/cryptroot-mirror errs: wr 12527069, rd 2180075, flush 2286139, corrupt 0, gen 0
Dec  7 15:56:18 localhost vmunix: [   48.354799] shepherd[1]: Service root has been started.
Dec  7 15:56:18 localhost vmunix: [   53.547730] shepherd[1]: starting services...
Dec  7 15:56:19 localhost vmunix: [   53.548896] shepherd[1]: Service root-file-system has been started.
Dec  7 15:56:19 localhost vmunix: [   53.552987] shepherd[1]: Service user-file-systems has been started.
Dec  7 15:56:19 localhost vmunix: [   53.607628] shepherd[1]: waiting for udevd...
Dec  7 15:56:19 localhost vmunix: [   53.738700] udevd[207]: starting version 3.2.9
Dec  7 15:56:19 localhost vmunix: [   54.019754] udevd[207]: starting eudev-3.2.9
Dec  7 15:56:19 localhost vmunix: [   54.108626] udevd[207]: no sender credentials received, message ignored
Dec  7 15:56:19 localhost vmunix: [   54.631742] EDAC i82975x: ECC disabled on both channels.
Dec  7 15:56:19 localhost vmunix: [   54.686517] intel_rng: FWH not detected
Dec  7 15:56:20 localhost vmunix: [   54.720050] sky2: driver version 1.30
Dec  7 15:56:20 localhost vmunix: [   54.720212] sky2 0000:03:00.0: Yukon-2 EC chip revision 2
Dec  7 15:56:20 localhost vmunix: [   54.720638] sky2 0000:03:00.0 eth0: addr 00:17:31:e1:d0:fe
Dec  7 15:56:20 localhost shepherd[1]: Service host-name has been started. 
Dec  7 15:56:20 localhost vmunix: [   54.720887] sky2 0000:02:00.0: Yukon-2 EC chip revision 2
Dec  7 15:56:20 localhost vmunix: [   54.721169] sky2 0000:02:00.0 eth1: addr 00:17:31:e1:cb:55
Dec  7 15:56:20 localhost vmunix: [   54.767502] ACPI Warning: SystemIO range 0x00000000000004B0-0x00000000000004BF conflicts with OpRegion 0x0000000000000480-0x00000000000004BF (\_SB.PCI0.SBRG.GPIO) (20210730/utaddress-204)
Dec  7 15:56:20 localhost vmunix: [   54.767511] ACPI: OSL: Resource conflict; ACPI support missing from driver?
Dec  7 15:56:20 localhost vmunix: [   54.767513] ACPI Warning: SystemIO range 0x0000000000000480-0x00000000000004AF conflicts with OpRegion 0x0000000000000480-0x00000000000004BF (\_SB.PCI0.SBRG.GPIO) (20210730/utaddress-204)
Dec  7 15:56:21 localhost vmunix: [   54.767517] ACPI: OSL: Resource conflict; ACPI support missing from driver?
Dec  7 15:56:21 localhost vmunix: [   54.767518] lpc_ich: Resource conflict(s) found affecting gpio_ich
Dec  7 15:56:21 localhost vmunix: [   54.805092] leds_ss4200: no LED devices found
Dec  7 15:56:22 localhost vmunix: [   54.882375] gameport gameport0: EMU10K1 is pci0000:01:01.1/gameport0, io 0x9c00, speed 954kHz
Dec  7 15:56:22 localhost vmunix: [   55.036543] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Dec  7 15:55:46 localhost NetworkManager[338]: <info>  [1638910546.9887] hostname: hostname changed from (none) to "hurd"
Dec  7 15:56:22 localhost vmunix: [   55.036999] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Dec  7 15:56:22 localhost vmunix: [   55.059155] firewire_ohci 0000:01:01.2: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
Dec  7 15:56:22 localhost vmunix: [   55.084288] usbcore: registered new interface driver usbkbd
Dec  7 15:56:22 localhost vmunix: [   55.109336] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Dec  7 15:56:22 localhost vmunix: [   55.109344] cfg80211: failed to load regulatory.db
Dec  7 15:56:23 localhost vmunix: [   55.262105] snd_hda_intel 0000:00:1b.0: dmic_detect option is deprecated, pass snd-intel-dspcfg.dsp_driver=1 option instead
Dec  7 15:56:23 localhost vmunix: [   55.414880] ACPI Warning: SystemIO range 0x0000000000000400-0x000000000000041F conflicts with OpRegion 0x0000000000000400-0x000000000000040F (\_SB.PCI0.SBRG.ASOC.SMRG) (20210730/utaddress-204)
Dec  7 15:56:23 localhost vmunix: [   55.414891] ACPI: OSL: Resource conflict; ACPI support missing from driver?
Dec  7 15:56:23 localhost vmunix: [   55.466850] usbcore: registered new interface driver usbserial_generic
Dec  7 15:56:23 localhost vmunix: [   55.466869] usbserial: USB Serial support registered for generic
Dec  7 15:55:48 localhost ntpd[341]: ----------------------------------------------------
Dec  7 15:56:23 localhost vmunix: [   55.591241] firewire_core 0000:01:01.2: created device fw0: GUID 00023c0020029bd7, S400
Dec  7 15:56:23 localhost vmunix: [   55.637200] usbcore: registered new interface driver cp210x
Dec  7 15:56:24 localhost vmunix: [   55.637217] usbserial: USB Serial support registered for cp210x
Dec  7 15:56:24 localhost vmunix: [   55.637256] cp210x 1-3.4:1.0: cp210x converter detected
Dec  7 15:56:24 localhost vmunix: [   55.637597] usb 1-3.4: cp210x converter now attached to ttyUSB0
Dec  7 15:56:24 localhost vmunix: [   55.653749] nouveau 0000:06:00.0: vgaarb: deactivate vga console
Dec  7 15:56:24 localhost vmunix: [   55.654940] Console: switching to colour dummy device 80x25
Dec  7 15:56:24 localhost vmunix: [   55.655061] nouveau 0000:06:00.0: NVIDIA G80 (450300a3)
Dec  7 15:56:25 localhost vmunix: [   55.765162] nouveau 0000:06:00.0: bios: version 60.80.13.00.02
Dec  7 15:56:25 localhost vmunix: [   55.765493] nouveau 0000:06:00.0: i2c: ccb 08 was ignored
Dec  7 15:56:25 localhost vmunix: [   55.765497] nouveau 0000:06:00.0: i2c: ccb 09 was ignored
Dec  7 15:56:25 localhost vmunix: [   55.765499] nouveau 0000:06:00.0: i2c: ccb 0a was ignored
Dec  7 15:56:25 localhost vmunix: [   55.765501] nouveau 0000:06:00.0: i2c: ccb 0b was ignored
Dec  7 15:56:25 localhost vmunix: [   55.785616] nouveau 0000:06:00.0: fb: 640 MiB GDDR3
Dec  7 15:55:50 localhost avahi-daemon[350]: Successfully dropped remaining capabilities.
Dec  7 15:56:25 localhost vmunix: [   55.829741] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC882: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
Dec  7 15:56:26 localhost vmunix: [   55.829751] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Dec  7 15:56:26 localhost vmunix: [   55.829755] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Dec  7 15:56:26 localhost vmunix: [   55.829758] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Dec  7 15:56:26 localhost vmunix: [   55.829760] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
Dec  7 15:56:26 localhost vmunix: [   55.829763] snd_hda_codec_realtek hdaudioC0D0:    inputs:
Dec  7 15:56:26 localhost vmunix: [   55.829765] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Dec  7 15:56:26 localhost vmunix: [   55.829768] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Dec  7 15:56:26 localhost vmunix: [   55.829770] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Dec  7 15:56:27 localhost vmunix: [   55.837186] input: PC Speaker as /devices/platform/pcspkr/input/input11
Dec  7 15:56:27 localhost vmunix: [   55.840604] mc: Linux media interface: v0.10
Dec  7 15:56:27 localhost vmunix: [   55.868726] Error: Driver 'pcspkr' is already registered, aborting...
Dec  7 15:56:27 localhost vmunix: [   55.871033] adt7475 3-002e: Error configuring pwm polarity
Dec  7 15:56:27 localhost shepherd[1]: Service xorg-server has been started. 
Dec  7 15:56:27 localhost vmunix: [   55.871182] adt7475 3-002e: ADT7473 device, revision 0
Dec  7 15:56:27 localhost vmunix: [   55.871185] adt7475 3-002e: Optional features: fan4
Dec  7 15:56:27 localhost vmunix: [   55.965480] videodev: Linux video capture interface: v2.00
Dec  7 15:56:27 localhost vmunix: [   55.966177] nouveau 0000:06:00.0: DRM: VRAM: 640 MiB
Dec  7 15:56:28 localhost vmunix: [   55.966182] nouveau 0000:06:00.0: DRM: GART: 1048576 MiB
Dec  7 15:56:28 localhost vmunix: [   55.966187] nouveau 0000:06:00.0: DRM: TMDS table version 2.0
Dec  7 15:56:28 localhost vmunix: [   55.966189] nouveau 0000:06:00.0: DRM: DCB version 4.0
Dec  7 15:56:28 localhost vmunix: [   55.966191] nouveau 0000:06:00.0: DRM: DCB outp 00: 04000320 00000028
Dec  7 15:56:28 localhost vmunix: [   55.966194] nouveau 0000:06:00.0: DRM: DCB outp 01: 01000322 00000030
Dec  7 15:56:28 localhost vmunix: [   55.966197] nouveau 0000:06:00.0: DRM: DCB outp 02: 02011310 00000028
Dec  7 15:56:28 localhost vmunix: [   55.966199] nouveau 0000:06:00.0: DRM: DCB outp 03: 02011312 00000030
Dec  7 15:56:29 localhost vmunix: [   55.966201] nouveau 0000:06:00.0: DRM: DCB outp 04: 010223f1 00c1c020
Dec  7 15:56:29 localhost vmunix: [   55.966204] nouveau 0000:06:00.0: DRM: DCB conn 00: 1030
Dec  7 15:56:29 localhost vmunix: [   55.966206] nouveau 0000:06:00.0: DRM: DCB conn 01: 2130
Dec  7 15:56:29 localhost vmunix: [   55.966208] nouveau 0000:06:00.0: DRM: DCB conn 02: 0210
Dec  7 15:55:54 localhost NetworkManager[338]: <info>  [1638910554.9886] dns-mgr[0x15b8250]: init: dns=default,systemd-resolved rc-manager=resolvconf (auto)
Dec  7 15:56:29 localhost vmunix: [   55.966210] nouveau 0000:06:00.0: DRM: DCB conn 03: 0211
Dec  7 15:56:29 localhost vmunix: [   55.966212] nouveau 0000:06:00.0: DRM: DCB conn 04: 0213
Dec  7 15:56:29 localhost vmunix: [   55.969597] nouveau 0000:06:00.0: DRM: MM: using M2MF for buffer copies
Dec  7 15:56:29 localhost vmunix: [   55.970140] nouveau 0000:06:00.0: DRM: failed to create encoder 0/1/0: -19
Dec  7 15:56:30 localhost vmunix: [   55.970143] nouveau 0000:06:00.0: DRM: TV-1 has no encoders, removing
Dec  7 15:56:30 localhost vmunix: [   56.036892] nouveau 0000:06:00.0: DRM: allocated 1920x1080 fb: 0x60000, bo 00000000f75b6792
Dec  7 15:56:30 localhost vmunix: [   56.083702] BTRFS info (device dm-0): devid 3 device path /dev/mapper/cryptroot-mirror2 changed to /dev/dm-2 scanned by udevd (225)
Dec  7 15:56:30 localhost vmunix: [   56.086981] udevd[225]: conflicting device node '/dev/mapper/cryptroot-mirror2' found, link to '/dev/dm-2' will not be created
Dec  7 15:56:30 localhost vmunix: [   56.094252] fbcon: nouveau (fb0) is primary device
Dec  7 15:56:30 localhost vmunix: [   56.097081] sky2 0000:03:00.0 enp3s0: renamed from eth0
Dec  7 15:56:30 localhost vmunix: [   56.103714] iTCO_vendor_support: vendor-support=0
Dec  7 15:56:30 localhost vmunix: [   56.106728] iTCO_wdt iTCO_wdt.1.auto: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0860)
Dec  7 15:56:01 localhost avahi-daemon[350]: Loading service file /services/sftp-ssh.service.
Dec  7 15:56:32 localhost vmunix: [   56.106850] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
Dec  7 15:56:32 localhost vmunix: [   56.139269] Console: switching to colour frame buffer device 240x67
Dec  7 15:56:33 localhost vmunix: [   56.209560] nouveau 0000:06:00.0: [drm] fb0: nouveau frame buffer device
Dec  7 15:56:33 localhost vmunix: [   56.230389] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Dec  7 15:56:33 localhost vmunix: [   56.230460] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Dec  7 15:56:34 localhost vmunix: [   56.230532] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
Dec  7 15:56:34 localhost vmunix: [   56.230598] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
Dec  7 15:56:34 localhost vmunix: [   56.230664] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
Dec  7 15:56:34 localhost vmunix: [   56.230723] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
Dec  7 15:56:34 localhost vmunix: [   56.230787] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
Dec  7 15:56:05 localhost sshd[390]: Server listening on 0.0.0.0 port 22.
Dec  7 15:56:34 localhost vmunix: [   56.230849] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
Dec  7 15:56:35 localhost vmunix: [   56.244293] sky2 0000:02:00.0 enp2s0: renamed from eth1
Dec  7 15:56:35 localhost vmunix: [   56.244552] [drm] Initialized nouveau 1.3.1 20120801 for 0000:06:00.0 on minor 0
Dec  7 15:56:35 localhost vmunix: [   56.267109] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xffffa715c0850000, irq=18
Dec  7 15:56:35 localhost vmunix: [   56.503204] coretemp coretemp.0: Using relative temperature scale!
Dec  7 15:56:35 localhost vmunix: [   56.503241] coretemp coretemp.0: Using relative temperature scale!
Dec  7 15:56:35 localhost vmunix: [   56.503275] coretemp coretemp.0: Using relative temperature scale!
Dec  7 15:56:36 localhost vmunix: [   56.503302] coretemp coretemp.0: Using relative temperature scale!
Dec  7 15:56:36 localhost vmunix: [   56.555402] usbcore: registered new interface driver snd-usb-audio
Dec  7 15:56:06 localhost NetworkManager[338]: <info>  [1638910566.9728] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/ieee80211/phy0/rfkill0) (driver ath9k)
Dec  7 15:56:36 localhost vmunix: [   56.555475] usb 1-4: Found UVC 1.00 device HD Pro Webcam C920 (046d:082d)
Dec  7 15:56:36 localhost vmunix: [   56.558237] input: HD Pro Webcam C920 as /devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0/input/input20
Dec  7 15:56:36 localhost vmunix: [   56.558365] usbcore: registered new interface driver uvcvideo
Dec  7 15:56:36 localhost vmunix: [   56.584202] ath9k 0000:04:00.0 wlp4s0: renamed from wlan0
Dec  7 15:56:36 localhost vmunix: [   56.845575] BTRFS info (device dm-0): devid 2 device path /dev/mapper/cryptroot-mirror changed to /dev/dm-1 scanned by udevd (222)
Dec  7 15:56:36 localhost vmunix: [   56.847336] udevd[222]: conflicting device node '/dev/mapper/cryptroot-mirror' found, link to '/dev/dm-1' will not be created
Dec  7 15:56:37 localhost vmunix: [   56.855721] intel_powerclamp: No package C-state available
Dec  7 15:56:37 localhost vmunix: [   56.903621] intel_powerclamp: No package C-state available
Dec  7 15:56:37 localhost vmunix: [   56.939567] intel_powerclamp: No package C-state available
Dec  7 15:56:37 localhost vmunix: [   56.971543] intel_powerclamp: No package C-state available
Dec  7 15:56:38 localhost vmunix: [   60.965052] shepherd[1]: Service udev has been started.
Dec  7 15:56:38 localhost vmunix: [   61.018283] shepherd[1]: Service file-system-/home has been started.
Dec  7 15:56:10 localhost avahi-daemon[350]: Loading service file /services/ssh.service.
Dec  7 15:56:38 localhost vmunix: [   61.100442] shepherd[1]: Service file-system-/data has been started.
Dec  7 15:56:38 localhost vmunix: [   61.155561] shepherd[1]: Service file-system-/var/cache/jami has been started.
Dec  7 15:56:38 localhost vmunix: [   61.157241] shepherd[1]: Service file-system-/dev/pts has been started.
Dec  7 15:56:39 localhost vmunix: [   61.158801] shepherd[1]: Service file-system-/sys/kernel/debug has been started.
Dec  7 15:56:39 localhost vmunix: [   61.160260] shepherd[1]: Service file-system-/dev/shm has been started.
Dec  7 15:56:39 localhost vmunix: [   61.161580] shepherd[1]: Service file-system-/sys/firmware/efi/efivars has been started.
Dec  7 15:56:39 localhost vmunix: [   61.163184] shepherd[1]: Service file-system-/gnu/store has been started.
Dec  7 15:56:39 localhost vmunix: [   61.164735] shepherd[1]: Service file-system-/run/systemd has been started.
Dec  7 15:56:40 localhost vmunix: [   61.166207] shepherd[1]: Service file-system-/run/user has been started.
Dec  7 15:56:40 localhost vmunix: [   61.168858] shepherd[1]: Service file-system-/sys/fs/cgroup has been started.
Dec  7 15:56:40 localhost vmunix: [   61.170725] shepherd[1]: Service file-system-/sys/fs/cgroup/elogind has been started.
Dec  7 15:56:40 localhost vmunix: [   61.192131] shepherd[1]: Service file-system-/sys/fs/cgroup/cpuset has been started.
Dec  7 15:56:13 localhost sshd[390]: Server listening on :: port 22.
Dec  7 15:56:40 localhost vmunix: [   61.193727] shepherd[1]: Service file-system-/sys/fs/cgroup/cpu has been started.
Dec  7 15:56:40 localhost vmunix: [   61.195342] shepherd[1]: Service file-system-/sys/fs/cgroup/cpuacct has been started.
Dec  7 15:56:40 localhost vmunix: [   61.197141] shepherd[1]: Service file-system-/sys/fs/cgroup/memory has been started.
Dec  7 15:56:41 localhost vmunix: [   61.198686] shepherd[1]: Service file-system-/sys/fs/cgroup/devices has been started.
Dec  7 15:56:41 localhost vmunix: [   61.200236] shepherd[1]: Service file-system-/sys/fs/cgroup/freezer has been started.
Dec  7 15:56:41 localhost vmunix: [   61.201825] shepherd[1]: Service file-system-/sys/fs/cgroup/blkio has been started.
Dec  7 15:56:41 localhost vmunix: [   61.203379] shepherd[1]: Service file-system-/sys/fs/cgroup/perf_event has been started.
Dec  7 15:56:41 localhost vmunix: [   61.204931] shepherd[1]: Service file-system-/sys/fs/cgroup/pids has been started.
Dec  7 15:56:41 localhost vmunix: [   61.206234] shepherd[1]: Service file-system-/var/cache/fontconfig has been started.
Dec  7 15:56:42 localhost vmunix: [   61.207097] shepherd[1]: Service file-systems has been started.
Dec  7 15:56:42 localhost vmunix: [   61.208627] shepherd[1]: Service user-homes has been started.
Dec  7 15:56:15 localhost NetworkManager[338]: <info>  [1638910575.1767] manager[0x15d0000]: rfkill: Wi-Fi hardware radio set enabled
Dec  7 15:56:42 localhost vmunix: [   61.212374] shepherd[1]: Service urandom-seed has been started.
Dec  7 15:56:43 localhost vmunix: [   61.213254] shepherd[1]: Service user-processes has been started.
Dec  7 15:56:43 localhost vmunix: [   61.214282] shepherd[1]: Service host-name has been started.
Dec  7 15:56:43 localhost vmunix: [   61.215441] shepherd[1]: Service user-homes has been started.
Dec  7 15:56:43 localhost vmunix: [   61.385544] shepherd[1]: Service sysctl has been started.
Dec  7 15:56:43 localhost vmunix: [   62.390945] shepherd[1]: Service nscd has been started.
Dec  7 15:56:44 localhost vmunix: [   62.404713] shepherd[1]: Service guix-daemon has been started.
Dec  7 15:56:44 localhost vmunix: [  142.371189] elogind[343]: Watching system buttons on /dev/input/event5 (SIGMACHIP USB Keyboard)
Dec  7 15:56:44 localhost vmunix: [  152.611165] elogind[343]: Watching system buttons on /dev/input/event6 (SIGMACHIP USB Keyboard Consumer Control)
Dec  7 15:56:44 localhost vmunix: [  162.855168] elogind[343]: Watching system buttons on /dev/input/event7 (SIGMACHIP USB Keyboard System Control)
Dec  7 15:56:44 localhost vmunix: [  173.091174] elogind[343]: Watching system buttons on /dev/input/event4 (Topre Corporation HHKB Professional)
Dec  7 15:56:16 localhost avahi-daemon[350]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Dec  7 15:56:44 localhost shepherd[1]: Service ssh-daemon has been started. 
Dec  7 15:56:20 localhost NetworkManager[338]: <info>  [1638910580.4553] manager[0x15d0000]: rfkill: WWAN hardware radio set enabled
Dec  7 15:56:22 localhost avahi-daemon[350]: New relevant interface lo.IPv6 for mDNS.
Dec  7 15:56:44 localhost shepherd[1]: Service mcron has been started. 
Dec  7 15:56:26 localhost NetworkManager[338]: <info>  [1638910586.0722] Loaded device plugin: NMAtmManager (/gnu/store/yi69ygiw6hg95ahbq1n2l9whkjy49j9y-network-manager-1.32.12/lib/NetworkManager/1.32.12/libnm-device-plugin-adsl.so)
Dec  7 15:56:27 localhost avahi-daemon[350]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Dec  7 15:56:33 localhost NetworkManager[338]: <info>  [1638910593.0059] Loaded device plugin: NMBluezManager (/gnu/store/yi69ygiw6hg95ahbq1n2l9whkjy49j9y-network-manager-1.32.12/lib/NetworkManager/1.32.12/libnm-device-plugin-bluetooth.so)
Dec  7 15:56:34 localhost avahi-daemon[350]: New relevant interface lo.IPv4 for mDNS.
Dec  7 15:56:36 localhost NetworkManager[338]: <info>  [1638910596.3937] Loaded device plugin: NMOvsFactory (/gnu/store/yi69ygiw6hg95ahbq1n2l9whkjy49j9y-network-manager-1.32.12/lib/NetworkManager/1.32.12/libnm-device-plugin-ovs.so)
Dec  7 15:56:38 localhost avahi-daemon[350]: Network interface enumeration completed.
Dec  7 15:56:40 localhost NetworkManager[338]: <info>  [1638910600.7951] Loaded device plugin: NMWifiFactory (/gnu/store/yi69ygiw6hg95ahbq1n2l9whkjy49j9y-network-manager-1.32.12/lib/NetworkManager/1.32.12/libnm-device-plugin-wifi.so)
Dec  7 15:56:42 localhost avahi-daemon[350]: Registering new address record for ::1 on lo.*.
Dec  7 15:56:44 localhost avahi-daemon[350]: Registering new address record for 127.0.0.1 on lo.IPv4.
Dec  7 15:56:44 localhost avahi-daemon[350]: write() failed while writing return value to pipe: Broken pipe
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.6195] Loaded device plugin: NMWwanFactory (/gnu/store/yi69ygiw6hg95ahbq1n2l9whkjy49j9y-network-manager-1.32.12/lib/NetworkManager/1.32.12/libnm-device-plugin-wwan.so)
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.6202] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.6203] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.6204] manager: Networking is enabled by state file
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.6206] dhcp-init: Using DHCP client 'internal'
Dec  7 15:56:44 localhost dbus-daemon[335]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.2' (uid=0 pid=338 comm="/gnu/store/yi69ygiw6hg95ahbq1n2l9whkjy49j9y-networ") (using servicehelper)
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.6665] settings: Loaded settings plugin: keyfile (internal)
Dec  7 15:56:44 localhost dbus-daemon[335]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.8227] device (lo): carrier: link connected
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.8233] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.8249] manager: (enp2s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.8267] device (enp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Dec  7 15:56:44 localhost vmunix: [  215.944246] sky2 0000:02:00.0 enp2s0: enabling interface
Dec  7 15:56:44 localhost vmunix: [  215.952009] sky2 0000:03:00.0 enp3s0: enabling interface
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.8327] manager: (enp3s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.8341] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.8394] device (wlp4s0): driver supports Access Point (AP) mode
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.8405] manager: (wlp4s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/4)
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.8417] device (wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.8653] device (wlp4s0): set-hw-addr: set MAC address to 06:65:84:B1:81:D2 (scanning)
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.9861] ovsdb: Could not connect: No such file or directory
Dec  7 15:56:44 localhost NetworkManager[338]: <info>  [1638910604.9861] ovsdb: disconnected from ovsdb
Dec  7 15:56:44 localhost dbus-daemon[335]: [system] Activating service name='org.freedesktop.ModemManager1' requested by ':1.2' (uid=0 pid=338 comm="/gnu/store/yi69ygiw6hg95ahbq1n2l9whkjy49j9y-networ") (using servicehelper)
Dec  7 15:56:45 localhost NetworkManager[338]: <info>  [1638910605.3475] device (wlp4s0): supplicant interface state: internal-starting -> disconnected
Dec  7 15:56:45 localhost NetworkManager[338]: <info>  [1638910605.3477] Wi-Fi P2P device controlled by interface wlp4s0 created
Dec  7 15:56:45 localhost NetworkManager[338]: <info>  [1638910605.3481] manager: (p2p-dev-wlp4s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
Dec  7 15:56:45 localhost NetworkManager[338]: <info>  [1638910605.3486] device (p2p-dev-wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Dec  7 15:56:45 localhost NetworkManager[338]: <info>  [1638910605.3500] device (wlp4s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Dec  7 15:56:45 localhost NetworkManager[338]: <info>  [1638910605.3521] device (p2p-dev-wlp4s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:45 localhost avahi-daemon[350]: Server startup complete. Host name is hurd.local. Local service cookie is 2698670930.
Dec  7 15:56:45 localhost ModemManager[408]: <info>  ModemManager (version 1.12.10) starting in system bus... 
Dec  7 15:56:45 localhost dbus-daemon[335]: [system] Activating service name='org.freedesktop.PolicyKit1' requested by ':1.8' (uid=0 pid=408 comm="/gnu/store/hhlyihvkailsm1n71xnxn609nf0j7yf0-modem-") (using servicehelper)
Dec  7 15:56:46 localhost polkitd[413]: Started polkitd version 0.120
Dec  7 15:56:46 localhost avahi-daemon[350]: Service "hurd" (/services/ssh.service) successfully established.
Dec  7 15:56:46 localhost avahi-daemon[350]: Service "hurd" (/services/sftp-ssh.service) successfully established.
Dec  7 15:56:46 localhost dbus-daemon[335]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Dec  7 15:56:46 localhost wpa_supplicant[337]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Dec  7 15:56:46 localhost dbus-daemon[335]: [system] Successfully activated service 'org.freedesktop.ModemManager1'
Dec  7 15:56:46 localhost NetworkManager[338]: <info>  [1638910606.4689] modem-manager: ModemManager not available
Dec  7 15:56:46 localhost NetworkManager[338]: <info>  [1638910606.4909] modem-manager: ModemManager now available
Dec  7 15:56:46 localhost wpa_supplicant[337]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Dec  7 15:56:47 localhost vmunix: [  218.613725] sky2 0000:03:00.0 enp3s0: Link is up at 1000 Mbps, full duplex, flow control rx
Dec  7 15:56:47 localhost vmunix: [  218.613760] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
Dec  7 15:56:47 localhost NetworkManager[338]: <info>  [1638910607.4995] device (enp3s0): carrier: link connected
Dec  7 15:56:47 localhost NetworkManager[338]: <info>  [1638910607.4999] device (enp3s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Dec  7 15:56:47 localhost NetworkManager[338]: <info>  [1638910607.5016] policy: auto-activating connection 'shared' (668d9954-eac2-30da-8fc0-d986ab01a36c)
Dec  7 15:56:47 localhost NetworkManager[338]: <info>  [1638910607.5025] device (enp3s0): Activation: starting connection 'shared' (668d9954-eac2-30da-8fc0-d986ab01a36c)
Dec  7 15:56:47 localhost NetworkManager[338]: <info>  [1638910607.5027] device (enp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:47 localhost NetworkManager[338]: <info>  [1638910607.5031] manager: NetworkManager state is now CONNECTING
Dec  7 15:56:47 localhost NetworkManager[338]: <info>  [1638910607.5034] device (enp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:47 localhost NetworkManager[338]: <info>  [1638910607.5045] device (enp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:47 localhost avahi-daemon[350]: Joining mDNS multicast group on interface enp3s0.IPv6 with address fe80::31fb:e28:bfc2:4753.
Dec  7 15:56:47 localhost avahi-daemon[350]: New relevant interface enp3s0.IPv6 for mDNS.
Dec  7 15:56:47 localhost avahi-daemon[350]: Registering new address record for fe80::31fb:e28:bfc2:4753 on enp3s0.*.
Dec  7 15:56:47 localhost avahi-daemon[350]: Joining mDNS multicast group on interface enp3s0.IPv4 with address 10.42.0.1.
Dec  7 15:56:47 localhost NetworkManager[338]: <error> [1638910607.5446] modprobe: '/sbin/modprobe --use-blacklist ip_tables' failed: Failed to execute child process “/sbin/modprobe” (No such file or directory)
Dec  7 15:56:47 localhost avahi-daemon[350]: New relevant interface enp3s0.IPv4 for mDNS.
Dec  7 15:56:47 localhost avahi-daemon[350]: Registering new address record for 10.42.0.1 on enp3s0.IPv4.
Dec  7 15:56:47 localhost NetworkManager[338]: <error> [1638910607.7995] modprobe: '/sbin/modprobe --use-blacklist iptable_nat' failed: Failed to execute child process “/sbin/modprobe” (No such file or directory)
Dec  7 15:56:47 localhost NetworkManager[338]: <error> [1638910607.8016] modprobe: '/sbin/modprobe --use-blacklist nf_nat_ftp' failed: Failed to execute child process “/sbin/modprobe” (No such file or directory)
Dec  7 15:56:47 localhost NetworkManager[338]: <error> [1638910607.8036] modprobe: '/sbin/modprobe --use-blacklist nf_nat_irc' failed: Failed to execute child process “/sbin/modprobe” (No such file or directory)
Dec  7 15:56:47 localhost NetworkManager[338]: <error> [1638910607.8056] modprobe: '/sbin/modprobe --use-blacklist nf_nat_sip' failed: Failed to execute child process “/sbin/modprobe” (No such file or directory)
Dec  7 15:56:47 localhost NetworkManager[338]: <error> [1638910607.8076] modprobe: '/sbin/modprobe --use-blacklist nf_nat_tftp' failed: Failed to execute child process “/sbin/modprobe” (No such file or directory)
Dec  7 15:56:47 localhost NetworkManager[338]: <error> [1638910607.8096] modprobe: '/sbin/modprobe --use-blacklist nf_nat_pptp' failed: Failed to execute child process “/sbin/modprobe” (No such file or directory)
Dec  7 15:56:47 localhost NetworkManager[338]: <error> [1638910607.8115] modprobe: '/sbin/modprobe --use-blacklist nf_nat_h323' failed: Failed to execute child process “/sbin/modprobe” (No such file or directory)
Dec  7 15:56:48 localhost wpa_supplicant[337]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Dec  7 15:56:48 localhost NetworkManager[338]: <info>  [1638910608.7421] dnsmasq-manager: starting dnsmasq...
Dec  7 15:56:48 localhost NetworkManager[338]: <info>  [1638910608.7660] device (enp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:48 localhost NetworkManager[338]: <info>  [1638910608.7694] device (enp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:48 localhost NetworkManager[338]: <info>  [1638910608.7698] device (enp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:48 localhost NetworkManager[338]: <info>  [1638910608.7710] manager: NetworkManager state is now CONNECTED_LOCAL
Dec  7 15:56:48 localhost NetworkManager[338]: <info>  [1638910608.7716] device (enp3s0): Activation: successful, device activated.
Dec  7 15:56:48 localhost dnsmasq[483]: started, version 2.86 cachesize 150
Dec  7 15:56:48 localhost dnsmasq[483]: compile time options: IPv6 GNU-getopt DBus no-UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-cryptohash no-DNSSEC loop-detect inotify dumpfile
Dec  7 15:56:48 localhost dnsmasq-dhcp[483]: DHCP, IP range 10.42.0.10 -- 10.42.0.254, lease time 1h
Dec  7 15:56:48 localhost dnsmasq[483]: reading /etc/resolv.conf
Dec  7 15:56:48 localhost dnsmasq[483]: using nameserver 192.168.10.1#53
Dec  7 15:56:48 localhost dnsmasq[483]: cleared cache
Dec  7 15:56:48 localhost ModemManager[408]: <info>  Couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0': not supported by any plugin 
Dec  7 15:56:48 localhost ModemManager[408]: <info>  Couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0': not supported by any plugin 
Dec  7 15:56:48 localhost ModemManager[408]: <info>  Couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0': not supported by any plugin 
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1610] policy: auto-activating connection 'my-ap' (14420f83-4031-4156-ab38-868deac2188a)
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1619] device (wlp4s0): Activation: starting connection 'my-ap' (14420f83-4031-4156-ab38-868deac2188a)
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1620] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1626] manager: NetworkManager state is now CONNECTING
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1720] device (wlp4s0): set-hw-addr: reset MAC address to 00:26:82:61:8E:30 (preserve)
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1868] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1873] device (wlp4s0): Activation: (wifi) access point 'my-ap' has security, but secrets are required.
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1874] device (wlp4s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1905] device (wlp4s0): supplicant interface state: disconnected -> interface_disabled
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1906] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> interface_disabled
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1924] device (wlp4s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1929] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1934] device (wlp4s0): Activation: (wifi) connection 'my-ap' has security, and secrets exist.  No new secrets needed.
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1935] Config: added 'ssid' value 'my-ap'
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1935] Config: added 'scan_ssid' value '1'
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1936] Config: added 'freq_list' value '5035 5040 5045 5055 5060 5080 5170 5180 5190 5200 5210 5220 5230 5240 5250 5260 5280 5290 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5745 5760 5765 5785 5800 5805 5825 4915 4920 4925 4935 4945 4960 4980'
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1936] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1936] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.1936] Config: added 'psk' value '<hidden>'
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.2294] device (wlp4s0): supplicant interface state: interface_disabled -> inactive
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.2295] device (p2p-dev-wlp4s0): supplicant management interface state: interface_disabled -> inactive
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.2485] device (wlp4s0): supplicant interface state: inactive -> scanning
Dec  7 15:56:49 localhost NetworkManager[338]: <info>  [1638910609.2486] device (p2p-dev-wlp4s0): supplicant management interface state: inactive -> scanning
Dec  7 15:56:50 localhost ntpd[341]: Listen normally on 4 enp3s0 10.42.0.1:123
Dec  7 15:56:50 localhost ntpd[341]: Listen normally on 5 enp3s0 [fe80::31fb:e28:bfc2:4753%2]:123
Dec  7 15:56:52 localhost wpa_supplicant[337]: wlp4s0: SME: Trying to authenticate with 20:4e:7f:85:ab:15 (SSID='my-ap' freq=5220 MHz)
Dec  7 15:56:52 localhost vmunix: [  223.986504] wlp4s0: authenticate with 20:4e:7f:85:ab:15
Dec  7 15:56:53 localhost vmunix: [  224.003797] wlp4s0: send auth to 20:4e:7f:85:ab:15 (try 1/3)
Dec  7 15:56:53 localhost vmunix: [  224.007239] wlp4s0: authenticated
Dec  7 15:56:53 localhost vmunix: [  224.011145] wlp4s0: associate with 20:4e:7f:85:ab:15 (try 1/3)
Dec  7 15:56:53 localhost vmunix: [  224.012718] wlp4s0: RX AssocResp from 20:4e:7f:85:ab:15 (capab=0x11 status=0 aid=2)
Dec  7 15:56:53 localhost vmunix: [  224.012830] wlp4s0: associated
Dec  7 15:56:52 localhost NetworkManager[338]: <info>  [1638910612.8899] device (wlp4s0): supplicant interface state: scanning -> authenticating
Dec  7 15:56:54 localhost vmunix: [  224.271283] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
Dec  7 15:56:52 localhost NetworkManager[338]: <info>  [1638910612.8899] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
Dec  7 15:56:52 localhost wpa_supplicant[337]: wlp4s0: Trying to associate with 20:4e:7f:85:ab:15 (SSID='my-ap' freq=5220 MHz)
Dec  7 15:56:52 localhost wpa_supplicant[337]: wlp4s0: Associated with 20:4e:7f:85:ab:15
Dec  7 15:56:52 localhost wpa_supplicant[337]: wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Dec  7 15:56:52 localhost NetworkManager[338]: <info>  [1638910612.9019] device (wlp4s0): supplicant interface state: authenticating -> associating
Dec  7 15:56:52 localhost NetworkManager[338]: <info>  [1638910612.9020] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> associating
Dec  7 15:56:53 localhost wpa_supplicant[337]: wlp4s0: WPA: Key negotiation completed with 20:4e:7f:85:ab:15 [PTK=CCMP GTK=CCMP]
Dec  7 15:56:53 localhost wpa_supplicant[337]: wlp4s0: CTRL-EVENT-CONNECTED - Connection to 20:4e:7f:85:ab:15 completed [id=0 id_str=]
Dec  7 15:56:53 localhost wpa_supplicant[337]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=CA
Dec  7 15:56:53 localhost NetworkManager[338]: <info>  [1638910613.1581] device (wlp4s0): supplicant interface state: associating -> completed
Dec  7 15:56:53 localhost NetworkManager[338]: <info>  [1638910613.1582] device (wlp4s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "my-ap"
Dec  7 15:56:53 localhost wpa_supplicant[337]: wlp4s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-71 noise=-95 txrate=6000
Dec  7 15:56:54 localhost NetworkManager[338]: <info>  [1638910614.1685] device (p2p-dev-wlp4s0): supplicant management interface state: associating -> completed
Dec  7 15:56:54 localhost NetworkManager[338]: <info>  [1638910614.2877] device (wlp4s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:54 localhost avahi-daemon[350]: Joining mDNS multicast group on interface wlp4s0.IPv4 with address 192.168.10.15.
Dec  7 15:56:54 localhost avahi-daemon[350]: New relevant interface wlp4s0.IPv4 for mDNS.
Dec  7 15:56:54 localhost avahi-daemon[350]: Registering new address record for 192.168.10.15 on wlp4s0.IPv4.
Dec  7 15:56:54 localhost NetworkManager[338]: <info>  [1638910614.2895] device (wlp4s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:54 localhost NetworkManager[338]: <info>  [1638910614.2920] device (wlp4s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:54 localhost NetworkManager[338]: <info>  [1638910614.2923] device (wlp4s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Dec  7 15:56:54 localhost NetworkManager[338]: <info>  [1638910614.3088] manager: NetworkManager state is now CONNECTED_LOCAL
Dec  7 15:56:54 localhost NetworkManager[338]: <info>  [1638910614.3098] manager: NetworkManager state is now CONNECTED_SITE
Dec  7 15:56:54 localhost NetworkManager[338]: <info>  [1638910614.3101] policy: set 'my-ap' (wlp4s0) as default for IPv4 routing and DNS
Dec  7 15:56:54 localhost NetworkManager[338]: <info>  [1638910614.3110] dns-mgr: Writing DNS information to /gnu/store/7l12749kf7dpzbsm2g22d2s3rdq0lqxk-openresolv-3.12.0/sbin/resolvconf
Dec  7 15:56:54 localhost NetworkManager[338]: <info>  [1638910614.5196] device (wlp4s0): Activation: successful, device activated.
Dec  7 15:56:54 localhost NetworkManager[338]: <info>  [1638910614.5204] manager: NetworkManager state is now CONNECTED_GLOBAL
Dec  7 15:56:54 localhost NetworkManager[338]: <info>  [1638910614.5211] manager: startup complete
Dec  7 15:56:55 localhost ntpd[341]: Listen normally on 6 wlp4s0 192.168.10.15:123
Dec  7 15:57:22 localhost dbus-daemon[335]: [system] Activating service name='org.freedesktop.login1' requested by ':1.10' (uid=0 pid=376 comm="/gnu/store/45y16rq42jlikhiqliygp8dwvwx06q1s-slim-1") (using servicehelper)
Dec  7 15:57:22 localhost elogind[561]: elogind is already running as PID 343
Dec  7 15:57:35 localhost ntpd[341]: Soliciting pool server 216.197.156.83
Dec  7 15:57:35 localhost ntpd[341]: Soliciting pool server 209.115.181.102
Dec  7 15:57:37 localhost ntpd[341]: Soliciting pool server 206.108.0.133
Dec  7 15:57:38 localhost ntpd[341]: Soliciting pool server 206.108.0.131

[-- Attachment #3: Type: text/plain, Size: 16 bytes --]


Thanks,

Maxim

  reply	other threads:[~2021-12-07 21:24 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-23  6:47 bug#52051: [core-updates-frozen] cannot login ('org.freedesktop.login1' service times out) Maxim Cournoyer
2021-11-24  9:02 ` Josselin Poiret via Bug reports for GNU Guix
2021-11-25  3:03   ` Maxim Cournoyer
2021-11-25 22:13     ` Ludovic Courtès
2021-11-25  4:07   ` Maxim Cournoyer
2021-11-25 22:07     ` Maxim Cournoyer
2021-11-26  9:35     ` Josselin Poiret via Bug reports for GNU Guix
2021-12-07 21:23       ` Maxim Cournoyer [this message]
2021-12-07 22:15         ` Maxim Cournoyer
2021-12-08 22:18         ` Ludovic Courtès
2021-12-09 14:18           ` Maxim Cournoyer
2021-12-09 22:15             ` Ludovic Courtès
2021-12-10  5:09               ` Maxim Cournoyer
2021-12-10 10:17                 ` Ludovic Courtès
2021-12-16 18:24                   ` Josselin Poiret via Bug reports for GNU Guix
2021-12-21  9:31                     ` Timothy Sample
2021-12-21 16:13                       ` Leo Famulari
2021-12-21 16:36                         ` Timothy Sample
2021-12-21 16:52                           ` Maxime Devos
2021-12-21 17:32                             ` Leo Famulari
2021-12-21 17:51                               ` Maxime Devos
2021-12-21 18:11                                 ` Leo Famulari
2021-12-21 17:37                           ` Leo Famulari
2021-12-21 17:44                             ` Leo Famulari
2021-12-08  2:12       ` Maxim Cournoyer
2021-12-15 19:27 ` Michael Rohleder
2021-12-16  3:36 ` Abhiseck Paira via Bug reports for GNU Guix
2021-12-16 13:09 ` ison
2021-12-16 17:59   ` bug#52051: [core-updates-frozen] cannot login Guillaume Le Vaillant
2021-12-16 18:53     ` bug#52051: [core-updates-frozen] cannot login ('org.freedesktop.login1' service times out) Michael Rohleder
2021-12-20  0:40 ` Caleb Herbert
2021-12-22  1:46 ` Luis Felipe via Bug reports for GNU Guix
2021-12-22  2:19   ` Leo Famulari
2021-12-22 21:16     ` Leo Famulari
2021-12-22 23:38       ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mtlcun1h.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=52051@debbugs.gnu.org \
    --cc=dev@jpoiret.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.