talos icon indicating copy to clipboard operation
talos copied to clipboard

kubectl hangs when accessing new Talos 1.1.2 cluster on Digital Ocean

Open pcgeek86 opened this issue 1 year ago • 3 comments

Bug Report

Description

I followed the guide to install a single-master Talos cluster on Digital Ocean. Once I got to the step of using kubectl to manage the cluster, I discovered that kubectl is completely hanging when attempting to access the cluster. I can use talosctl to access the cluster, using the dashboard command, but I cannot use kubectl to contact the cluster.

I'm using PowerShell 7.2.5 on Windows 11 Developer Preview, on the client side of things.

> talosctl --talosconfig .\talosconfig kubeconfig .
> kubectl get node --kubeconfig ./kubeconfig
<hangs>

The kubeconfig file generated by talosctl appears to be just fine. I don't know why I can't contact the API Server though.

Logs

Environment

  • Talos version: [talosctl version --nodes <problematic nodes>]
Client:
	Tag:         v1.1.2
	SHA:         08dd0006
	Built:       
	Go version:  go1.18.4
	OS/Arch:     windows/amd64
Server:
	NODE:        144.126.209.166
	Tag:         v1.1.2
	SHA:         08dd0006
	Built:       
	Go version:  go1.18.4
	OS/Arch:     linux/amd64
	Enabled:     RBAC
  • Kubernetes version: [kubectl version --short]
  • Platform: Digital Ocean

pcgeek86 avatar Aug 09 '22 03:08 pcgeek86

There is not enough information to provide a meaningful answer. kubectl talks to the control plane endpoint, what is the control plane endpoint for your cluster? is it a load balancer? any firewall rules? what does talosctl dmesg show on control plane nodes?

smira avatar Aug 09 '22 10:08 smira

I followed this documentation. The endpoint is the Digital Ocean load balancer that was created as part of the tutorial.

Here is the output from talosctl dmesg:

144.126.209.166: kern:  notice: [2022-08-09T17:00:56.318391814Z]: Linux version 5.15.57-talos (@buildkitsandbox) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37) #1 SMP Mon Jul 25 15:49:30 UTC 2022
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: Command line: BOOT_IMAGE=/A/vmlinuz talos.platform=digital-ocean talos.config=none console=ttyS0 console=tty0 console=tty1 init_on_alloc=1 slab_nomerge pti=on consoleblank=0 nvme_core.io_timeout=4294967295 random.trust_cpu=on printk.devkmsg=on ima_template=ima-ng ima_appraise=fix ima_hash=sha512
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: signal: max sigframe size: 1776
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: BIOS-provided physical RAM map:
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: BIOS-e820: [mem 0x0000000000100000-0x00000000bffd9fff] usable
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: BIOS-e820: [mem 0x00000000bffda000-0x00000000bfffffff] reserved
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: NX (Execute Disable) protection: active
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: SMBIOS 2.8 present.
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: DMI: DigitalOcean Droplet/Droplet, BIOS 20171212 12/12/2017
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: Hypervisor detected: KVM
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: kvm-clock: Using msrs 4b564d01 and 4b564d00
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318391814Z]: kvm-clock: cpu 0, msr 739c7001, primary cpu clock
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318392814Z]: kvm-clock: using sched offset of 51001828892382 cycles
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318397814Z]: clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318410814Z]: tsc: Detected 2494.140 MHz processor
144.126.209.166: kern:   debug: [2022-08-09T17:00:56.318986814Z]: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
144.126.209.166: kern:   debug: [2022-08-09T17:00:56.318989814Z]: e820: remove [mem 0x000a0000-0x000fffff] usable
144.126.209.166: kern:    info: [2022-08-09T17:00:56.318995814Z]: last_pfn = 0x140000 max_arch_pfn = 0x400000000
144.126.209.166: kern:    info: [2022-08-09T17:00:56.319047814Z]: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
144.126.209.166: kern:    info: [2022-08-09T17:00:56.319061814Z]: last_pfn = 0xbffda max_arch_pfn = 0x400000000
144.126.209.166: kern:    info: [2022-08-09T17:00:56.328703814Z]: found SMP MP-table at [mem 0x000f6a60-0x000f6a6f]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.328912814Z]: RAMDISK: [mem 0x3110d000-0x3487dfff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.328938814Z]: ACPI: Early table checksum verification disabled
144.126.209.166: kern:    info: [2022-08-09T17:00:56.328963814Z]: ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS )
144.126.209.166: kern:    info: [2022-08-09T17:00:56.328978814Z]: ACPI: RSDT 0x00000000BFFE19A1 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.328999814Z]: ACPI: FACP 0x00000000BFFE1785 000074 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329010814Z]: ACPI: DSDT 0x00000000BFFE0040 001745 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329014814Z]: ACPI: FACS 0x00000000BFFE0000 000040
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329018814Z]: ACPI: APIC 0x00000000BFFE17F9 000080 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329021814Z]: ACPI: HPET 0x00000000BFFE1879 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329025814Z]: ACPI: SRAT 0x00000000BFFE18B1 0000C8 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329029814Z]: ACPI: WAET 0x00000000BFFE1979 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329032814Z]: ACPI: Reserving FACP table memory at [mem 0xbffe1785-0xbffe17f8]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329034814Z]: ACPI: Reserving DSDT table memory at [mem 0xbffe0040-0xbffe1784]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329035814Z]: ACPI: Reserving FACS table memory at [mem 0xbffe0000-0xbffe003f]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329036814Z]: ACPI: Reserving APIC table memory at [mem 0xbffe17f9-0xbffe1878]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329037814Z]: ACPI: Reserving HPET table memory at [mem 0xbffe1879-0xbffe18b0]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329038814Z]: ACPI: Reserving SRAT table memory at [mem 0xbffe18b1-0xbffe1978]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329039814Z]: ACPI: Reserving WAET table memory at [mem 0xbffe1979-0xbffe19a0]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329162814Z]: SRAT: PXM 0 -> APIC 0x00 -> Node 0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329164814Z]: SRAT: PXM 0 -> APIC 0x01 -> Node 0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329167814Z]: ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329176814Z]: ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xbfffffff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329178814Z]: ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x13fffffff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329180814Z]: NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xbfffffff] -> [mem 0x00000000-0xbfffffff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329183814Z]: NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x13fffffff] -> [mem 0x00000000-0x13fffffff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329190814Z]: NODE_DATA(0) allocated [mem 0x13fff9000-0x13fffcfff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329231814Z]: Zone ranges:
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329238814Z]:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329244814Z]:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329250814Z]:   Normal   [mem 0x0000000100000000-0x000000013fffffff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329254814Z]: Movable zone start for each node
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329255814Z]: Early memory node ranges
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329257814Z]:   node   0: [mem 0x0000000000001000-0x000000000009efff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329259814Z]:   node   0: [mem 0x0000000000100000-0x00000000bffd9fff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329261814Z]:   node   0: [mem 0x0000000100000000-0x000000013fffffff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329263814Z]: Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329278814Z]: On node 0, zone DMA: 1 pages in unavailable ranges
144.126.209.166: kern:    info: [2022-08-09T17:00:56.329420814Z]: On node 0, zone DMA: 97 pages in unavailable ranges
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364003814Z]: On node 0, zone Normal: 38 pages in unavailable ranges
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364473814Z]: ACPI: PM-Timer IO Port: 0x608
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364491814Z]: ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364522814Z]: IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364526814Z]: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364528814Z]: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364541814Z]: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364545814Z]: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364546814Z]: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364550814Z]: ACPI: Using ACPI (MADT) for SMP configuration information
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364552814Z]: ACPI: HPET id: 0x8086a201 base: 0xfed00000
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364562814Z]: TSC deadline timer available
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364567814Z]: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364598814Z]: [mem 0xc0000000-0xfeffbfff] available for PCI devices
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364600814Z]: Booting paravirtualized kernel on KVM
144.126.209.166: kern:    info: [2022-08-09T17:00:56.364609814Z]: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
144.126.209.166: kern:    info: [2022-08-09T17:00:56.376882814Z]: setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.378445814Z]: percpu: Embedded 55 pages/cpu s185680 r8192 d31408 u1048576
144.126.209.166: kern:   debug: [2022-08-09T17:00:56.378458814Z]: pcpu-alloc: s185680 r8192 d31408 u1048576 alloc=1*2097152
144.126.209.166: kern:   debug: [2022-08-09T17:00:56.378462814Z]: pcpu-alloc: [0] 0 1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.378497814Z]: kvm-guest: stealtime: cpu 0, msr 13bc1c0c0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.378507814Z]: Built 1 zonelists, mobility grouping on.  Total pages: 1031898
144.126.209.166: kern:    info: [2022-08-09T17:00:56.378510814Z]: Policy zone: Normal
144.126.209.166: kern:  notice: [2022-08-09T17:00:56.378513814Z]: Kernel command line: BOOT_IMAGE=/A/vmlinuz talos.platform=digital-ocean talos.config=none console=ttyS0 console=tty0 console=tty1 init_on_alloc=1 slab_nomerge pti=on consoleblank=0 nvme_core.io_timeout=4294967295 random.trust_cpu=on printk.devkmsg=on ima_template=ima-ng ima_appraise=fix ima_hash=sha512
144.126.209.166: kern:  notice: [2022-08-09T17:00:56.379337814Z]: Unknown kernel command line parameters "BOOT_IMAGE=/A/vmlinuz pti=on", will be passed to user space.
144.126.209.166: kern:    info: [2022-08-09T17:00:56.382048814Z]: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.383264814Z]: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.383330814Z]: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
144.126.209.166: kern:    info: [2022-08-09T17:00:56.443633814Z]: Memory: 3936104K/4193760K available (30745K kernel code, 3908K rwdata, 8260K rodata, 2436K init, 2420K bss, 257396K reserved, 0K cma-reserved)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.443986814Z]: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.444004814Z]: Kernel/User page tables isolation: enabled
144.126.209.166: kern:    info: [2022-08-09T17:00:56.444449814Z]: rcu: Hierarchical RCU implementation.
144.126.209.166: kern:    info: [2022-08-09T17:00:56.444451814Z]: rcu: \x09RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
144.126.209.166: kern:    info: [2022-08-09T17:00:56.444453814Z]: \x09Tracing variant of Tasks RCU enabled.
144.126.209.166: kern:    info: [2022-08-09T17:00:56.444457814Z]: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
144.126.209.166: kern:    info: [2022-08-09T17:00:56.444458814Z]: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
144.126.209.166: kern:    info: [2022-08-09T17:00:56.447527814Z]: NR_IRQS: 33024, nr_irqs: 440, preallocated irqs: 16
144.126.209.166: kern:  notice: [2022-08-09T17:00:56.447743814Z]: random: crng init done
144.126.209.166: kern:    info: [2022-08-09T17:00:56.454474814Z]: Console: colour VGA+ 80x25
144.126.209.166: kern:    info: [2022-08-09T17:00:56.484403814Z]: printk: console [tty0] enabled
144.126.209.166: kern:    info: [2022-08-09T17:00:56.556873814Z]: printk: console [ttyS0] enabled
144.126.209.166: kern:    info: [2022-08-09T17:00:56.557743814Z]: ACPI: Core revision 20210730
144.126.209.166: kern:    info: [2022-08-09T17:00:56.558693814Z]: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
144.126.209.166: kern:    info: [2022-08-09T17:00:56.560335814Z]: APIC: Switch to symmetric I/O mode setup
144.126.209.166: kern:    info: [2022-08-09T17:00:56.561415814Z]: x2apic enabled
144.126.209.166: kern:    info: [2022-08-09T17:00:56.562032814Z]: Switched APIC routing to physical x2apic.
144.126.209.166: kern:    info: [2022-08-09T17:00:56.563606814Z]: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.564489814Z]: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23f39a1d859, max_idle_ns: 440795326830 ns
144.126.209.166: kern:    info: [2022-08-09T17:00:56.565837814Z]: Calibrating delay loop (skipped) preset value.. 4988.28 BogoMIPS (lpj=9976560)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.567039814Z]: pid_max: default: 32768 minimum: 301
144.126.209.166: kern:    info: [2022-08-09T17:00:56.567819814Z]: LSM: Security Framework initializing
144.126.209.166: kern:    info: [2022-08-09T17:00:56.569859814Z]: Yama: becoming mindful.
144.126.209.166: kern:    info: [2022-08-09T17:00:56.571846814Z]: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.573085814Z]: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.574486814Z]: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.575319814Z]: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.576100814Z]: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
144.126.209.166: kern:    info: [2022-08-09T17:00:56.577839814Z]: Spectre V2 : Mitigation: Retpolines
144.126.209.166: kern:    info: [2022-08-09T17:00:56.578450814Z]: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
144.126.209.166: kern:    info: [2022-08-09T17:00:56.579485814Z]: Spectre V2 : Enabling Restricted Speculation for firmware calls
144.126.209.166: kern:    info: [2022-08-09T17:00:56.580320814Z]: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
144.126.209.166: kern:    info: [2022-08-09T17:00:56.581345814Z]: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
144.126.209.166: kern:    info: [2022-08-09T17:00:56.581839814Z]: MDS: Mitigation: Clear CPU buffers
144.126.209.166: kern:    info: [2022-08-09T17:00:56.582436814Z]: MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
144.126.209.166: kern:    info: [2022-08-09T17:00:56.617388814Z]: Freeing SMP alternatives memory: 72K
144.126.209.166: kern:    info: [2022-08-09T17:00:56.618033814Z]: smpboot: CPU0: Intel DO-Regular (family: 0x6, model: 0x3f, stepping: 0x2)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.619335814Z]: Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only.
144.126.209.166: kern:    info: [2022-08-09T17:00:56.620463814Z]: rcu: Hierarchical SRCU implementation.
144.126.209.166: kern:    info: [2022-08-09T17:00:56.621341814Z]: smp: Bringing up secondary CPUs ...
144.126.209.166: kern:    info: [2022-08-09T17:00:56.621880814Z]: x86: Booting SMP configuration:
144.126.209.166: kern:    info: [2022-08-09T17:00:56.622486814Z]: .... node  #0, CPUs:      #1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.436500814Z]: kvm-clock: cpu 1, msr 739c7041, secondary cpu clock
144.126.209.166: kern:    info: [2022-08-09T17:00:56.623252814Z]: kvm-guest: stealtime: cpu 1, msr 13bd1c0c0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.623377814Z]: smp: Brought up 1 node, 2 CPUs
144.126.209.166: kern:    info: [2022-08-09T17:00:56.623377814Z]: smpboot: Max logical packages: 1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.625843814Z]: smpboot: Total of 2 processors activated (9976.56 BogoMIPS)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.627114814Z]: devtmpfs: initialized
144.126.209.166: kern:    info: [2022-08-09T17:00:56.627114814Z]: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
144.126.209.166: kern:    info: [2022-08-09T17:00:56.627204814Z]: futex hash table entries: 512 (order: 3, 32768 bytes, linear)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.630106814Z]: PM: RTC time: 17:00:56, date: 2022-08-09
144.126.209.166: kern:    info: [2022-08-09T17:00:56.631373814Z]: NET: Registered PF_NETLINK/PF_ROUTE protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:56.634081814Z]: audit: initializing netlink subsys (disabled)
144.126.209.166: kern:  notice: [2022-08-09T17:00:56.635230814Z]: audit: type=2000 audit(1660064456.802:1): state=initialized audit_enabled=0 res=1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.635230814Z]: thermal_sys: Registered thermal governor 'step_wise'
144.126.209.166: kern:    info: [2022-08-09T17:00:56.637848814Z]: thermal_sys: Registered thermal governor 'user_space'
144.126.209.166: kern:    info: [2022-08-09T17:00:56.639004814Z]: cpuidle: using governor menu
144.126.209.166: kern:    info: [2022-08-09T17:00:56.639855814Z]: ACPI: bus type PCI registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.640553814Z]: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
144.126.209.166: kern:    info: [2022-08-09T17:00:56.642046814Z]: dca service started, version 1.12.1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.643068814Z]: PCI: Using configuration type 1 for base access
144.126.209.166: kern:    info: [2022-08-09T17:00:56.650584814Z]: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
144.126.209.166: kern:    info: [2022-08-09T17:00:56.651043814Z]: cryptd: max_cpu_qlen set to 1000
144.126.209.166: kern:    info: [2022-08-09T17:00:56.653943814Z]: ACPI: Added _OSI(Module Device)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.654886814Z]: ACPI: Added _OSI(Processor Device)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.655783814Z]: ACPI: Added _OSI(3.0 _SCP Extensions)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.656511814Z]: ACPI: Added _OSI(Processor Aggregator Device)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.657866814Z]: ACPI: Added _OSI(Linux-Dell-Video)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.658475814Z]: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.659267814Z]: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.660753814Z]: ACPI: 1 ACPI AML tables successfully acquired and loaded
144.126.209.166: kern:    info: [2022-08-09T17:00:56.662365814Z]: ACPI: Interpreter enabled
144.126.209.166: kern:    info: [2022-08-09T17:00:56.663027814Z]: ACPI: PM: (supports S0 S3 S5)
144.126.209.166: kern:    info: [2022-08-09T17:00:56.663689814Z]: ACPI: Using IOAPIC for interrupt routing
144.126.209.166: kern:    info: [2022-08-09T17:00:56.664488814Z]: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
144.126.209.166: kern:    info: [2022-08-09T17:00:56.665690814Z]: ACPI: Enabled 2 GPEs in block 00 to 0F
144.126.209.166: kern:    info: [2022-08-09T17:00:56.667447814Z]: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
144.126.209.166: kern:    info: [2022-08-09T17:00:56.668245814Z]: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
 SUBSYSTEM=acpi
 DEVICE=+acpi:PNP0A03:00
144.126.209.166: kern: warning: [2022-08-09T17:00:56.669367814Z]: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
 SUBSYSTEM=acpi
 DEVICE=+acpi:PNP0A03:00
144.126.209.166: kern:    info: [2022-08-09T17:00:56.670052814Z]: acpiphp: Slot [3] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.670582814Z]: acpiphp: Slot [4] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.671139814Z]: acpiphp: Slot [5] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.671798814Z]: acpiphp: Slot [6] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.672358814Z]: acpiphp: Slot [7] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.672898814Z]: acpiphp: Slot [8] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.673433814Z]: acpiphp: Slot [9] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.673854814Z]: acpiphp: Slot [10] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.674434814Z]: acpiphp: Slot [11] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.675038814Z]: acpiphp: Slot [12] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.675668814Z]: acpiphp: Slot [13] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.676207814Z]: acpiphp: Slot [14] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.676794814Z]: acpiphp: Slot [15] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.677336814Z]: acpiphp: Slot [16] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.677851814Z]: acpiphp: Slot [17] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.678404814Z]: acpiphp: Slot [18] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.678960814Z]: acpiphp: Slot [19] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.679591814Z]: acpiphp: Slot [20] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.680129814Z]: acpiphp: Slot [21] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.680675814Z]: acpiphp: Slot [22] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.681305814Z]: acpiphp: Slot [23] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.681855814Z]: acpiphp: Slot [24] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.682402814Z]: acpiphp: Slot [25] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.684255814Z]: acpiphp: Slot [26] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.684948814Z]: acpiphp: Slot [27] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.685578814Z]: acpiphp: Slot [28] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.685863814Z]: acpiphp: Slot [29] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.686431814Z]: acpiphp: Slot [30] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.687051814Z]: acpiphp: Slot [31] registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.687596814Z]: PCI host bridge to bus 0000:00
144.126.209.166: kern:    info: [2022-08-09T17:00:56.688125814Z]: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
 SUBSYSTEM=pci_bus
 DEVICE=+pci_bus:0000:00
144.126.209.166: kern:    info: [2022-08-09T17:00:56.689039814Z]: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
 SUBSYSTEM=pci_bus
 DEVICE=+pci_bus:0000:00
144.126.209.166: kern:    info: [2022-08-09T17:00:56.689837814Z]: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
 SUBSYSTEM=pci_bus
 DEVICE=+pci_bus:0000:00
144.126.209.166: kern:    info: [2022-08-09T17:00:56.690794814Z]: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
 SUBSYSTEM=pci_bus
 DEVICE=+pci_bus:0000:00
144.126.209.166: kern:    info: [2022-08-09T17:00:56.691708814Z]: pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]
 SUBSYSTEM=pci_bus
 DEVICE=+pci_bus:0000:00
144.126.209.166: kern:    info: [2022-08-09T17:00:56.692656814Z]: pci_bus 0000:00: root bus resource [bus 00-ff]
 SUBSYSTEM=pci_bus
 DEVICE=+pci_bus:0000:00
144.126.209.166: kern:    info: [2022-08-09T17:00:56.693592814Z]: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:00.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.694641814Z]: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.695900814Z]: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.699143814Z]: pci 0000:00:01.1: reg 0x20: [io  0xc200-0xc20f]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.700912814Z]: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.701780814Z]: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.701838814Z]: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.702677814Z]: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.1
144.126.209.166: kern:    info: [2022-08-09T17:00:56.703694814Z]: pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.2
144.126.209.166: kern:    info: [2022-08-09T17:00:56.707416814Z]: pci 0000:00:01.2: reg 0x20: [io  0xc180-0xc19f]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.2
144.126.209.166: kern:    info: [2022-08-09T17:00:56.709279814Z]: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.3
144.126.209.166: kern:    info: [2022-08-09T17:00:56.710166814Z]: pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.3
144.126.209.166: kern:    info: [2022-08-09T17:00:56.712547814Z]: pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.3
144.126.209.166: kern:    info: [2022-08-09T17:00:56.713824814Z]: pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:02.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.719944814Z]: pci 0000:00:02.0: reg 0x10: [mem 0xf8000000-0xfbffffff]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:02.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.723785814Z]: pci 0000:00:02.0: reg 0x14: [mem 0xfc000000-0xfcffffff]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:02.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.728206814Z]: pci 0000:00:02.0: reg 0x18: [mem 0xfd010000-0xfd011fff]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:02.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.733948814Z]: pci 0000:00:02.0: reg 0x1c: [io  0xc1a0-0xc1bf]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:02.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.743777814Z]: pci 0000:00:02.0: reg 0x30: [mem 0xfd000000-0xfd00ffff pref]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:02.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.745125814Z]: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:02.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.746920814Z]: pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:03.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.749584814Z]: pci 0000:00:03.0: reg 0x10: [io  0xc1c0-0xc1df]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:03.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.750830814Z]: pci 0000:00:03.0: reg 0x14: [mem 0xfd012000-0xfd012fff]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:03.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.755480814Z]: pci 0000:00:03.0: reg 0x20: [mem 0xfebe8000-0xfebebfff 64bit pref]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:03.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.760399814Z]: pci 0000:00:04.0: [1af4:1000] type 00 class 0x020000
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:04.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.761839814Z]: pci 0000:00:04.0: reg 0x10: [io  0xc1e0-0xc1ff]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:04.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.763498814Z]: pci 0000:00:04.0: reg 0x14: [mem 0xfd013000-0xfd013fff]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:04.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.767361814Z]: pci 0000:00:04.0: reg 0x20: [mem 0xfebec000-0xfebeffff 64bit pref]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:04.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.771737814Z]: pci 0000:00:05.0: [1af4:1004] type 00 class 0x010000
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:05.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.773522814Z]: pci 0000:00:05.0: reg 0x10: [io  0xc100-0xc13f]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:05.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.774786814Z]: pci 0000:00:05.0: reg 0x14: [mem 0xfd014000-0xfd014fff]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:05.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.780149814Z]: pci 0000:00:05.0: reg 0x20: [mem 0xfebf0000-0xfebf3fff 64bit pref]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:05.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.782768814Z]: pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:06.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.784755814Z]: pci 0000:00:06.0: reg 0x10: [io  0xc000-0xc07f]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:06.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.787506814Z]: pci 0000:00:06.0: reg 0x14: [mem 0xfd015000-0xfd015fff]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:06.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.792921814Z]: pci 0000:00:06.0: reg 0x20: [mem 0xfebf4000-0xfebf7fff 64bit pref]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:06.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.796600814Z]: pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:07.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.798574814Z]: pci 0000:00:07.0: reg 0x10: [io  0xc080-0xc0ff]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:07.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.801842814Z]: pci 0000:00:07.0: reg 0x14: [mem 0xfd016000-0xfd016fff]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:07.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.805841814Z]: pci 0000:00:07.0: reg 0x20: [mem 0xfebf8000-0xfebfbfff 64bit pref]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:07.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.810730814Z]: pci 0000:00:08.0: [1af4:1002] type 00 class 0x00ff00
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:08.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.812455814Z]: pci 0000:00:08.0: reg 0x10: [io  0xc140-0xc17f]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:08.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.816798814Z]: pci 0000:00:08.0: reg 0x20: [mem 0xfebfc000-0xfebfffff 64bit pref]
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:08.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.820032814Z]: ACPI: PCI: Interrupt link LNKA configured for IRQ 10
144.126.209.166: kern:    info: [2022-08-09T17:00:56.820960814Z]: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
144.126.209.166: kern:    info: [2022-08-09T17:00:56.821903814Z]: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
144.126.209.166: kern:    info: [2022-08-09T17:00:56.822741814Z]: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
144.126.209.166: kern:    info: [2022-08-09T17:00:56.823520814Z]: ACPI: PCI: Interrupt link LNKS configured for IRQ 9
144.126.209.166: kern:    info: [2022-08-09T17:00:56.824986814Z]: iommu: Default domain type: Translated
144.126.209.166: kern:    info: [2022-08-09T17:00:56.824986814Z]: iommu: DMA domain TLB invalidation policy: lazy mode
144.126.209.166: kern:    info: [2022-08-09T17:00:56.825875814Z]: pci 0000:00:02.0: vgaarb: setting as boot VGA device
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:02.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.826728814Z]: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:02.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.827767814Z]: pci 0000:00:02.0: vgaarb: bridge control possible
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:02.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.828510814Z]: vgaarb: loaded
144.126.209.166: kern:  notice: [2022-08-09T17:00:56.829230814Z]: SCSI subsystem initialized
144.126.209.166: kern:   debug: [2022-08-09T17:00:56.829916814Z]: libata version 3.00 loaded.
144.126.209.166: kern:    info: [2022-08-09T17:00:56.829935814Z]: ACPI: bus type USB registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.830541814Z]: usbcore: registered new interface driver usbfs
144.126.209.166: kern:    info: [2022-08-09T17:00:56.831280814Z]: usbcore: registered new interface driver hub
144.126.209.166: kern:    info: [2022-08-09T17:00:56.831965814Z]: usbcore: registered new device driver usb
144.126.209.166: kern:    info: [2022-08-09T17:00:56.832631814Z]: pps_core: LinuxPPS API ver. 1 registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.833282814Z]: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
144.126.209.166: kern:    info: [2022-08-09T17:00:56.833852814Z]: PTP clock support registered
144.126.209.166: kern:    info: [2022-08-09T17:00:56.834540814Z]: EDAC MC: Ver: 3.0.0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.834589814Z]: NET: Registered PF_ATMPVC protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:56.834891814Z]: NET: Registered PF_ATMSVC protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:56.835552814Z]: NetLabel: Initializing
144.126.209.166: kern:    info: [2022-08-09T17:00:56.836089814Z]: NetLabel:  domain hash size = 128
144.126.209.166: kern:    info: [2022-08-09T17:00:56.837838814Z]: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
144.126.209.166: kern:    info: [2022-08-09T17:00:56.838715814Z]: NetLabel:  unlabeled traffic allowed by default
144.126.209.166: kern:    info: [2022-08-09T17:00:56.839475814Z]: PCI: Using ACPI for IRQ routing
144.126.209.166: kern:   debug: [2022-08-09T17:00:56.839475814Z]: PCI: pci_cache_line_size set to 64 bytes
144.126.209.166: kern:   debug: [2022-08-09T17:00:56.839475814Z]: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
144.126.209.166: kern:   debug: [2022-08-09T17:00:56.839475814Z]: e820: reserve RAM buffer [mem 0xbffda000-0xbfffffff]
144.126.209.166: kern:    info: [2022-08-09T17:00:56.840074814Z]: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
144.126.209.166: kern:    info: [2022-08-09T17:00:56.841838814Z]: hpet0: 3 comparators, 64-bit 100.000000 MHz counter
144.126.209.166: kern:    info: [2022-08-09T17:00:56.845941814Z]: clocksource: Switched to clocksource kvm-clock
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.033017814Z]: VFS: Disk quotas dquot_6.6.0
144.126.209.166: kern:    info: [2022-08-09T17:00:57.033705814Z]: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.034616814Z]: pnp: PnP ACPI init
144.126.209.166: kern:    info: [2022-08-09T17:00:57.035335814Z]: pnp: PnP ACPI: found 4 devices
144.126.209.166: kern:    info: [2022-08-09T17:00:57.046662814Z]: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
144.126.209.166: kern:    info: [2022-08-09T17:00:57.047996814Z]: NET: Registered PF_INET protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:57.049027814Z]: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.051943814Z]: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.053348814Z]: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.054626814Z]: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.055933814Z]: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.056898814Z]: TCP: Hash tables configured (established 32768 bind 32768)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.057863814Z]: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.058821814Z]: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.059742814Z]: NET: Registered PF_UNIX/PF_LOCAL protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:57.060745814Z]: RPC: Registered named UNIX socket transport module.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.061531814Z]: RPC: Registered udp transport module.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.062151814Z]: RPC: Registered tcp transport module.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.062748814Z]: RPC: Registered tcp NFSv4.1 backchannel transport module.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.063807814Z]: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
 SUBSYSTEM=pci_bus
 DEVICE=+pci_bus:0000:00
144.126.209.166: kern:    info: [2022-08-09T17:00:57.064613814Z]: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
 SUBSYSTEM=pci_bus
 DEVICE=+pci_bus:0000:00
144.126.209.166: kern:    info: [2022-08-09T17:00:57.065420814Z]: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
 SUBSYSTEM=pci_bus
 DEVICE=+pci_bus:0000:00
144.126.209.166: kern:    info: [2022-08-09T17:00:57.066351814Z]: pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
 SUBSYSTEM=pci_bus
 DEVICE=+pci_bus:0000:00
144.126.209.166: kern:    info: [2022-08-09T17:00:57.074701814Z]: pci_bus 0000:00: resource 8 [mem 0x140000000-0x1bfffffff window]
 SUBSYSTEM=pci_bus
 DEVICE=+pci_bus:0000:00
144.126.209.166: kern:    info: [2022-08-09T17:00:57.075743814Z]: pci 0000:00:01.0: PIIX3: Enabling Passive Release
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.0
144.126.209.166: kern:    info: [2022-08-09T17:00:57.076500814Z]: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:00.0
144.126.209.166: kern:    info: [2022-08-09T17:00:57.077242814Z]: pci 0000:00:01.0: Activating ISA DMA hang workarounds
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.0
144.126.209.166: kern:    info: [2022-08-09T17:00:57.092324814Z]: ACPI: \x5c_SB_.LNKD: Enabled at IRQ 11
144.126.209.166: kern:    info: [2022-08-09T17:00:57.107761814Z]: pci 0000:00:01.2: quirk_usb_early_handoff+0x0/0x730 took 29051 usecs
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.2
144.126.209.166: kern:    info: [2022-08-09T17:00:57.108840814Z]: PCI: CLS 0 bytes, default 64
144.126.209.166: kern:    info: [2022-08-09T17:00:57.109459814Z]: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.109683814Z]: Unpacking initramfs...
144.126.209.166: kern:    info: [2022-08-09T17:00:57.110373814Z]: software IO TLB: mapped [mem 0x00000000bbfda000-0x00000000bffda000] (64MB)
144.126.209.166: kern:     err: [2022-08-09T17:00:57.124844814Z]: kvm: already loaded the other module
144.126.209.166: kern:    info: [2022-08-09T17:00:57.125618814Z]: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23f39a1d859, max_idle_ns: 440795326830 ns
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.128543814Z]: Initialise system trusted keyrings
144.126.209.166: kern:    info: [2022-08-09T17:00:57.129638814Z]: workingset: timestamp_bits=40 max_order=20 bucket_order=0
144.126.209.166: kern:    info: [2022-08-09T17:00:57.132620814Z]: squashfs: version 4.0 (2009/01/31) Phillip Lougher
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.133865814Z]: NFS: Registering the id_resolver key type
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.134565814Z]: Key type id_resolver registered
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.135126814Z]: Key type id_legacy registered
144.126.209.166: kern:    info: [2022-08-09T17:00:57.135672814Z]: nfs4filelayout_init: NFSv4 File Layout Driver Registering...
144.126.209.166: kern:    info: [2022-08-09T17:00:57.136516814Z]: nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.142203814Z]: Key type cifs.spnego registered
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.142936814Z]: Key type cifs.idmap registered
144.126.209.166: kern:    info: [2022-08-09T17:00:57.143639814Z]: fuse: init (API version 7.34)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.145629814Z]: SGI XFS with ACLs, security attributes, quota, no debug enabled
144.126.209.166: kern:    info: [2022-08-09T17:00:57.147290814Z]: ceph: loaded (mds proto 32)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.155224814Z]: NET: Registered PF_ALG protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:57.156012814Z]: xor: automatically using best checksumming function   avx
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.156934814Z]: Key type asymmetric registered
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.157553814Z]: Asymmetric key parser 'x509' registered
144.126.209.166: kern:    info: [2022-08-09T17:00:57.158389814Z]: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.159442814Z]: io scheduler mq-deadline registered
144.126.209.166: kern:    info: [2022-08-09T17:00:57.160177814Z]: io scheduler kyber registered
144.126.209.166: kern:    info: [2022-08-09T17:00:57.161281814Z]: IPMI message handler: version 39.2
144.126.209.166: kern:    info: [2022-08-09T17:00:57.162023814Z]: ipmi device interface
144.126.209.166: kern:    info: [2022-08-09T17:00:57.162642814Z]: ipmi_si: IPMI System Interface driver
144.126.209.166: kern: warning: [2022-08-09T17:00:57.163438814Z]: ipmi_si: Unable to find any System Interface(s)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.164153814Z]: IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
144.126.209.166: kern:    info: [2022-08-09T17:00:57.165450814Z]: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
144.126.209.166: kern:    info: [2022-08-09T17:00:57.166686814Z]: ACPI: button: Power Button [PWRF]
144.126.209.166: kern:    info: [2022-08-09T17:00:57.167851814Z]: ioatdma: Intel(R) QuickData Technology Driver 5.00
144.126.209.166: kern:    info: [2022-08-09T17:00:57.184201814Z]: ACPI: \x5c_SB_.LNKC: Enabled at IRQ 10
144.126.209.166: kern:    info: [2022-08-09T17:00:57.217085814Z]: ACPI: \x5c_SB_.LNKA: Enabled at IRQ 10
144.126.209.166: kern:    info: [2022-08-09T17:00:57.233211814Z]: ACPI: \x5c_SB_.LNKB: Enabled at IRQ 11
144.126.209.166: kern:    info: [2022-08-09T17:00:57.266359814Z]: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
144.126.209.166: kern:    info: [2022-08-09T17:00:57.267257814Z]: 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
144.126.209.166: kern:    info: [2022-08-09T17:00:57.270485814Z]: Non-volatile memory driver v1.3
144.126.209.166: kern:    info: [2022-08-09T17:00:57.271143814Z]: Linux agpgart interface v0.103
144.126.209.166: kern:    info: [2022-08-09T17:00:57.271990814Z]: [drm] amdgpu kernel modesetting enabled.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.275579814Z]: loop: module loaded
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.277108814Z]: virtio_blk virtio3: [vda] 167772160 512-byte logical blocks (85.9 GB/80.0 GiB)
 SUBSYSTEM=virtio
 DEVICE=+virtio:virtio3
144.126.209.166: kern:    info: [2022-08-09T17:00:57.279739814Z]:  vda: vda1 vda2 vda3 vda4 vda5 vda6
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.282081814Z]: virtio_blk virtio4: [vdb] 1080 512-byte logical blocks (553 kB/540 KiB)
 SUBSYSTEM=virtio
 DEVICE=+virtio:virtio4
144.126.209.166: kern:    info: [2022-08-09T17:00:57.285923814Z]: rbd: loaded (major 252)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.286550814Z]: Guest personality initialized and is inactive
144.126.209.166: kern:    info: [2022-08-09T17:00:57.287351814Z]: VMCI host device registered (name=vmci, major=10, minor=126)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.288252814Z]: Initialized host personality
144.126.209.166: kern:    info: [2022-08-09T17:00:57.288836814Z]: Loading iSCSI transport class v2.0-870.
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.294038814Z]: iscsi: registered transport (tcp)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.294675814Z]: Adaptec aacraid driver 1.2.1[50983]-custom
144.126.209.166: kern:    info: [2022-08-09T17:00:57.295570814Z]: isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
144.126.209.166: kern:    info: [2022-08-09T17:00:57.296619814Z]: Microchip SmartPQI Driver (v2.1.10-020)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.297604814Z]: megasas: 07.717.02.00-rc1
144.126.209.166: kern:    info: [2022-08-09T17:00:57.298252814Z]: mpt3sas version 39.100.00.00 loaded
144.126.209.166: kern:    info: [2022-08-09T17:00:57.301360814Z]: scsi host0: Virtio SCSI HBA
 SUBSYSTEM=scsi
 DEVICE=+scsi:host0
144.126.209.166: kern:    info: [2022-08-09T17:00:57.314506814Z]: VMware PVSCSI driver - version 1.0.7.0-k
144.126.209.166: kern:    info: [2022-08-09T17:00:57.315325814Z]: hv_vmbus: registering driver hv_storvsc
144.126.209.166: kern:   debug: [2022-08-09T17:00:57.322375814Z]: ata_piix 0000:00:01.1: version 2.13
 SUBSYSTEM=pci
 DEVICE=+pci:0000:00:01.1
144.126.209.166: kern:    info: [2022-08-09T17:00:57.323389814Z]: scsi host1: ata_piix
 SUBSYSTEM=scsi
 DEVICE=+scsi:host1
144.126.209.166: kern:    info: [2022-08-09T17:00:57.324284814Z]: scsi host2: ata_piix
 SUBSYSTEM=scsi
 DEVICE=+scsi:host2
144.126.209.166: kern:    info: [2022-08-09T17:00:57.324786814Z]: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc200 irq 14
144.126.209.166: kern:    info: [2022-08-09T17:00:57.325764814Z]: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc208 irq 15
144.126.209.166: kern:    info: [2022-08-09T17:00:57.327851814Z]: wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.328859814Z]: wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.332996814Z]: tun: Universal TUN/TAP device driver, 1.6
144.126.209.166: kern:    info: [2022-08-09T17:00:57.339239814Z]: e100: Intel(R) PRO/100 Network Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.340020814Z]: e100: Copyright(c) 1999-2006 Intel Corporation
144.126.209.166: kern:    info: [2022-08-09T17:00:57.340853814Z]: e1000: Intel(R) PRO/1000 Network Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.341571814Z]: e1000: Copyright (c) 1999-2006 Intel Corporation.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.343012814Z]: e1000e: Intel(R) PRO/1000 Network Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.343768814Z]: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.344581814Z]: igb: Intel(R) Gigabit Ethernet Network Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.345613814Z]: igb: Copyright (c) 2007-2014 Intel Corporation.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.346576814Z]: Intel(R) 2.5G Ethernet Linux Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.347481814Z]: Copyright(c) 2018 Intel Corporation.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.348295814Z]: igbvf: Intel(R) Gigabit Virtual Function Network Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.349277814Z]: igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.350134814Z]: ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.351019814Z]: ixgbe: Copyright (c) 1999-2016 Intel Corporation.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.351872814Z]: ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.352847814Z]: ixgbevf: Copyright (c) 2009 - 2018 Intel Corporation.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.353714814Z]: i40e: Intel(R) Ethernet Connection XL710 Network Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.354533814Z]: i40e: Copyright (c) 2013 - 2019 Intel Corporation.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.355405814Z]: ixgb: Intel(R) PRO/10GbE Network Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.356068814Z]: ixgb: Copyright (c) 1999-2008 Intel Corporation.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.356779814Z]: iavf: Intel(R) Ethernet Adaptive Virtual Function Network Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.357651814Z]: Copyright (c) 2013 - 2018 Intel Corporation.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.358519814Z]: sky2: driver version 1.30
144.126.209.166: kern:    info: [2022-08-09T17:00:57.359332814Z]: QLogic 1/10 GbE Converged/Intelligent Ethernet Driver v5.3.66
144.126.209.166: kern:    info: [2022-08-09T17:00:57.360229814Z]: QLogic/NetXen Network Driver v4.0.82
144.126.209.166: kern:    info: [2022-08-09T17:00:57.360861814Z]: QLogic FastLinQ 4xxxx Core Module qed
144.126.209.166: kern:    info: [2022-08-09T17:00:57.361532814Z]: qede init: QLogic FastLinQ 4xxxx Ethernet Driver qede
144.126.209.166: kern:    info: [2022-08-09T17:00:57.364467814Z]: VMware vmxnet3 virtual NIC driver - version 1.6.0.0-k-NAPI
144.126.209.166: kern:    info: [2022-08-09T17:00:57.365443814Z]: usbcore: registered new interface driver r8152
144.126.209.166: kern:    info: [2022-08-09T17:00:57.366207814Z]: hv_vmbus: registering driver hv_netvsc
144.126.209.166: kern:    info: [2022-08-09T17:00:57.366838814Z]: Fusion MPT base driver 3.04.20
144.126.209.166: kern:    info: [2022-08-09T17:00:57.367387814Z]: Copyright (c) 1999-2008 LSI Corporation
144.126.209.166: kern:    info: [2022-08-09T17:00:57.368021814Z]: Fusion MPT SAS Host driver 3.04.20
144.126.209.166: kern:    info: [2022-08-09T17:00:57.368672814Z]: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.369646814Z]: ehci-pci: EHCI PCI platform driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.370475814Z]: usbcore: registered new interface driver cdc_acm
144.126.209.166: kern:    info: [2022-08-09T17:00:57.371227814Z]: cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
144.126.209.166: kern:    info: [2022-08-09T17:00:57.372593814Z]: usbcore: registered new interface driver usb-storage
144.126.209.166: kern:    info: [2022-08-09T17:00:57.373775814Z]: usbcore: registered new interface driver ch341
144.126.209.166: kern:    info: [2022-08-09T17:00:57.374823814Z]: usbserial: USB Serial support registered for ch341-uart
144.126.209.166: kern:    info: [2022-08-09T17:00:57.375987814Z]: usbcore: registered new interface driver cp210x
144.126.209.166: kern:    info: [2022-08-09T17:00:57.377023814Z]: usbserial: USB Serial support registered for cp210x
144.126.209.166: kern:    info: [2022-08-09T17:00:57.378230814Z]: usbcore: registered new interface driver ftdi_sio
144.126.209.166: kern:    info: [2022-08-09T17:00:57.379436814Z]: usbserial: USB Serial support registered for FTDI USB Serial Device
144.126.209.166: kern:    info: [2022-08-09T17:00:57.380606814Z]: usbcore: registered new interface driver pl2303
144.126.209.166: kern:    info: [2022-08-09T17:00:57.381366814Z]: usbserial: USB Serial support registered for pl2303
144.126.209.166: kern:    info: [2022-08-09T17:00:57.382168814Z]: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
144.126.209.166: kern:    info: [2022-08-09T17:00:57.384109814Z]: serio: i8042 KBD port at 0x60,0x64 irq 1
144.126.209.166: kern:    info: [2022-08-09T17:00:57.384755814Z]: serio: i8042 AUX port at 0x60,0x64 irq 12
144.126.209.166: kern:    info: [2022-08-09T17:00:57.385800814Z]: hv_vmbus: registering driver hyperv_keyboard
144.126.209.166: kern:    info: [2022-08-09T17:00:57.386558814Z]: mousedev: PS/2 mouse device common for all mice
144.126.209.166: kern:    info: [2022-08-09T17:00:57.387676814Z]: rtc_cmos 00:03: RTC can wake from S4
 SUBSYSTEM=pnp
 DEVICE=+pnp:00:03
144.126.209.166: kern:    info: [2022-08-09T17:00:57.388637814Z]: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
144.126.209.166: kern:    info: [2022-08-09T17:00:57.391757814Z]: rtc_cmos 00:03: registered as rtc0
 SUBSYSTEM=pnp
 DEVICE=+pnp:00:03
144.126.209.166: kern:    info: [2022-08-09T17:00:57.392491814Z]: rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
 SUBSYSTEM=pnp
 DEVICE=+pnp:00:03
144.126.209.166: kern: warning: [2022-08-09T17:00:57.395066814Z]: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.396810814Z]: device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: [email protected]
144.126.209.166: kern:    info: [2022-08-09T17:00:57.398158814Z]: intel_pstate: CPU model not supported
144.126.209.166: kern:    info: [2022-08-09T17:00:57.398841814Z]: sdhci: Secure Digital Host Controller Interface driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.399708814Z]: sdhci: Copyright(c) Pierre Ossman
144.126.209.166: kern:    info: [2022-08-09T17:00:57.400681814Z]: sdhci-pltfm: SDHCI platform and OF driver helper
144.126.209.166: kern:    info: [2022-08-09T17:00:57.401881814Z]: hid: raw HID events driver (C) Jiri Kosina
144.126.209.166: kern:    info: [2022-08-09T17:00:57.402922814Z]: usbcore: registered new interface driver usbhid
144.126.209.166: kern:    info: [2022-08-09T17:00:57.403640814Z]: usbhid: USB HID core driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.405023814Z]: hv_utils: Registering HyperV Utility Driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.405797814Z]: hv_vmbus: registering driver hv_utils
144.126.209.166: kern:    info: [2022-08-09T17:00:57.406640814Z]: NET: Registered PF_LLC protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:57.407425814Z]: GACT probability NOT on
144.126.209.166: kern:    info: [2022-08-09T17:00:57.407927814Z]: Mirror/redirect action on
144.126.209.166: kern:    info: [2022-08-09T17:00:57.408441814Z]: Simple TC action Loaded
144.126.209.166: kern:    info: [2022-08-09T17:00:57.409230814Z]: netem: version 1.3
144.126.209.166: kern:    info: [2022-08-09T17:00:57.409877814Z]: u32 classifier
144.126.209.166: kern:    info: [2022-08-09T17:00:57.410344814Z]:     input device check on
144.126.209.166: kern:    info: [2022-08-09T17:00:57.411056814Z]:     Actions configured
144.126.209.166: kern:    info: [2022-08-09T17:00:57.412827814Z]: xt_time: kernel timezone is -0000
144.126.209.166: kern:    info: [2022-08-09T17:00:57.413564814Z]: IPVS: Registered protocols (TCP, UDP)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.414337814Z]: IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.415745814Z]: IPVS: ipvs loaded.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.416335814Z]: IPVS: [rr] scheduler registered.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.416972814Z]: IPVS: [wrr] scheduler registered.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.417588814Z]: IPVS: [lc] scheduler registered.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.418217814Z]: IPVS: [sh] scheduler registered.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.418842814Z]: ipip: IPv4 and MPLS over IPv4 tunneling driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.420138814Z]: gre: GRE over IPv4 demultiplexor driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.421089814Z]: Initializing XFRM netlink socket
144.126.209.166: kern:    info: [2022-08-09T17:00:57.421952814Z]: NET: Registered PF_INET6 protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:57.432805814Z]: Segment Routing with IPv6
144.126.209.166: kern:    info: [2022-08-09T17:00:57.433383814Z]: In-situ OAM (IOAM) with IPv6
144.126.209.166: kern:    info: [2022-08-09T17:00:57.433984814Z]: mip6: Mobile IPv6
144.126.209.166: kern:    info: [2022-08-09T17:00:57.434542814Z]: sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
144.126.209.166: kern:    info: [2022-08-09T17:00:57.435924814Z]: NET: Registered PF_PACKET protocol family
144.126.209.166: kern:  notice: [2022-08-09T17:00:57.436766814Z]: Bridge firewalling registered
144.126.209.166: kern:    info: [2022-08-09T17:00:57.437515814Z]: NET: Registered PF_APPLETALK protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:57.438276814Z]: NET: Registered PF_X25 protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:57.439031814Z]: X25: Linux Version 0.2
144.126.209.166: kern:    info: [2022-08-09T17:00:57.439636814Z]: RPC: Registered rdma transport module.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.440346814Z]: RPC: Registered rdma backchannel transport module.
144.126.209.166: kern:    info: [2022-08-09T17:00:57.441169814Z]: l2tp_core: L2TP core driver, V2.0
144.126.209.166: kern:    info: [2022-08-09T17:00:57.441852814Z]: NET4: DECnet for Linux: V.2.5.68s (C) 1995-2003 Linux DECnet Project Team
144.126.209.166: kern:    info: [2022-08-09T17:00:57.442901814Z]: DECnet: Routing cache hash table of 1024 buckets, 16Kbytes
144.126.209.166: kern:    info: [2022-08-09T17:00:57.443732814Z]: NET: Registered PF_DECnet protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:57.444394814Z]: NET: Registered PF_PHONET protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:57.445099814Z]: 8021q: 802.1Q VLAN Support v1.8
144.126.209.166: kern:    info: [2022-08-09T17:00:57.450331814Z]: DCCP: Activated CCID 2 (TCP-like)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.450968814Z]: DCCP: Activated CCID 3 (TCP-Friendly Rate Control)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.451902814Z]: sctp: Hash tables configured (bind 256/256)
144.126.209.166: kern:    info: [2022-08-09T17:00:57.452834814Z]: NET: Registered PF_RDS protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:58.002783814Z]: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3
144.126.209.166: kern:    info: [2022-08-09T17:00:58.070691814Z]: Freeing initrd memory: 56772K
144.126.209.166: kern:    info: [2022-08-09T17:00:58.075491814Z]: NET: Registered PF_IEEE802154 protocol family
144.126.209.166: kern:  notice: [2022-08-09T17:00:58.076337814Z]: Key type dns_resolver registered
144.126.209.166: kern:  notice: [2022-08-09T17:00:58.077057814Z]: Key type ceph registered
144.126.209.166: kern:    info: [2022-08-09T17:00:58.077741814Z]: libceph: loaded (mon/osd proto 15/24)
144.126.209.166: kern:    info: [2022-08-09T17:00:58.078506814Z]: openvswitch: Open vSwitch switching datapath
144.126.209.166: kern:    info: [2022-08-09T17:00:58.079567814Z]: NET: Registered PF_VSOCK protocol family
144.126.209.166: kern:    info: [2022-08-09T17:00:58.080345814Z]: mpls_gso: MPLS GSO support
144.126.209.166: kern:    info: [2022-08-09T17:00:58.081288814Z]: IPI shorthand broadcast: enabled
144.126.209.166: kern:    info: [2022-08-09T17:00:58.081986814Z]: AVX2 version of gcm_enc/dec engaged.
144.126.209.166: kern:    info: [2022-08-09T17:00:58.082663814Z]: AES CTR mode by8 optimization enabled
144.126.209.166: kern:    info: [2022-08-09T17:00:58.083957814Z]: sched_clock: Marking stable (1651439284, 114109474)->(1805736236, -40187478)
144.126.209.166: kern:    info: [2022-08-09T17:00:58.085157814Z]: registered taskstats version 1
144.126.209.166: kern:  notice: [2022-08-09T17:00:58.085789814Z]: Loading compiled-in X.509 certificates
144.126.209.166: kern:  notice: [2022-08-09T17:00:58.087307814Z]: Loaded X.509 cert 'Sidero Labs, Inc.: Build time throw-away kernel key: e43b08362279333dcb176953c4af32bbb1cd57e2'
144.126.209.166: kern:    info: [2022-08-09T17:00:58.089490814Z]: ima: No TPM chip found, activating TPM-bypass!
144.126.209.166: kern:    info: [2022-08-09T17:00:58.090251814Z]: ima: Allocated hash algorithm: sha512
144.126.209.166: kern:    info: [2022-08-09T17:00:58.090879814Z]: ima: No architecture policies found
144.126.209.166: kern:    info: [2022-08-09T17:00:58.091635814Z]: PM:   Magic number: 2:453:36
144.126.209.166: kern:    info: [2022-08-09T17:00:58.092218814Z]: bdi 7:1: hash matches
 SUBSYSTEM=bdi
 DEVICE=+bdi:7:1
144.126.209.166: kern:    info: [2022-08-09T17:00:58.092747814Z]: misc loop-control: hash matches
 SUBSYSTEM=misc
 DEVICE=c10:237
144.126.209.166: kern:    info: [2022-08-09T17:00:58.093429814Z]: printk: console [netcon0] enabled
144.126.209.166: kern:    info: [2022-08-09T17:00:58.094116814Z]: netconsole: network logging started
144.126.209.166: kern:    info: [2022-08-09T17:00:58.095070814Z]: rdma_rxe: loaded
144.126.209.166: kern:  notice: [2022-08-09T17:00:58.095802814Z]: cfg80211: Loading compiled-in X.509 certificates for regulatory database
144.126.209.166: kern:  notice: [2022-08-09T17:00:58.097788814Z]: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
144.126.209.166: kern: warning: [2022-08-09T17:00:58.099169814Z]: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
 SUBSYSTEM=platform
 DEVICE=+platform:regulatory.0
144.126.209.166: kern:    info: [2022-08-09T17:00:58.100676814Z]: cfg80211: failed to load regulatory.db
144.126.209.166: kern:    info: [2022-08-09T17:00:58.103338814Z]: Freeing unused kernel image (initmem) memory: 2436K
144.126.209.166: kern:    info: [2022-08-09T17:00:58.118029814Z]: Write protecting the kernel read-only data: 43008k
144.126.209.166: kern:    info: [2022-08-09T17:00:58.122279814Z]: Freeing unused kernel image (text/rodata gap) memory: 2020K
144.126.209.166: kern:    info: [2022-08-09T17:00:58.125500814Z]: Freeing unused kernel image (rodata/data gap) memory: 1980K
144.126.209.166: kern:    info: [2022-08-09T17:00:58.129314814Z]: x86/mm: Checked W+X mappings: passed, no W+X pages found.
144.126.209.166: kern:    info: [2022-08-09T17:00:58.130394814Z]: x86/mm: Checking user space page tables
144.126.209.166: kern:    info: [2022-08-09T17:00:58.131528814Z]: x86/mm: Checked W+X mappings: passed, no W+X pages found.
144.126.209.166: kern:    info: [2022-08-09T17:00:58.132605814Z]: Run /init as init process
144.126.209.166: kern:   debug: [2022-08-09T17:00:58.133130814Z]:   with arguments:
144.126.209.166: kern:   debug: [2022-08-09T17:00:58.133131814Z]:     /init
144.126.209.166: kern:   debug: [2022-08-09T17:00:58.133132814Z]:   with environment:
144.126.209.166: kern:   debug: [2022-08-09T17:00:58.133132814Z]:     HOME=/
144.126.209.166: kern:   debug: [2022-08-09T17:00:58.133133814Z]:     TERM=linux
144.126.209.166: kern:   debug: [2022-08-09T17:00:58.133134814Z]:     BOOT_IMAGE=/A/vmlinuz
144.126.209.166: kern:   debug: [2022-08-09T17:00:58.133135814Z]:     pti=on
144.126.209.166: user: warning: [2022-08-09T17:00:58.138927814Z]: [talos] [initramfs] booting Talos v1.1.2
144.126.209.166: user: warning: [2022-08-09T17:00:58.139697814Z]: [talos] [initramfs] mounting the rootfs
144.126.209.166: kern:    info: [2022-08-09T17:00:58.140429814Z]: loop0: detected capacity change from 0 to 88608
144.126.209.166: user: warning: [2022-08-09T17:00:58.174467814Z]: [talos] [initramfs] bind mounting /lib/firmware
144.126.209.166: user: warning: [2022-08-09T17:00:58.176302814Z]: [talos] [initramfs] entering the rootfs
144.126.209.166: user: warning: [2022-08-09T17:00:58.177045814Z]: [talos] [initramfs] moving mounts to the new rootfs
144.126.209.166: user: warning: [2022-08-09T17:00:58.177929814Z]: [talos] [initramfs] changing working directory into /root
144.126.209.166: user: warning: [2022-08-09T17:00:58.178866814Z]: [talos] [initramfs] moving /root to /
144.126.209.166: user: warning: [2022-08-09T17:00:58.179531814Z]: [talos] [initramfs] changing root directory
144.126.209.166: user: warning: [2022-08-09T17:00:58.181876814Z]: [talos] [initramfs] cleaning up initramfs
144.126.209.166: user: warning: [2022-08-09T17:00:58.182742814Z]: [talos] [initramfs] executing /sbin/init
144.126.209.166: user: warning: [2022-08-09T17:01:00.867165814Z]: [talos] task setupLogger (1/1): done, 559.975\xc2\xb5s
144.126.209.166: user: warning: [2022-08-09T17:01:00.868123814Z]: [talos] phase logger (1/7): done, 1.89762ms
144.126.209.166: user: warning: [2022-08-09T17:01:00.868820814Z]: [talos] phase systemRequirements (2/7): 7 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:00.869712814Z]: [talos] task dropCapabilities (7/7): starting
144.126.209.166: user: warning: [2022-08-09T17:01:00.873593814Z]: [talos] task dropCapabilities (7/7): done, 3.886957ms
144.126.209.166: user: warning: [2022-08-09T17:01:00.874532814Z]: [talos] task enforceKSPPRequirements (1/7): starting
144.126.209.166: user: warning: [2022-08-09T17:01:00.875357814Z]: [talos] task setupSystemDirectory (2/7): starting
144.126.209.166: user: warning: [2022-08-09T17:01:00.876283814Z]: [talos] task setupSystemDirectory (2/7): done, 928.635\xc2\xb5s
144.126.209.166: user: warning: [2022-08-09T17:01:00.877248814Z]: [talos] task mountBPFFS (3/7): starting
144.126.209.166: user: warning: [2022-08-09T17:01:00.878339814Z]: [talos] task mountCgroups (4/7): starting
144.126.209.166: user: warning: [2022-08-09T17:01:00.879146814Z]: [talos] task mountCgroups (4/7): done, 870.954\xc2\xb5s
144.126.209.166: user: warning: [2022-08-09T17:01:00.880153814Z]: [talos] task mountPseudoFilesystems (5/7): starting
144.126.209.166: user: warning: [2022-08-09T17:01:00.881222814Z]: [talos] task mountPseudoFilesystems (5/7): done, 1.080655ms
144.126.209.166: user: warning: [2022-08-09T17:01:00.882187814Z]: [talos] task setRLimit (6/7): starting
144.126.209.166: user: warning: [2022-08-09T17:01:00.882835814Z]: [talos] task setRLimit (6/7): done, 658.215\xc2\xb5s
144.126.209.166: user: warning: [2022-08-09T17:01:00.890215814Z]: [talos] task mountBPFFS (3/7): done, 12.95649ms
144.126.209.166: user: warning: [2022-08-09T17:01:00.897579814Z]: [talos] retrying error: Get "http://169.254.169.254/metadata/v1/hostname": dial tcp 169.254.169.254:80: connect: network is unreachable
144.126.209.166: user: warning: [2022-08-09T17:01:00.902000814Z]: [talos] setting time servers {"component": "controller-runtime", "controller": "network.TimeServerSpecController", "addresses": ["pool.ntp.org"]}
144.126.209.166: user: warning: [2022-08-09T17:01:00.906490814Z]: [talos] setting time servers {"component": "controller-runtime", "controller": "network.TimeServerSpecController", "addresses": ["pool.ntp.org"]}
144.126.209.166: user: warning: [2022-08-09T17:01:00.910344814Z]: [talos] failed looking up "pool.ntp.org", ignored {"component": "controller-runtime", "controller": "time.SyncController", "error": "lookup pool.ntp.org on [::1]:53: read udp [::1]:49760->[::1]:53: read: connection refused"}
144.126.209.166: user: warning: [2022-08-09T17:01:00.913474814Z]: [talos] setting resolvers {"component": "controller-runtime", "controller": "network.ResolverSpecController", "resolvers": ["1.1.1.1", "8.8.8.8"]}
144.126.209.166: user: warning: [2022-08-09T17:01:00.919012814Z]: [talos] setting resolvers {"component": "controller-runtime", "controller": "network.ResolverSpecController", "resolvers": ["1.1.1.1", "8.8.8.8"]}
144.126.209.166: user: warning: [2022-08-09T17:01:00.929295814Z]: [talos] task enforceKSPPRequirements (1/7): done, 54.787166ms
144.126.209.166: user: warning: [2022-08-09T17:01:00.930383814Z]: [talos] phase systemRequirements (2/7): done, 61.562208ms
144.126.209.166: user: warning: [2022-08-09T17:01:00.931563814Z]: [talos] phase integrity (3/7): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:00.932613814Z]: [talos] task writeIMAPolicy (1/1): starting
144.126.209.166: kern:  notice: [2022-08-09T17:01:00.933475814Z]: audit: type=1807 audit(1660064461.098:2): action=dont_measure fsmagic=0x9fa0 res=1
144.126.209.166: kern:    info: [2022-08-09T17:01:00.933555814Z]: ima: policy update completed
144.126.209.166: kern:  notice: [2022-08-09T17:01:00.934935814Z]: audit: type=1807 audit(1660064461.098:3): action=dont_measure fsmagic=0x62656572 res=1
144.126.209.166: kern:  notice: [2022-08-09T17:01:00.936956814Z]: audit: type=1807 audit(1660064461.098:4): action=dont_measure fsmagic=0x64626720 res=1
144.126.209.166: kern:  notice: [2022-08-09T17:01:00.939763814Z]: audit: type=1807 audit(1660064461.098:5): action=dont_measure fsmagic=0x1021994 res=1
144.126.209.166: kern:  notice: [2022-08-09T17:01:00.941242814Z]: audit: type=1807 audit(1660064461.098:6): action=dont_measure fsmagic=0x1cd1 res=1
144.126.209.166: kern:  notice: [2022-08-09T17:01:00.942598814Z]: audit: type=1807 audit(1660064461.098:7): action=dont_measure fsmagic=0x42494e4d res=1
144.126.209.166: kern:    info: [2022-08-09T17:01:00.942830814Z]: 8021q: adding VLAN 0 to HW filter on device eth0
144.126.209.166: kern:  notice: [2022-08-09T17:01:00.944021814Z]: audit: type=1807 audit(1660064461.098:8): action=dont_measure fsmagic=0x73636673 res=1
144.126.209.166: user: warning: [2022-08-09T17:01:00.946844814Z]: [talos] task writeIMAPolicy (1/1): done, 14.232264ms
144.126.209.166: kern:  notice: [2022-08-09T17:01:00.947526814Z]: audit: type=1807 audit(1660064461.098:9): action=dont_measure fsmagic=0xf97cff8c res=1
144.126.209.166: user: warning: [2022-08-09T17:01:00.948411814Z]: [talos] phase integrity (3/7): done, 16.850516ms
144.126.209.166: kern:  notice: [2022-08-09T17:01:00.949552814Z]: audit: type=1807 audit(1660064461.098:10): action=dont_measure fsmagic=0x43415d53 res=1
144.126.209.166: kern:    info: [2022-08-09T17:01:00.952280814Z]: 8021q: adding VLAN 0 to HW filter on device eth1
144.126.209.166: user: warning: [2022-08-09T17:01:00.955446814Z]: [talos] phase etc (4/7): 2 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:00.959354814Z]: [talos] task createOSReleaseFile (2/2): starting
144.126.209.166: user: warning: [2022-08-09T17:01:00.967813814Z]: [talos] task createOSReleaseFile (2/2): done, 8.465284ms
144.126.209.166: user: warning: [2022-08-09T17:01:00.968721814Z]: [talos] task CreateSystemCgroups (1/2): starting
144.126.209.166: user: warning: [2022-08-09T17:01:00.970686814Z]: [talos] task CreateSystemCgroups (1/2): done, 1.983737ms
144.126.209.166: user: warning: [2022-08-09T17:01:00.971793814Z]: [talos] phase etc (4/7): done, 16.343513ms
144.126.209.166: user: warning: [2022-08-09T17:01:00.972512814Z]: [talos] phase mountSystem (5/7): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:00.973289814Z]: [talos] task mountStatePartition (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:00.978284814Z]: [talos] setting resolvers {"component": "controller-runtime", "controller": "network.ResolverSpecController", "resolvers": ["67.207.67.2", "67.207.67.3"]}
144.126.209.166: user: warning: [2022-08-09T17:01:00.983369814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "network.RouteSpecController", "error": "1 error occurred:\x5cn\x5ct* error adding route: netlink receive: network is unreachable, message {Family:2 DstLength:0 SrcLength:0 Tos:0 Table:0 Protocol:3 Scope:0 Type:1 Flags:0 Attributes:{Dst:<nil> Src:144.126.209.166 Gateway:144.126.208.1 OutIface:4 Priority:1024 Table:254 Mark:0 Pref:<nil> Expires:<nil> Metrics:<nil> Multipath:[]}}\x5cn\x5cn"}
144.126.209.166: user: warning: [2022-08-09T17:01:00.993150814Z]: [talos] assigned address {"component": "controller-runtime", "controller": "network.AddressSpecController", "address": "144.126.209.166/20", "link": "eth0"}
144.126.209.166: user: warning: [2022-08-09T17:01:00.996030814Z]: [talos] assigned address {"component": "controller-runtime", "controller": "network.AddressSpecController", "address": "10.124.0.3/20", "link": "eth1"}
144.126.209.166: user: warning: [2022-08-09T17:01:01.000360814Z]: [talos] setting hostname {"component": "controller-runtime", "controller": "network.HostnameSpecController", "hostname": "talos-144-126-209-166", "domainname": ""}
144.126.209.166: user: warning: [2022-08-09T17:01:01.003280814Z]: [talos] setting hostname {"component": "controller-runtime", "controller": "network.HostnameSpecController", "hostname": "talos-144-126-209-166", "domainname": ""}
144.126.209.166: kern:  notice: [2022-08-09T17:01:01.004166814Z]: XFS (vda5): Mounting V5 Filesystem
144.126.209.166: kern:    info: [2022-08-09T17:01:01.040266814Z]: XFS (vda5): Ending clean mount
144.126.209.166: user: warning: [2022-08-09T17:01:01.042924814Z]: [talos] task mountStatePartition (1/1): done, 69.640371ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.043894814Z]: [talos] setting hostname {"component": "controller-runtime", "controller": "network.HostnameSpecController", "hostname": "talos-control-plane-1", "domainname": ""}
144.126.209.166: user: warning: [2022-08-09T17:01:01.045980814Z]: [talos] phase mountSystem (5/7): done, 71.389116ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.046770814Z]: [talos] phase config (6/7): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:01.047538814Z]: [talos] node identity established {"component": "controller-runtime", "controller": "cluster.NodeIdentityController", "node_id": "PCKznbe0s7kLAwoVKhnAQNXphMeEydLhtxk34Ea9xX2"}
144.126.209.166: user: warning: [2022-08-09T17:01:01.049915814Z]: [talos] task loadConfig (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:01.052326814Z]: [talos] task loadConfig (1/1): persistence is enabled, using existing config on disk
144.126.209.166: user: warning: [2022-08-09T17:01:01.061917814Z]: [talos] task loadConfig (1/1): done, 14.375738ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.063049814Z]: [talos] phase config (6/7): done, 16.274275ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.064106814Z]: [talos] phase unmountSystem (7/7): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:01.065325814Z]: [talos] task unmountStatePartition (1/1): starting
144.126.209.166: kern:  notice: [2022-08-09T17:01:01.066773814Z]: XFS (vda5): Unmounting Filesystem
144.126.209.166: user: warning: [2022-08-09T17:01:01.066812814Z]: [talos] node IP skipped, please use .machine.kubelet.nodeIP to provide explicit subnet for the node IP {"component": "controller-runtime", "controller": "k8s.NodeIPController", "address": "10.124.0.3"}
144.126.209.166: user: warning: [2022-08-09T17:01:01.081448814Z]: [talos] node IP skipped, please use .machine.kubelet.nodeIP to provide explicit subnet for the node IP {"component": "controller-runtime", "controller": "k8s.NodeIPController", "address": "10.124.0.3"}
144.126.209.166: user: warning: [2022-08-09T17:01:01.085725814Z]: [talos] task unmountStatePartition (1/1): done, 20.447521ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.086677814Z]: [talos] phase unmountSystem (7/7): done, 22.579667ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.087632814Z]: [talos] initialize sequence: done: 221.798521ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.088588814Z]: [talos] install sequence: 0 phase(s)
144.126.209.166: user: warning: [2022-08-09T17:01:01.089285814Z]: [talos] install sequence: done: 696.145\xc2\xb5s
144.126.209.166: user: warning: [2022-08-09T17:01:01.090048814Z]: [talos] boot sequence: 19 phase(s)
144.126.209.166: user: warning: [2022-08-09T17:01:01.090838814Z]: [talos] phase saveStateEncryptionConfig (1/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:01.091717814Z]: [talos] task SaveStateEncryptionConfig (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:01.092639814Z]: [talos] task SaveStateEncryptionConfig (1/1): done, 933.282\xc2\xb5s
144.126.209.166: user: warning: [2022-08-09T17:01:01.093584814Z]: [talos] phase saveStateEncryptionConfig (1/19): done, 2.747479ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.094556814Z]: [talos] phase mountState (2/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:01.095406814Z]: [talos] task mountStatePartition (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:01.099617814Z]: [talos] service[machined](Preparing): Running pre state
144.126.209.166: user: warning: [2022-08-09T17:01:01.100837814Z]: [talos] service[machined](Preparing): Creating service runner
144.126.209.166: user: warning: [2022-08-09T17:01:01.103686814Z]: [talos] service[machined](Running): Service started as goroutine
144.126.209.166: user: warning: [2022-08-09T17:01:01.106045814Z]: [talos] service[apid](Waiting): Waiting for service "containerd" to be "up", api certificates
144.126.209.166: kern:  notice: [2022-08-09T17:01:01.126544814Z]: XFS (vda5): Mounting V5 Filesystem
144.126.209.166: kern:    info: [2022-08-09T17:01:01.148067814Z]: XFS (vda5): Ending clean mount
144.126.209.166: user: warning: [2022-08-09T17:01:01.150995814Z]: [talos] task mountStatePartition (1/1): done, 55.590228ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.152427814Z]: [talos] phase mountState (2/19): done, 57.866687ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.153653814Z]: [talos] phase validateConfig (3/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:01.154831814Z]: [talos] task validateConfig (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:01.156163814Z]: [talos] task validateConfig (1/1): done, 1.374126ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.157346814Z]: [talos] phase validateConfig (3/19): done, 3.695557ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.158418814Z]: [talos] phase saveConfig (4/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:01.159361814Z]: [talos] task saveConfig (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:01.161147814Z]: [talos] task saveConfig (1/1): done, 1.802333ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.162326814Z]: [talos] phase saveConfig (4/19): done, 3.908296ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.165442814Z]: [talos] phase env (5/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:01.166783814Z]: [talos] task setUserEnvVars (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:01.167880814Z]: [talos] task setUserEnvVars (1/1): done, 1.115748ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.169168814Z]: [talos] phase env (5/19): done, 3.733514ms
144.126.209.166: user: warning: [2022-08-09T17:01:01.170230814Z]: [talos] phase containerd (6/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:01.171344814Z]: [talos] task startContainerd (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:01.172658814Z]: [talos] service[containerd](Preparing): Running pre state
144.126.209.166: user: warning: [2022-08-09T17:01:01.173871814Z]: [talos] service[containerd](Preparing): Creating service runner
144.126.209.166: user: warning: [2022-08-09T17:01:01.338281814Z]: [talos] created route {"component": "controller-runtime", "controller": "network.RouteSpecController", "destination": "default", "gateway": "144.126.208.1", "table": "main", "link": "eth0"}
144.126.209.166: user: warning: [2022-08-09T17:01:01.833299814Z]: [talos] hello failed {"component": "controller-runtime", "controller": "cluster.DiscoveryServiceController", "error": "rpc error: code = Unavailable desc = connection error: desc = \x5c"transport: Error while dialing dial tcp: lookup discovery.talos.dev on [::1]:53: read udp [::1]:57971->[::1]:53: read: connection refused\x5c"", "endpoint": "discovery.talos.dev:443"}
144.126.209.166: user: warning: [2022-08-09T17:01:01.915284814Z]: [talos] failed looking up "pool.ntp.org", ignored {"component": "controller-runtime", "controller": "time.SyncController", "error": "lookup pool.ntp.org on [::1]:53: read udp [::1]:34081->[::1]:53: read: connection refused"}
144.126.209.166: user: warning: [2022-08-09T17:01:02.108920814Z]: [talos] service[apid](Waiting): Waiting for service "containerd" to be "up"
144.126.209.166: user: warning: [2022-08-09T17:01:02.908262814Z]: [talos] hello failed {"component": "controller-runtime", "controller": "cluster.DiscoveryServiceController", "error": "rpc error: code = Unavailable desc = connection error: desc = \x5c"transport: Error while dialing dial tcp: lookup discovery.talos.dev on [::1]:53: read udp [::1]:51494->[::1]:53: read: connection refused\x5c"", "endpoint": "discovery.talos.dev:443"}
144.126.209.166: user: warning: [2022-08-09T17:01:02.921930814Z]: [talos] failed looking up "pool.ntp.org", ignored {"component": "controller-runtime", "controller": "time.SyncController", "error": "lookup pool.ntp.org on [::1]:53: read udp [::1]:33063->[::1]:53: read: connection refused"}
144.126.209.166: user: warning: [2022-08-09T17:01:02.971016814Z]: [talos] service[containerd](Running): Process Process(["/bin/containerd" "--address" "/system/run/containerd/containerd.sock" "--state" "/system/run/containerd" "--root" "/system/var/lib/containerd"]) started with PID 667
144.126.209.166: user: warning: [2022-08-09T17:01:03.027796814Z]: [talos] service[containerd](Running): Health check failed: rpc error: code = DeadlineExceeded desc = context deadline exceeded
144.126.209.166: user: warning: [2022-08-09T17:01:03.926381814Z]: [talos] failed looking up "pool.ntp.org", ignored {"component": "controller-runtime", "controller": "time.SyncController", "error": "lookup pool.ntp.org on [::1]:53: read udp [::1]:46599->[::1]:53: read: connection refused"}
144.126.209.166: user: warning: [2022-08-09T17:01:04.304266814Z]: [talos] hello failed {"component": "controller-runtime", "controller": "cluster.DiscoveryServiceController", "error": "rpc error: code = Unavailable desc = connection error: desc = \x5c"transport: Error while dialing dial tcp: lookup discovery.talos.dev on [::1]:53: read udp [::1]:56869->[::1]:53: read: connection refused\x5c"", "endpoint": "discovery.talos.dev:443"}
144.126.209.166: user: warning: [2022-08-09T17:01:04.930293814Z]: [talos] failed looking up "pool.ntp.org", ignored {"component": "controller-runtime", "controller": "time.SyncController", "error": "lookup pool.ntp.org on [::1]:53: read udp [::1]:33294->[::1]:53: read: connection refused"}
144.126.209.166: user: warning: [2022-08-09T17:01:05.556877814Z]: [talos] hello failed {"component": "controller-runtime", "controller": "cluster.DiscoveryServiceController", "error": "rpc error: code = Unavailable desc = connection error: desc = \x5c"transport: Error while dialing dial tcp: lookup discovery.talos.dev on [::1]:53: read udp [::1]:56869->[::1]:53: read: connection refused\x5c"", "endpoint": "discovery.talos.dev:443"}
144.126.209.166: user: warning: [2022-08-09T17:01:06.006995814Z]: [talos] adjusting time (slew) by 154.740433ms via 45.33.68.112, state TIME_OK, status STA_NANO | STA_PLL {"component": "controller-runtime", "controller": "time.SyncController"}
144.126.209.166: user: warning: [2022-08-09T17:01:07.175072814Z]: [talos] service[containerd](Running): Health check successful
144.126.209.166: user: warning: [2022-08-09T17:01:07.175999814Z]: [talos] task startContainerd (1/1): done, 6.00798523s
144.126.209.166: user: warning: [2022-08-09T17:01:07.176903814Z]: [talos] phase containerd (6/19): done, 6.009976534s
144.126.209.166: user: warning: [2022-08-09T17:01:07.177661814Z]: [talos] phase dbus (7/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:07.178381814Z]: [talos] task startDBus (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:07.179316814Z]: [talos] service[apid](Preparing): Running pre state
144.126.209.166: user: warning: [2022-08-09T17:01:07.180510814Z]: [talos] service[apid](Preparing): Creating service runner
144.126.209.166: user: warning: [2022-08-09T17:01:07.183239814Z]: [talos] task startDBus (1/1): done, 2.255347ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.184074814Z]: [talos] phase dbus (7/19): done, 6.474838ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.184851814Z]: [talos] phase ephemeral (8/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:07.185649814Z]: [talos] task mountEphemeralPartition (1/1): starting
144.126.209.166: kern:  notice: [2022-08-09T17:01:07.193493814Z]: XFS (vda6): Mounting V5 Filesystem
144.126.209.166: kern:  notice: [2022-08-09T17:01:07.212297814Z]: XFS (vda6): Starting recovery (logdev: internal)
144.126.209.166: kern:  notice: [2022-08-09T17:01:07.222673814Z]: XFS (vda6): Ending recovery (logdev: internal)
144.126.209.166: user: warning: [2022-08-09T17:01:07.256111814Z]: [talos] task mountEphemeralPartition (1/1): done, 71.146485ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.257011814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletServiceController", "error": "error writing kubelet PKI: open /etc/kubernetes/bootstrap-kubeconfig: read-only file system"}
144.126.209.166: user: warning: [2022-08-09T17:01:07.259471814Z]: [talos] phase ephemeral (8/19): done, 72.859085ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.260218814Z]: [talos] phase var (9/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:07.260970814Z]: [talos] task setupVarDirectory (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:07.262940814Z]: [talos] task setupVarDirectory (1/1): done, 1.994053ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.263771814Z]: [talos] phase var (9/19): done, 3.58897ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.264461814Z]: [talos] phase overlay (10/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:07.265174814Z]: [talos] task mountOverlayFilesystems (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:07.268367814Z]: [talos] task mountOverlayFilesystems (1/1): done, 3.233228ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.269316814Z]: [talos] phase overlay (10/19): done, 4.902607ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.270062814Z]: [talos] phase udevSetup (11/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:07.270745814Z]: [talos] task writeUdevRules (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:07.271661814Z]: [talos] task writeUdevRules (1/1): done, 934.014\xc2\xb5s
144.126.209.166: user: warning: [2022-08-09T17:01:07.272416814Z]: [talos] phase udevSetup (11/19): done, 2.380577ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.273353814Z]: [talos] phase udevd (12/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:07.275377814Z]: [talos] task startUdevd (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:07.276172814Z]: [talos] service[udevd](Preparing): Running pre state
144.126.209.166: user: warning: [2022-08-09T17:01:07.316443814Z]: [talos] service[udevd](Preparing): Creating service runner
144.126.209.166: user: warning: [2022-08-09T17:01:07.330047814Z]: [talos] service[udevd](Running): Process Process(["/sbin/udevd" "--resolve-names=never"]) started with PID 689
144.126.209.166: daemon:    info: [2022-08-09T17:01:07.332241814Z]: udevd[689]: starting version 3.2.11
144.126.209.166: daemon:    info: [2022-08-09T17:01:07.341956814Z]: udevd[689]: starting eudev-3.2.11
144.126.209.166: user: warning: [2022-08-09T17:01:07.547853814Z]: [talos] service[udevd](Running): Health check successful
144.126.209.166: user: warning: [2022-08-09T17:01:07.548755814Z]: [talos] task startUdevd (1/1): done, 276.035372ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.549534814Z]: [talos] phase udevd (12/19): done, 278.855473ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.550367814Z]: [talos] phase userDisks (13/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:07.551312814Z]: [talos] task mountUserDisks (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:07.552137814Z]: [talos] task mountUserDisks (1/1): done, 841.759\xc2\xb5s
144.126.209.166: user: warning: [2022-08-09T17:01:07.552958814Z]: [talos] phase userDisks (13/19): done, 2.621361ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.553716814Z]: [talos] phase userSetup (14/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:07.554587814Z]: [talos] task writeUserFiles (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:07.555418814Z]: [talos] task writeUserFiles (1/1): done, 854.546\xc2\xb5s
144.126.209.166: user: warning: [2022-08-09T17:01:07.556471814Z]: [talos] phase userSetup (14/19): done, 2.780801ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.557571814Z]: [talos] phase lvm (15/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:07.558468814Z]: [talos] task activateLogicalVolumes (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:07.780559814Z]: [talos] task activateLogicalVolumes (1/1): done, 224.246931ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.781602814Z]: [talos] phase lvm (15/19): done, 226.200332ms
144.126.209.166: user: warning: [2022-08-09T17:01:07.782275814Z]: [talos] phase startEverything (16/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:07.783131814Z]: [talos] task startAllServices (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:07.783826814Z]: [talos] task startAllServices (1/1): waiting for 8 services
144.126.209.166: user: warning: [2022-08-09T17:01:07.784670814Z]: [talos] task startAllServices (1/1): service "apid" to be "up", service "containerd" to be "up", service "cri" to be "up", service "etcd" to be "up", service "kubelet" to be "up", service "machined" to be "up", service "trustd" to be "up", service "udevd" to be "up"
144.126.209.166: user: warning: [2022-08-09T17:01:07.787542814Z]: [talos] service[cri](Waiting): Waiting for network
144.126.209.166: user: warning: [2022-08-09T17:01:07.788507814Z]: [talos] service[trustd](Waiting): Waiting for service "containerd" to be "up", time sync, network
144.126.209.166: user: warning: [2022-08-09T17:01:07.791264814Z]: [talos] service[etcd](Waiting): Waiting for service "cri" to be "up", time sync, network
144.126.209.166: user: warning: [2022-08-09T17:01:07.792720814Z]: [talos] service[trustd](Preparing): Running pre state
144.126.209.166: user: warning: [2022-08-09T17:01:07.793641814Z]: [talos] service[trustd](Preparing): Creating service runner
144.126.209.166: user: warning: [2022-08-09T17:01:07.794970814Z]: [talos] service[cri](Preparing): Running pre state
144.126.209.166: user: warning: [2022-08-09T17:01:07.795775814Z]: [talos] service[cri](Preparing): Creating service runner
144.126.209.166: user: warning: [2022-08-09T17:01:07.803217814Z]: [talos] service[cri](Running): Process Process(["/bin/containerd" "--address" "/run/containerd/containerd.sock" "--config" "/etc/cri/containerd.toml"]) started with PID 1494
144.126.209.166: user: warning: [2022-08-09T17:01:07.853521814Z]: [talos] service[kubelet](Waiting): Waiting for service "cri" to be "up", time sync, network
144.126.209.166: user: warning: [2022-08-09T17:01:08.559818814Z]: [talos] service[apid](Running): Started task apid (PID 1539) for container apid
144.126.209.166: user: warning: [2022-08-09T17:01:08.562894814Z]: [talos] service[trustd](Running): Started task trustd (PID 1541) for container trustd
144.126.209.166: user: warning: [2022-08-09T17:01:08.783952814Z]: [talos] service[etcd](Waiting): Waiting for service "cri" to be "up"
144.126.209.166: user: warning: [2022-08-09T17:01:08.791184814Z]: [talos] service[trustd](Running): Health check successful
144.126.209.166: user: warning: [2022-08-09T17:01:08.798624814Z]: [talos] service[cri](Running): Health check successful
144.126.209.166: user: warning: [2022-08-09T17:01:08.799604814Z]: [talos] service[etcd](Preparing): Running pre state
144.126.209.166: user: warning: [2022-08-09T17:01:08.800535814Z]: [talos] service[kubelet](Preparing): Running pre state
144.126.209.166: user: warning: [2022-08-09T17:01:08.816379814Z]: [talos] service[kubelet](Preparing): Creating service runner
144.126.209.166: user: warning: [2022-08-09T17:01:08.957809814Z]: [talos] service[kubelet](Running): Started task kubelet (PID 1606) for container kubelet
144.126.209.166: user: warning: [2022-08-09T17:01:08.973033814Z]: [talos] cleaning up static pod "/etc/kubernetes/manifests/talos-kube-apiserver.yaml" {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController"}
144.126.209.166: user: warning: [2022-08-09T17:01:08.976195814Z]: [talos] cleaning up static pod "/etc/kubernetes/manifests/talos-kube-controller-manager.yaml" {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController"}
144.126.209.166: user: warning: [2022-08-09T17:01:08.978611814Z]: [talos] cleaning up static pod "/etc/kubernetes/manifests/talos-kube-scheduler.yaml" {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController"}
144.126.209.166: user: warning: [2022-08-09T17:01:09.313794814Z]: [talos] service[etcd](Preparing): Creating service runner
144.126.209.166: user: warning: [2022-08-09T17:01:09.490506814Z]: [talos] service[etcd](Running): Started task etcd (PID 1664) for container etcd
144.126.209.166: user: warning: [2022-08-09T17:01:10.832645814Z]: [talos] service[kubelet](Running): Health check successful
144.126.209.166: user: warning: [2022-08-09T17:01:13.144174814Z]: [talos] service[apid](Running): Health check successful
144.126.209.166: user: warning: [2022-08-09T17:01:14.323311814Z]: [talos] service[etcd](Running): Health check successful
144.126.209.166: user: warning: [2022-08-09T17:01:14.324430814Z]: [talos] task startAllServices (1/1): done, 6.591282434s
144.126.209.166: user: warning: [2022-08-09T17:01:14.327618814Z]: [talos] phase startEverything (16/19): done, 6.595328405s
144.126.209.166: user: warning: [2022-08-09T17:01:14.328545814Z]: [talos] phase labelMaster (17/19): 1 tasks(s)
144.126.209.166: user: warning: [2022-08-09T17:01:14.329449814Z]: [talos] task labelNodeAsMaster (1/1): starting
144.126.209.166: user: warning: [2022-08-09T17:01:14.331622814Z]: [talos] writing static pod "/etc/kubernetes/manifests/talos-kube-apiserver.yaml" {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController"}
144.126.209.166: user: warning: [2022-08-09T17:01:14.339134814Z]: [talos] writing static pod "/etc/kubernetes/manifests/talos-kube-controller-manager.yaml" {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController"}
144.126.209.166: user: warning: [2022-08-09T17:01:14.342907814Z]: [talos] writing static pod "/etc/kubernetes/manifests/talos-kube-scheduler.yaml" {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController"}
144.126.209.166: user: warning: [2022-08-09T17:01:14.349018814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.ManifestApplyController", "error": "error creating mapping for object /v1/Secret/bootstrap-token-soebe9: Get \x5c"https://localhost:6443/api?timeout=32s\x5c": dial tcp [::1]:6443: connect: connection refused"}
144.126.209.166: user: warning: [2022-08-09T17:01:14.769886814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.ManifestApplyController", "error": "error creating mapping for object /v1/Secret/bootstrap-token-soebe9: Get \x5c"https://localhost:6443/api?timeout=32s\x5c": dial tcp [::1]:6443: connect: connection refused"}
144.126.209.166: user: warning: [2022-08-09T17:01:19.207660814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.ManifestApplyController", "error": "error creating mapping for object rbac.authorization.k8s.io/v1/ClusterRoleBinding/system-bootstrap-approve-node-client-csr: no matches for kind \x5c"ClusterRoleBinding\x5c" in version \x5c"rbac.authorization.k8s.io/v1\x5c""}
144.126.209.166: user: warning: [2022-08-09T17:01:35.903501814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: user: warning: [2022-08-09T17:01:44.253934814Z]: [talos] retrying error: Get "https://143.244.208.74:6443/api/v1/nodes/talos-control-plane-1?timeout=30s": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
144.126.209.166: user: warning: [2022-08-09T17:01:45.768736814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:02:06.707291814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: user: warning: [2022-08-09T17:02:31.438667814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:02:38.452487814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: user: warning: [2022-08-09T17:03:13.969919814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: user: warning: [2022-08-09T17:03:17.209602814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:03:52.510842814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: user: warning: [2022-08-09T17:04:03.460961814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:04:39.099819814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: kern:    info: [2022-08-09T17:04:48.490923814Z]: nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based firewall rule not found. Use the iptables CT target to attach helpers instead.
144.126.209.166: user: warning: [2022-08-09T17:04:50.333857814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:05:38.354482814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:05:43.350819814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: user: warning: [2022-08-09T17:06:25.490108814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:07:12.516471814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: user: warning: [2022-08-09T17:07:17.326461814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:08:13.658773814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:08:35.409883814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: user: warning: [2022-08-09T17:08:53.248972814Z]: [talos] retrying error: Get "https://143.244.208.74:6443/api/v1/nodes/talos-control-plane-1?timeout=30s": dial tcp 143.244.208.74:6443: i/o timeout
144.126.209.166: user: warning: [2022-08-09T17:09:09.799861814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:09:36.062042814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: user: warning: [2022-08-09T17:10:09.295036814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:11:01.988706814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: user: warning: [2022-08-09T17:11:21.507324814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:12:28.959032814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: user: warning: [2022-08-09T17:12:51.443624814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:13:36.475027814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}
144.126.209.166: user: warning: [2022-08-09T17:14:23.276647814Z]: [talos] retrying error: Get "https://143.244.208.74:6443/api/v1/nodes/talos-control-plane-1?timeout=30s": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
144.126.209.166: user: warning: [2022-08-09T17:14:40.248223814Z]: [talos] controller failed {"component": "controller-runtime", "controller": "k8s.KubeletStaticPodController", "error": "error refreshing pod status: error fetching pod status: Get \x5c"https://127.0.0.1:10250/pods/?timeout=30s\x5c": context deadline exceeded"}
144.126.209.166: user: warning: [2022-08-09T17:14:46.962780814Z]: [talos] kubernetes endpoint watch error {"component": "controller-runtime", "controller": "k8s.EndpointController", "error": "failed to list *v1.Endpoints: Get \x5c"https://143.244.208.74:6443/api/v1/namespaces/default/endpoints?fieldSelector=metadata.name%3Dkubernetes&limit=500&resourceVersion=0\x5c": dial tcp 143.244.208.74:6443: i/o timeout"}

pcgeek86 avatar Aug 09 '22 17:08 pcgeek86

I don't know the root cause, but clearly loadbalancer doesn't work properly (it's there in the end of the logs).

smira avatar Aug 09 '22 17:08 smira

I just tried this, following the directions in the documentation, and it came up correctly. My only thought is that: - either the documentation has been improved in the last few months; or;

  • the droplets are associated to the load balancer via the tag, so if, when you only made a single control plane node, you used a different tag, it would not have come up....

steverfrancis avatar Nov 26 '22 04:11 steverfrancis