Ubuntu instance becomes unreachable after install linux-azure

Asked by Ofer Elrom

Hi,
I am following the azure process for preparing a specific Ubuntu running on AWS for migration to Azure. See the link to the azure process below.
The process includes installing linux-azure on the machine and migrating it. After doing this and rebooting the machine becomes unreachable.
Can you please help me understand why the machine becomes unreachable and how to go through these commands and keep the instance accessible?
Thanks,
Ofer.

These are the ssh command I execute to reach this situation:
-----------------------------------------------------------------------------------------
sudo sed -i 's/http:\/\/archive\.ubuntu\.com\/ubuntu\//http:\/\/azure\.archive\.ubuntu\.com\/ubuntu\//g' /etc/apt/sources.list
sudo sed -i 's/http:\/\/[a-z][a-z]\.archive\.ubuntu\.com\/ubuntu\//http:\/\/azure\.archive\.ubuntu\.com\/ubuntu\//g' /etc/apt/sources.list
sudo apt-get -y update
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-azure
reboot

This is the azure process I am trying to follow:
-------------------------------------------------------------------
https://docs.microsoft.com/en-us/azure/virtual-machines/linux/create-upload-ubuntu

This is the system log of the machine when it becomes unreachable:
--------------------------------------------------------------------------------------------------
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] Linux version 5.13.0-1022-aws (buildd@ubuntu) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #24~20.04.1-Ubuntu SMP Thu Apr 7 22:10:15 UTC 2022 (Ubuntu 5.13.0-1022.24~20.04.1-aws 5.13.19)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.13.0-1022-aws root=PARTUUID=b236b0c8-01 ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295 panic=-1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] KERNEL supported cpus:
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] Intel GenuineIntel
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] AMD AuthenticAMD
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] Hygon HygonGenuine
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] Centaur CentaurHauls
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] zhaoxin Shanghai
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] BIOS-provided physical RAM map:
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] NX (Execute Disable) protection: active
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] SMBIOS 2.7 present.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] DMI: Xen HVM domU, BIOS 4.11.amazon 08/24/2006
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] Hypervisor detected: Xen HVM
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] Xen version 4.11.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] Xen Platform PCI: I/O protocol version 1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] You might have to change the root device
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000000] in your root= kernel command line option
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.000006] HVMOP_pagetable_dying not supported
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.022119] tsc: Fast TSC calibration using PIT
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.022124] tsc: Detected 2394.575 MHz processor
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.022126] tsc: Detected 2394.454 MHz TSC
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.022461] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.022466] e820: remove [mem 0x000a0000-0x000fffff] usable
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.022470] last_pfn = 0x40000 max_arch_pfn = 0x400000000
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.025820] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037214] found SMP MP-table at [mem 0x000fb9a0-0x000fb9af]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037375] RAMDISK: [mem 0x37715000-0x37b81fff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037397] ACPI: Early table checksum verification disabled
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037408] ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen )
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037422] ACPI: XSDT 0x00000000FC00C780 000054 (v01 Xen HVM 00000000 HVML 00000000)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037438] ACPI: FACP 0x00000000FC00C440 0000F4 (v04 Xen HVM 00000000 HVML 00000000)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037490] ACPI: DSDT 0x00000000FC003940 008A7E (v02 Xen HVM 00000000 INTL 20090123)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037494] ACPI: FACS 0x00000000FC003900 000040
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037498] ACPI: FACS 0x00000000FC003900 000040
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037503] ACPI: APIC 0x00000000FC00C540 0000D8 (v02 Xen HVM 00000000 HVML 00000000)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037509] ACPI: HPET 0x00000000FC00C690 000038 (v01 Xen HVM 00000000 HVML 00000000)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037514] ACPI: WAET 0x00000000FC00C6D0 000028 (v01 Xen HVM 00000000 HVML 00000000)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037519] ACPI: SSDT 0x00000000FC00C700 000031 (v02 Xen HVM 00000000 INTL 20090123)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037524] ACPI: SSDT 0x00000000FC00C740 000033 (v02 Xen HVM 00000000 INTL 20090123)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037527] ACPI: Reserving FACP table memory at [mem 0xfc00c440-0xfc00c533]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037529] ACPI: Reserving DSDT table memory at [mem 0xfc003940-0xfc00c3bd]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037530] ACPI: Reserving FACS table memory at [mem 0xfc003900-0xfc00393f]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037531] ACPI: Reserving FACS table memory at [mem 0xfc003900-0xfc00393f]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037532] ACPI: Reserving APIC table memory at [mem 0xfc00c540-0xfc00c617]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037534] ACPI: Reserving HPET table memory at [mem 0xfc00c690-0xfc00c6c7]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037535] ACPI: Reserving WAET table memory at [mem 0xfc00c6d0-0xfc00c6f7]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037536] ACPI: Reserving SSDT table memory at [mem 0xfc00c700-0xfc00c730]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037537] ACPI: Reserving SSDT table memory at [mem 0xfc00c740-0xfc00c772]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.037648] ACPI: Local APIC address 0xfee00000
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039339] No NUMA configuration found
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039344] Faking a node at [mem 0x0000000000000000-0x000000003fffffff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039356] NODE_DATA(0) allocated [mem 0x3ffd6000-0x3fffffff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039755] Zone ranges:
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039757] DMA [mem 0x0000000000001000-0x0000000000ffffff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039760] DMA32 [mem 0x0000000001000000-0x000000003fffffff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039762] Normal empty
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039764] Device empty
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039765] Movable zone start for each node
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039769] Early memory node ranges
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039770] node 0: [mem 0x0000000000001000-0x000000000009dfff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039772] node 0: [mem 0x0000000000100000-0x000000003fffffff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039774] Initmem setup node 0 [mem 0x0000000000001000-0x000000003fffffff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039776] On node 0 totalpages: 262045
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039777] DMA zone: 64 pages used for memmap
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039778] DMA zone: 157 pages reserved
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039779] DMA zone: 3997 pages, LIFO batch:0
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039781] DMA32 zone: 4032 pages used for memmap
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039782] DMA32 zone: 258048 pages, LIFO batch:63
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039791] On node 0, zone DMA: 1 pages in unavailable ranges
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.039819] On node 0, zone DMA: 98 pages in unavailable ranges
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044283] ACPI: PM-Timer IO Port: 0xb008
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044288] ACPI: Local APIC address 0xfee00000
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044371] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044378] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044382] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044385] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044388] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044393] ACPI: IRQ0 used by override.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044395] ACPI: IRQ5 used by override.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044396] ACPI: IRQ9 used by override.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044396] ACPI: IRQ10 used by override.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044397] ACPI: IRQ11 used by override.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044403] Using ACPI (MADT) for SMP configuration information
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044405] ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044409] TSC deadline timer available
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044417] smpboot: Allowing 15 CPUs, 14 hotplug CPUs
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044427] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044429] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044430] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044432] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044434] [mem 0x40000000-0xfbffffff] available for PCI devices
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044436] Booting paravirtualized kernel on Xen HVM
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044439] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.044446] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:15 nr_cpu_ids:15 nr_node_ids:1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.045887] percpu: Embedded 65 pages/cpu s229376 r8192 d28672 u524288
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.045894] pcpu-alloc: s229376 r8192 d28672 u524288 alloc=1*2097152
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.045897] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.045904] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 --
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.045932] xen: PV spinlocks enabled
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.045934] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.045940] Built 1 zonelists, mobility grouping on. Total pages: 257792
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.045942] Policy zone: DMA32
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.045944] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.13.0-1022-aws root=PARTUUID=b236b0c8-01 ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295 panic=-1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.046161] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.046237] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.046392] mem auto-init: stack:off, heap alloc:on, heap free:off
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.049048] Memory: 977636K/1048180K available (16393K kernel code, 3519K rwdata, 10528K rodata, 2900K init, 5720K bss, 70284K reserved, 0K cma-reserved)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.049054] random: get_random_u64 called from __kmem_cache_create+0x2d/0x440 with crng_init=0
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.049198] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.049212] Kernel/User page tables isolation: enabled
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.049233] ftrace: allocating 49230 entries in 193 pages
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.066072] ftrace: allocated 193 pages with 3 groups
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.066273] rcu: Hierarchical RCU implementation.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.066276] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=15.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.066277] Rude variant of Tasks RCU enabled.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.066279] Tracing variant of Tasks RCU enabled.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.066280] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.066281] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=15
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.070571] NR_IRQS: 524544, nr_irqs: 952, preallocated irqs: 16
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.070614] xen:events: Using 2-level ABI
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.070664] xen:events: Xen HVM callback vector for event delivery is enabled
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.070843] random: crng done (trusting CPU's manufacturer)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.108060] Console: colour VGA+ 80x25
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.200200] printk: console [tty1] enabled
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.200972] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.639967] printk: console [ttyS0] enabled
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.643354] ACPI: Core revision 20210331
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.650218] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.657703] APIC: Switch to symmetric I/O mode setup
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.662316] x2apic: IRQ remapping doesn't support X2APIC mode
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.667514] Switched APIC routing to physical flat.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.673690] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.678402] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2283c0783fd, max_idle_ns: 440795301468 ns
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.686242] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.90 BogoMIPS (lpj=9577816)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.694241] pid_max: default: 32768 minimum: 301
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.698287] LSM: Security Framework initializing
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.702256] Yama: becoming mindful.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.706287] AppArmor: AppArmor initialized
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.714274] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.722244] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.730641] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.734243] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.738245] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.742242] Spectre V2 : Mitigation: Retpolines
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.746241] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.750241] Speculative Store Bypass: Vulnerable
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.753019] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.766823] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.770250] Xen: using vcpuop timer interface
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.770259] installing Xen timer for CPU 0
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.774328] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz (family: 0x6, model: 0x3f, stepping: 0x2)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.778285] cpu 0 spinlock event irq 53
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.781013] Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.782329] rcu: Hierarchical SRCU implementation.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.786732] NMI watchdog: Perf NMI watchdog permanently disabled
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.790453] smp: Bringing up secondary CPUs ...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.794248] smp: Brought up 1 node, 1 CPU
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.797950] smpboot: Max logical packages: 15
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.798247] smpboot: Total of 1 processors activated (4788.90 BogoMIPS)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.806544] devtmpfs: initialized
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.810076] x86/mm: Memory block size: 128MB
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.810554] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.814304] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.818340] pinctrl core: initialized pinctrl subsystem
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.822365] PM: RTC time: 09:59:33, date: 2022-05-16
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.826424] NET: Registered protocol family 16
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.830384] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.834273] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.838280] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.842255] audit: initializing netlink subsys (disabled)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.846446] thermal_sys: Registered thermal governor 'fair_share'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.846448] thermal_sys: Registered thermal governor 'bang_bang'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.850248] audit: type=2000 audit(1652695173.107:1): state=initialized audit_enabled=0 res=1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.858248] thermal_sys: Registered thermal governor 'step_wise'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.858250] thermal_sys: Registered thermal governor 'user_space'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.862247] thermal_sys: Registered thermal governor 'power_allocator'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.866272] EISA bus registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.872859] cpuidle: using governor ladder
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.874247] cpuidle: using governor menu
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.877294] ACPI: bus type PCI registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.878247] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.882801] PCI: Using configuration type 1 for base access
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.887602] Kprobes globally optimized
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.890418] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.895214] ACPI: Added _OSI(Module Device)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.898258] ACPI: Added _OSI(Processor Device)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.902245] ACPI: Added _OSI(3.0 _SCP Extensions)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.906249] ACPI: Added _OSI(Processor Aggregator Device)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.910289] ACPI: Added _OSI(Linux-Dell-Video)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.914326] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.918259] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.930430] ACPI: 3 ACPI AML tables successfully acquired and loaded
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.934953] xen: --> pirq=16 -> irq=9 (gsi=9)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.936299] ACPI: Interpreter enabled
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.938262] ACPI: (supports S0 S4 S5)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.942129] ACPI: Using IOAPIC for interrupt routing
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.942289] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.946640] ACPI: Enabled 2 GPEs in block 00 to 0F
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.979552] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.982270] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.986289] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.991811] acpiphp: Slot [0] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.995405] acpiphp: Slot [3] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 0.998611] acpiphp: Slot [4] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.002077] acpiphp: Slot [5] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.002618] acpiphp: Slot [6] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.005964] acpiphp: Slot [7] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.006706] acpiphp: Slot [8] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.010130] acpiphp: Slot [9] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.010672] acpiphp: Slot [10] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.014835] acpiphp: Slot [11] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.018841] acpiphp: Slot [12] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.022995] acpiphp: Slot [13] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.026980] acpiphp: Slot [14] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.030994] acpiphp: Slot [15] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.034916] acpiphp: Slot [16] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.038850] acpiphp: Slot [17] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.042804] acpiphp: Slot [18] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.046966] acpiphp: Slot [19] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.050810] acpiphp: Slot [20] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.054869] acpiphp: Slot [21] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.058894] acpiphp: Slot [22] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.062675] acpiphp: Slot [23] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.065851] acpiphp: Slot [24] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.066591] acpiphp: Slot [25] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.070369] acpiphp: Slot [26] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.074586] acpiphp: Slot [27] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.078700] acpiphp: Slot [28] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.082815] acpiphp: Slot [29] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.086758] acpiphp: Slot [30] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.090730] acpiphp: Slot [31] registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.094724] PCI host bridge to bus 0000:00
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.098251] pci_bus 0000:00: root bus resource [bus 00-ff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.102249] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.106250] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.110249] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.114249] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.118491] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.125406] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.129631] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.132240] pci 0000:00:01.1: reg 0x20: [io 0xc100-0xc10f]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.135114] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.138248] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.142248] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.146247] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.151771] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.151771] * this clock source is slow. Consider trying other clock sources
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.154253] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.161342] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.164571] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.167075] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.170620] pci 0000:00:02.0: reg 0x14: [mem 0xf3000000-0xf3000fff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.176519] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.179712] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.183508] pci 0000:00:03.0: reg 0x10: [io 0xc000-0xc0ff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.186716] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.202328] ACPI: PCI: Interrupt link LNKA configured for IRQ 5
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.206549] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.210532] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.214528] ACPI: PCI: Interrupt link LNKD configured for IRQ 5
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.231997] xen:balloon: Initialising balloon driver
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.234354] iommu: Default domain type: Translated
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.238443] SCSI subsystem initialized
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.242306] libata version 3.00 loaded.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.242413] pci 0000:00:02.0: vgaarb: setting as boot VGA device
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.246239] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.246250] pci 0000:00:02.0: vgaarb: bridge control possible
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.250248] vgaarb: loaded
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.253939] ACPI: bus type USB registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.254275] usbcore: registered new interface driver usbfs
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.258261] usbcore: registered new interface driver hub
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.262258] usbcore: registered new device driver usb
May 16 09:59:46 ip-172-31-20-30 systemd-modules-load[174]: Inserted module 'msr'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.266273] pps_core: LinuxPPS API ver. 1 registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.270246] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <email address hidden>
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.274256] PTP clock support registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.278335] EDAC MC: Ver: 3.0.0
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.283403] NetLabel: Initializing
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.286246] NetLabel: domain hash size = 128
May 16 09:59:46 ip-172-31-20-30 systemd-fsck[175]: cloudimg-rootfs: clean, 69852/1024000 files, 449557/2096891 blocks
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounted Huge Pages File System.
May 16 09:59:46 ip-172-31-20-30 systemd-modules-load[174]: Inserted module 'ipmi_devintf'
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounted POSIX Message Queue File System.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounted Kernel Debug File System.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounted Kernel Trace File System.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Set the console keyboard layout.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Create list of static device nodes for the current kernel.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: <email address hidden>: Succeeded.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Load Kernel Module drm.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished File System Check on Root Device.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Load Kernel Modules.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Uncomplicated firewall.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounting FUSE Control File System...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounting Kernel Configuration File System...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started File System Check Daemon to report status.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Remount Root and Kernel File Systems...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Apply Kernel Variables...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounted FUSE Control File System.
May 16 09:59:46 ip-172-31-20-30 systemd-sysctl[185]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
May 16 09:59:46 ip-172-31-20-30 systemd-sysctl[185]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounted Kernel Configuration File System.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Remount Root and Kernel File Systems.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished udev Coldplug all Devices.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Apply Kernel Variables.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Flush Journal to Persistent Storage...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Load/Save Random Seed...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Create System Users...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting udev Wait for Complete Device Initialization...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Load/Save Random Seed.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Flush Journal to Persistent Storage.
May 16 09:59:46 ip-172-31-20-30 systemd-sysusers[190]: Creating group systemd-coredump with gid 999.
May 16 09:59:46 ip-172-31-20-30 systemd-sysusers[190]: Creating user systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Create System Users.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Create Static Device Nodes in /dev...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Create Static Device Nodes in /dev.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting udev Kernel Device Manager...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started udev Kernel Device Manager.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Show Plymouth Boot Screen being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Forward Password Requests to Plymouth Directory Watch being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Local Encrypted Volumes.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Found device /dev/ttyS0.
May 16 09:59:46 ip-172-31-20-30 systemd-udevd[201]: Using default interface naming scheme 'v245'.
May 16 09:59:46 ip-172-31-20-30 systemd-udevd[201]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 16 09:59:46 ip-172-31-20-30 systemd-udevd[204]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 16 09:59:46 ip-172-31-20-30 udevadm[191]: systemd-udev-settle.service is deprecated.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished udev Wait for Complete Device Initialization.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Device-Mapper Multipath Device Controller...
May 16 09:59:46 ip-172-31-20-30 multipathd[268]: --------start up--------
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 16 09:59:46 ip-172-31-20-30 multipathd[268]: read /etc/multipath.conf
May 16 09:59:46 ip-172-31-20-30 multipathd[268]: xvda: failed to get udev uid: Invalid argument
May 16 09:59:46 ip-172-31-20-30 multipathd[268]: xvda: failed to get unknown uid: Invalid argument
May 16 09:59:46 ip-172-31-20-30 multipathd[268]: path checkers start up
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Device-Mapper Multipath Device Controller.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Local File Systems (Pre).
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounting Mount unit for amazon-ssm-agent, revision 5163...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounting Mount unit for core18, revision 2344...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounting Mount unit for core20, revision 1405...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounting Mount unit for lxd, revision 22753...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounting Mount unit for snapd, revision 15177...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounted Mount unit for amazon-ssm-agent, revision 5163.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounted Mount unit for core20, revision 1405.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounted Mount unit for lxd, revision 22753.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounted Mount unit for core18, revision 2344.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Mounted Mount unit for snapd, revision 15177.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Local File Systems.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Load AppArmor profiles...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Set console font and keymap...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Create final runtime dir for shutdown pivot root...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in LXD - agent - 9p mount being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in LXD - agent being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Commit a transient machine-id on disk...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Create Volatile Files and Directories...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: etc-machine\x2did.mount: Succeeded.
May 16 09:59:46 ip-172-31-20-30 apparmor.systemd[295]: Restarting AppArmor
May 16 09:59:46 ip-172-31-20-30 apparmor.systemd[295]: Reloading AppArmor profiles
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Set console font and keymap.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Create final runtime dir for shutdown pivot root.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: plymouth-read-write.service: Succeeded.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Commit a transient machine-id on disk.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Create Volatile Files and Directories.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Network Time Synchronization...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Update UTMP about System Boot/Shutdown.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Network Time Synchronization.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target System Time Set.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target System Time Synchronized.
May 16 09:59:46 ip-172-31-20-30 apparmor.systemd[311]: Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Load AppArmor profiles.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Load AppArmor profiles managed internally by snapd...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Authentication service for virtual machines hosted on VMware being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Service for virtual machines hosted on VMware being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Initial cloud-init job (pre-networking)...
May 16 09:59:46 ip-172-31-20-30 dhclient[346]: Internet Systems Consortium DHCP Client 4.4.1
May 16 09:59:46 ip-172-31-20-30 dhclient[346]: Copyright 2004-2018 Internet Systems Consortium.
May 16 09:59:46 ip-172-31-20-30 dhclient[346]: All rights reserved.
May 16 09:59:46 ip-172-31-20-30 dhclient[346]: For info, please visit https://www.isc.org/software/dhcp/
May 16 09:59:46 ip-172-31-20-30 dhclient[346]:
May 16 09:59:46 ip-172-31-20-30 dhclient[346]: Listening on LPF/eth0/0a:81:9c:cc:b7:f7
May 16 09:59:46 ip-172-31-20-30 dhclient[346]: Sending on LPF/eth0/0a:81:9c:cc:b7:f7
May 16 09:59:46 ip-172-31-20-30 dhclient[346]: Sending on Socket/fallback
May 16 09:59:46 ip-172-31-20-30 dhclient[346]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0x7bcad00e)
May 16 09:59:46 ip-172-31-20-30 dhclient[346]: DHCPOFFER of 172.31.20.30 from 172.31.16.1
May 16 09:59:46 ip-172-31-20-30 dhclient[346]: DHCPREQUEST for 172.31.20.30 on eth0 to 255.255.255.255 port 67 (xid=0xed0ca7b)
May 16 09:59:46 ip-172-31-20-30 dhclient[346]: DHCPACK of 172.31.20.30 from 172.31.16.1 (xid=0x7bcad00e)
May 16 09:59:46 ip-172-31-20-30 dhclient[346]: bound to 172.31.20.30 -- renewal in 1552 seconds.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
May 16 09:59:46 ip-172-31-20-30 cloud-init[341]: Cloud-init v. 22.1-14-g2e17a0d6-0ubuntu1~20.04.3 running 'init-local' at Mon, 16 May 2022 09:59:41 +0000. Up 8.31 seconds.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Load AppArmor profiles managed internally by snapd.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Initial cloud-init job (pre-networking).
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Network (Pre).
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Network Service...
May 16 09:59:46 ip-172-31-20-30 systemd-networkd[382]: Enumeration completed
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Network Service.
May 16 09:59:46 ip-172-31-20-30 systemd-networkd[382]: eth0: Link UP
May 16 09:59:46 ip-172-31-20-30 systemd-networkd[382]: eth0: Gained carrier
May 16 09:59:46 ip-172-31-20-30 systemd-timesyncd[307]: Network configuration changed, trying to establish connection.
May 16 09:59:46 ip-172-31-20-30 systemd-networkd[382]: eth0: Link DOWN
May 16 09:59:46 ip-172-31-20-30 systemd-networkd[382]: eth0: Lost carrier
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Wait for Network to be Configured...
May 16 09:59:46 ip-172-31-20-30 systemd-networkd[382]: eth0: IPv6 successfully enabled
May 16 09:59:46 ip-172-31-20-30 systemd-networkd[382]: eth0: Link UP
May 16 09:59:46 ip-172-31-20-30 systemd-networkd[382]: eth0: Gained carrier
May 16 09:59:46 ip-172-31-20-30 systemd-networkd[382]: eth0: DHCPv4 address 172.31.20.30/20 via 172.31.16.1
May 16 09:59:46 ip-172-31-20-30 systemd-timesyncd[307]: Network configuration changed, trying to establish connection.
May 16 09:59:46 ip-172-31-20-30 systemd-timesyncd[307]: Initial synchronization to time server 169.254.169.123:123 (169.254.169.123).
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Network Name Resolution...
May 16 09:59:46 ip-172-31-20-30 systemd-resolved[385]: Positive Trust Anchors:
May 16 09:59:46 ip-172-31-20-30 systemd-resolved[385]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
May 16 09:59:46 ip-172-31-20-30 systemd-resolved[385]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
May 16 09:59:46 ip-172-31-20-30 systemd-resolved[385]: Using system hostname 'ip-172-31-20-30'.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Network Name Resolution.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Network.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Host and Network Name Lookups.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.289558] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.290273] NetLabel: unlabeled traffic allowed by default
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.294311] PCI: Using ACPI for IRQ routing
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.298247] PCI: pci_cache_line_size set to 64 bytes
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.299181] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.300191] hpet: 3 channels of 0 reserved for per-cpu timers
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.302254] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.306247] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.314293] clocksource: Switched to clocksource xen
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.330540] VFS: Disk quotas dquot_6.6.0
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.339409] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.347670] AppArmor: AppArmor Filesystem Enabled
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.353626] pnp: PnP ACPI init
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.358021] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.365997] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.366119] system 00:01: [io 0x08a0-0x08a3] has been reserved
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.372998] system 00:01: [io 0x0cc0-0x0ccf] has been reserved
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.379751] system 00:01: [io 0x04d0-0x04d1] has been reserved
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386653] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386696] xen: --> pirq=17 -> irq=8 (gsi=8)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386715] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386749] xen: --> pirq=18 -> irq=12 (gsi=12)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386764] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386788] xen: --> pirq=19 -> irq=1 (gsi=1)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386802] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386826] xen: --> pirq=20 -> irq=6 (gsi=6)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386828] pnp 00:05: [dma 2]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386839] pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386877] xen: --> pirq=21 -> irq=4 (gsi=4)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386891] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.386977] system 00:07: [io 0x10c0-0x1141] has been reserved
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.393864] system 00:07: [io 0xb044-0xb047] has been reserved
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.400319] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.413550] pnp: PnP ACPI: found 8 devices
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.423157] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.430518] NET: Registered protocol family 2
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.434823] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.441616] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.448599] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.455137] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.461268] TCP: Hash tables configured (established 8192 bind 8192)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.466580] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.472641] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.478136] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.483977] NET: Registered protocol family 1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.488869] NET: Registered protocol family 44
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.492993] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.498644] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.503957] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.509802] pci_bus 0000:00: resource 7 [mem 0xf0000000-0xfbffffff window]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.516018] pci 0000:00:01.0: PIIX3: Enabling Passive Release
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.521051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.675790] pci 0000:00:00.0: quirk_natoma+0x0/0x20 took 151111 usecs
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.681190] pci 0000:00:01.0: Activating ISA DMA hang workarounds
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.687179] PCI: CLS 0 bytes, default 64
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.691026] Trying to unpack rootfs image as initramfs...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.696249] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2283c0783fd, max_idle_ns: 440795301468 ns
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.706079] Freeing initrd memory: 4532K
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.710086] Initialise system trusted keyrings
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.713912] Key type blacklist registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.717465] workingset: timestamp_bits=36 max_order=18 bucket_order=0
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.723749] zbud: loaded
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.726521] squashfs: version 4.0 (2009/01/31) Phillip Lougher
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.732248] fuse: init (API version 7.34)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.737130] integrity: Platform Keyring initialized
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.753211] Key type asymmetric registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.758153] Asymmetric key parser 'x509' registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.763158] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.768752] io scheduler mq-deadline registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.773381] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.778925] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.784764] ACPI: button: Power Button [PWRF]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.788428] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.794022] ACPI: button: Sleep Button [SLPF]
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.802957] xen: --> pirq=22 -> irq=28 (gsi=28)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.803079] xen:grant_table: Grant tables using version 1 layout
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.807461] Grant table initialized
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.810220] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.814765] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.853552] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.877770] Linux agpgart interface v0.103
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.978370] loop: module loaded
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.982270] Invalid max_queues (4), will use default max: 1.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.989221] ata_piix 0000:00:01.1: version 2.13
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.990524] scsi host0: ata_piix
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.993966] scsi host1: ata_piix
May 16 09:59:46 ip-172-31-20-30 kernel: [ 1.997366] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.005459] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.017253] tun: Universal TUN/TAP device driver, 1.6
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.022493] PPP generic driver version 2.4.2
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.028489] xen_netfront: Initialising Xen virtual ethernet driver
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.037561] VFIO - User Level meta-driver version: 0.3
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.043011] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.049545] ehci-pci: EHCI PCI platform driver
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.054618] ehci-platform: EHCI generic platform driver
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.059374] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.066071] ohci-pci: OHCI PCI platform driver
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.071444] ohci-platform: OHCI generic platform driver
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.077209] uhci_hcd: USB Universal Host Controller Interface driver
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.084397] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.097537] serio: i8042 KBD port at 0x60,0x64 irq 1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.104096] serio: i8042 AUX port at 0x60,0x64 irq 12
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.110833] mousedev: PS/2 mouse device common for all mice
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.119408] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.131029] rtc_cmos 00:02: registered as rtc0
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.137329] rtc_cmos 00:02: setting system clock to 2022-05-16T09:59:34 UTC (1652695174)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.149004] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.157998] i2c /dev entries driver
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.163343] device-mapper: uevent: version 1.0.3
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.169987] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: <email address hidden>
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.184697] platform eisa.0: Probing EISA bus 0
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.191574] platform eisa.0: EISA: Cannot allocate resource for mainboard
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.201537] platform eisa.0: Cannot allocate resource for EISA slot 1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.210710] platform eisa.0: Cannot allocate resource for EISA slot 2
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.219688] platform eisa.0: Cannot allocate resource for EISA slot 3
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.228540] platform eisa.0: Cannot allocate resource for EISA slot 4
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.238139] platform eisa.0: Cannot allocate resource for EISA slot 5
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.247296] platform eisa.0: Cannot allocate resource for EISA slot 6
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.256657] platform eisa.0: Cannot allocate resource for EISA slot 7
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.264951] platform eisa.0: Cannot allocate resource for EISA slot 8
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.272142] platform eisa.0: EISA: Detected 0 cards
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.277742] intel_pstate: CPU model not supported
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.283056] ledtrig-cpu: registered to indicate activity on CPUs
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.290023] drop_monitor: Initializing network drop monitor service
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.297648] NET: Registered protocol family 10
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.303488] Segment Routing with IPv6
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.307766] NET: Registered protocol family 17
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.312974] Key type dns_resolver registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.318068] blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.329009] resctrl: L3 allocation detected
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.334279] IPI shorthand broadcast: enabled
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.339520] sched_clock: Marking stable (1752040325, 587425733)->(2771657508, -432191450)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.348877] registered taskstats version 1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.354081] Loading compiled-in X.509 certificates
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.358378] Loaded X.509 cert 'Build time autogenerated kernel key: cf5602d9f347c3a5658a944a31aa04e38ea3be49'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.365047] xvda: xvda1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.367373] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.373646] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.379290] blacklist: Loading compiled-in revocation X.509 certificates
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.383208] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.389760] zswap: loaded using pool lzo/zbud
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.392699] Key type ._fscrypt registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.395767] Key type .fscrypt registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.398191] Key type fscrypt-provisioning registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.403465] Key type encrypted registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.407464] AppArmor: AppArmor sha1 policy hashing enabled
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.412543] ima: No TPM chip found, activating TPM-bypass!
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.419460] Loading compiled-in module X.509 certificates
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.426660] Loaded X.509 cert 'Build time autogenerated kernel key: cf5602d9f347c3a5658a944a31aa04e38ea3be49'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.432314] ima: Allocated hash algorithm: sha1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.435217] ima: No architecture policies found
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.440435] evm: Initialising EVM extended attributes:
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.446619] evm: security.selinux
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.450662] evm: security.SMACK64
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.454547] evm: security.SMACK64EXEC
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.459018] evm: security.SMACK64TRANSMUTE
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.463569] evm: security.SMACK64MMAP
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.467139] evm: security.apparmor
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.470672] evm: security.ima
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.473636] evm: security.capability
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.477133] evm: HMAC attrs: 0x1
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.480670] PM: Magic number: 6:591:980
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.484677] RAS: Correctable Errors collector initialized.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.491844] md: Waiting for all devices to be available before autodetect
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.497975] md: If you don't use raid, use raid=noautodetect
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.503153] md: Autodetecting RAID arrays.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.507211] md: autorun ...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.510199] md: ... autorun DONE.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.532127] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.540823] VFS: Mounted root (ext4 filesystem) readonly on device 202:1.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.547837] devtmpfs: mounted
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.552805] Freeing unused decrypted memory: 2036K
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.558908] Freeing unused kernel image (initmem) memory: 2900K
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.566260] Write protecting the kernel read-only data: 30720k
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.572905] Freeing unused kernel image (text/rodata gap) memory: 2036K
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.580195] Freeing unused kernel image (rodata/data gap) memory: 1760K
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.638724] x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.646301] x86/mm: Checking user space page tables
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.701450] x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.706625] Run /sbin/init as init process
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.709305] with arguments:
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.709307] /sbin/init
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.709308] with environment:
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.709309] HOME=/
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.709310] TERM=linux
May 16 09:59:46 ip-172-31-20-30 kernel: [ 2.709310] BOOT_IMAGE=/boot/vmlinuz-5.13.0-1022-aws
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.197920] systemd[1]: Inserted module 'autofs4'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.242474] systemd[1]: systemd 245.4-4ubuntu3.16 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.262984] systemd[1]: Detected virtualization xen.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.268565] systemd[1]: Detected architecture x86-64.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.304132] systemd[1]: Set hostname to <ubuntu>.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.312346] systemd[1]: Initializing machine ID from random generator.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.320195] systemd[1]: Installed transient /etc/machine-id file.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.747863] systemd[1]: Created slice system-modprobe.slice.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.758413] systemd[1]: Created slice system-serial\x2dgetty.slice.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.767769] systemd[1]: Created slice User and Session Slice.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.780314] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.791552] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.806530] systemd[1]: Reached target User and Group Name Lookups.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.819670] systemd[1]: Reached target Slices.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.830176] systemd[1]: Reached target Swap.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.840148] systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.852061] systemd[1]: Listening on LVM2 poll daemon socket.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.859981] systemd[1]: Listening on multipathd control socket.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.868722] systemd[1]: Listening on Syslog Socket.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.878157] systemd[1]: Listening on fsck to fsckd communication Socket.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.891550] systemd[1]: Listening on initctl Compatibility Named Pipe.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.907133] systemd[1]: Listening on Journal Audit Socket.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.920154] systemd[1]: Listening on Journal Socket (/dev/log).
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.934645] systemd[1]: Listening on Journal Socket.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.947232] systemd[1]: Listening on Network Service Netlink Socket.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.959392] systemd[1]: Listening on udev Control Socket.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.966224] systemd[1]: Listening on udev Kernel Socket.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.974198] systemd[1]: Mounting Huge Pages File System...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.983678] systemd[1]: Mounting POSIX Message Queue File System...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 3.994289] systemd[1]: Mounting Kernel Debug File System...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.007456] systemd[1]: Mounting Kernel Trace File System...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.019931] systemd[1]: Starting Journal Service...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.210428] systemd[1]: Starting Set the console keyboard layout...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.233603] systemd[1]: Starting Create list of static device nodes for the current kernel...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.264200] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.330458] systemd[1]: Starting Load Kernel Module drm...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.359163] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.383220] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.402627] systemd[1]: Starting File System Check on Root Device...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.427245] systemd[1]: Starting Load Kernel Modules...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.444628] systemd[1]: Starting udev Coldplug all Devices...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.462596] systemd[1]: Starting Uncomplicated firewall...
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.490059] IPMI message handler: version 39.2
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.498891] systemd[1]: Started Journal Service.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.509273] ipmi device interface
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.660503] EXT4-fs (xvda1): re-mounted. Opts: discard. Quota mode: none.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 4.719881] systemd-journald[162]: Received client request to flush runtime journal.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 5.369849] FDC 0 is a S82078B
May 16 09:59:46 ip-172-31-20-30 kernel: [ 5.605024] cryptd: max_cpu_qlen set to 1000
May 16 09:59:46 ip-172-31-20-30 kernel: [ 5.630229] AVX2 version of gcm_enc/dec engaged.
May 16 09:59:46 ip-172-31-20-30 kernel: [ 5.643698] AES CTR mode by8 optimization enabled
May 16 09:59:46 ip-172-31-20-30 systemd-networkd[382]: eth0: Gained IPv6LL
May 16 09:59:46 ip-172-31-20-30 systemd-networkd-wait-online[383]: managing: eth0
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Wait for Network to be Configured.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Initial cloud-init job (metadata service crawler)...
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Cloud-init v. 22.1-14-g2e17a0d6-0ubuntu1~20.04.3 running 'init' at Mon, 16 May 2022 09:59:44 +0000. Up 11.53 seconds.
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | eth0 | True | 172.31.20.30 | 255.255.240.0 | global | 0a:81:9c:cc:b7:f7 |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | eth0 | True | fe80::881:9cff:fecc:b7f7/64 | . | link | 0a:81:9c:cc:b7:f7 |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | lo | True | ::1/128 | . | host | . |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: ++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: +-------+-------------+-------------+-----------------+-----------+-------+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: +-------+-------------+-------------+-----------------+-----------+-------+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | 0 | 0.0.0.0 | 172.31.16.1 | 0.0.0.0 | eth0 | UG |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | 1 | 172.31.16.0 | 0.0.0.0 | 255.255.240.0 | eth0 | U |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | 2 | 172.31.16.1 | 0.0.0.0 | 255.255.255.255 | eth0 | UH |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: +-------+-------------+-------------+-----------------+-----------+-------+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: +-------+-------------+---------+-----------+-------+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | Route | Destination | Gateway | Interface | Flags |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: +-------+-------------+---------+-----------+-------+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | 1 | fe80::/64 | :: | eth0 | U |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | 3 | local | :: | eth0 | U |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: | 4 | multicast | :: | eth0 | U |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: ci-info: +-------+-------------+---------+-----------+-------+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Generating public/private rsa key pair.
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: The key fingerprint is:
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: SHA256:ZR6BzkVymLIAUFLn4ylBlGut+E6dr4r3bCILiOKFWPI root@ip-172-31-20-30
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: The key's randomart image is:
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: +---[RSA 3072]----+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: |o=*o. .=+ |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | o.o. . +o.. |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | .oo. = .+ |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | oo.o. o+ . |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: |.oo.o S . |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: |=+oo . |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: |*oE.o |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: |=o=... |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: |o*o=+.. |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: +----[SHA256]-----+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Generating public/private dsa key pair.
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: The key fingerprint is:
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: SHA256:kH3AXQ53oEWfZSnz+lsZLS5nNx9hQgh+uOqVRFSmj8U root@ip-172-31-20-30
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: The key's randomart image is:
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: +---[DSA 1024]----+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | ..+o=*.. +|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | o+.B*.= = |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | o .=oE..* |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | ...* . ..|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | S+ . .o+.|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | o . oo.+|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | . o . =+o|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | . . + o=|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | . .o|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: +----[SHA256]-----+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Generating public/private ecdsa key pair.
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: The key fingerprint is:
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: SHA256:BUNob4akkYzDlcEnh6Xf19/64Ic6j4+MVjNTvM14fv8 root@ip-172-31-20-30
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: The key's randomart image is:
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: +---[ECDSA 256]---+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | . =o*.o+ |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | + O.* o |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | ..O o . . |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | ....+. . o |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | .oS . .. = |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | . =.o.+|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | . +o+.|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | .o.+.o+|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | .. ===oE|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: +----[SHA256]-----+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Generating public/private ed25519 key pair.
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: The key fingerprint is:
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: SHA256:0FBQzchydf/3T9Q5eL8Nex8FssCVm8TgR6On5+/ddUM root@ip-172-31-20-30
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: The key's randomart image is:
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: +--[ED25519 256]--+
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | o=o=oo=. |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | .o+oo=+o |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | .o. =.+oo |
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | . =oo.oo|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | S . o. E*|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | o o.*|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | . .o*|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | . =@|
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: | .+oB|
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Initial cloud-init job (metadata service crawler).
May 16 09:59:46 ip-172-31-20-30 acpid: starting up with netlink and the input layer
May 16 09:59:46 ip-172-31-20-30 cloud-init[390]: +----[SHA256]-----+
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Cloud-config availability.
May 16 09:59:46 ip-172-31-20-30 acpid: 2 rules loaded
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Network is Online.
May 16 09:59:46 ip-172-31-20-30 acpid: waiting for events: event logging is off
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target System Initialization.
May 16 09:59:46 ip-172-31-20-30 cron[446]: (CRON) INFO (pidfile fd = 3)
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started ACPI Events Check.
May 16 09:59:46 ip-172-31-20-30 cron[446]: (CRON) INFO (Running @reboot jobs)
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Process error reports when automatic reporting is enabled (file watch) being skipped.
May 16 09:59:46 ip-172-31-20-30 dbus-daemon[447]: [system] AppArmor D-Bus mediation is enabled
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Trigger to poll for Ubuntu Pro licenses (Only enabled on GCP LTS non-pro).
May 16 09:59:46 ip-172-31-20-30 dbus-daemon[447]: [system] Activating systemd to hand-off: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.0' (uid=100 pid=382 comm="/lib/systemd/systemd-networkd " label="unconfined")
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Daily apt download activities.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Daily apt upgrade and clean activities.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Periodic ext4 Online Metadata Check for All Filesystems.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Discard unused blocks once a week.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Refresh fwupd metadata regularly.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Daily rotation of log files.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Daily man-db regeneration.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Message of the Day.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Timer to automatically fetch and run repair assertions being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Daily Cleanup of Temporary Directories.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Ubuntu Advantage Timer for running repeated jobs.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Paths.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Timers.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Listening on ACPID Listen Socket.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Unix socket for apport crash forwarding being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Listening on cloud-init hotplug hook socket.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Listening on D-Bus System Message Bus Socket.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Listening on Open-iSCSI iscsid Socket.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Socket activation for snappy daemon.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Listening on UUID daemon activation socket.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Login to default iSCSI targets being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Remote File Systems (Pre).
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Remote File Systems.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Availability of block devices...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Listening on Socket activation for snappy daemon.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Availability of block devices.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Sockets.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Reached target Basic System.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Accounts Service...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started ACPI event daemon.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting LSB: automatic crash report generation...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Deferred execution scheduler...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Regular background program processing daemon.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started D-Bus System Message Bus.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Save initial kernel messages after boot.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Remove Stale Online ext4 Metadata Check Snapshots...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting EC2 Instance Connect Host Key Harvesting...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Record successful boot for GRUB...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started irqbalance daemon.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Dispatcher daemon for systemd-networkd...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Set the CPU Frequency Scaling governor being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Authorization Manager...
May 16 09:59:46 ip-172-31-20-30 /usr/sbin/irqbalance: Balancing is ineffective on systems with a single cpu. Shutting down
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Pollinate to seed the pseudo random number generator...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting System Logging Service...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Secure Boot updates for DB and DBX being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Automatically repair incorrect owner/permissions on core devices being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Wait for the Ubuntu Core chooser trigger being skipped.
May 16 09:59:46 ip-172-31-20-30 polkitd[458]: started daemon version 0.105 using authority implementation `local' version `0.105'
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Snap Daemon...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Login Service...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Permit User Sessions...
May 16 09:59:46 ip-172-31-20-30 accounts-daemon[438]: started daemon version 0.6.55
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Condition check resulted in Ubuntu Advantage reboot cmds being skipped.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Disk Manager...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Deferred execution scheduler.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: e2scrub_reap.service: Succeeded.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Remove Stale Online ext4 Metadata Check Snapshots.
May 16 09:59:46 ip-172-31-20-30 udisksd[472]: udisks daemon version 2.8.4 starting
May 16 09:59:46 ip-172-31-20-30 systemd[1]: irqbalance.service: Succeeded.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Permit User Sessions.
May 16 09:59:46 ip-172-31-20-30 dbus-daemon[447]: [system] Successfully activated service 'org.freedesktop.systemd1'
May 16 09:59:46 ip-172-31-20-30 kernel: [ 6.222191] alua: device handler registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 6.224089] emc: device handler registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 6.226225] rdac: device handler registered
May 16 09:59:46 ip-172-31-20-30 kernel: [ 6.310208] loop0: detected capacity change from 0 to 54552
May 16 09:59:46 ip-172-31-20-30 kernel: [ 6.328510] loop1: detected capacity change from 0 to 113696
May 16 09:59:46 ip-172-31-20-30 kernel: [ 6.331994] loop2: detected capacity change from 0 to 126760
May 16 09:59:46 ip-172-31-20-30 kernel: [ 6.343965] loop3: detected capacity change from 0 to 138880
May 16 09:59:46 ip-172-31-20-30 kernel: [ 6.355334] loop4: detected capacity change from 0 to 89352
May 16 09:59:46 ip-172-31-20-30 kernel: [ 6.671785] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
May 16 09:59:46 ip-172-31-20-30 kernel: [ 6.914186] audit: type=1400 audit(1652695179.272:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=308 comm="apparmor_parser"
May 16 09:59:46 ip-172-31-20-30 kernel: [ 6.915452] audit: type=1400 audit(1652695179.276:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=308 comm="apparmor_parser"
May 16 09:59:46 ip-172-31-20-30 kernel: [ 7.032441] audit: type=1400 audit(1652695179.392:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=312 comm="apparmor_parser"
May 16 09:59:46 ip-172-31-20-30 kernel: [ 7.102376] audit: type=1400 audit(1652695179.464:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=313 comm="apparmor_parser"
May 16 09:59:46 ip-172-31-20-30 kernel: [ 7.103445] audit: type=1400 audit(1652695179.464:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=313 comm="apparmor_parser"
May 16 09:59:46 ip-172-31-20-30 kernel: [ 7.104696] audit: type=1400 audit(1652695179.464:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=313 comm="apparmor_parser"
May 16 09:59:46 ip-172-31-20-30 kernel: [ 7.146234] audit: type=1400 audit(1652695179.504:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=314 comm="apparmor_parser"
May 16 09:59:46 ip-172-31-20-30 kernel: [ 7.315830] audit: type=1400 audit(1652695179.676:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=315 comm="apparmor_parser"
May 16 09:59:46 ip-172-31-20-30 kernel: [ 7.317431] audit: type=1400 audit(1652695179.676:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=315 comm="apparmor_parser"
May 16 09:59:46 ip-172-31-20-30 kernel: [ 7.318983] audit: type=1400 audit(1652695179.680:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=315 comm="apparmor_parser"
May 16 09:59:46 ip-172-31-20-30 rsyslogd: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd. [v8.2001.0]
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started System Logging Service.
May 16 09:59:46 ip-172-31-20-30 rsyslogd: rsyslogd's groupid changed to 110
May 16 09:59:46 ip-172-31-20-30 rsyslogd: rsyslogd's userid changed to 104
May 16 09:59:46 ip-172-31-20-30 rsyslogd: [origin software="rsyslogd" swVersion="8.2001.0" x-pid="465" x-info="https://www.rsyslog.com"] start
May 16 09:59:46 ip-172-31-20-30 udisksd[472]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
May 16 09:59:46 ip-172-31-20-30 udisksd[472]: Failed to load the 'mdraid' libblockdev plugin
May 16 09:59:46 ip-172-31-20-30 apport[440]: * Starting automatic crash report generation: apport
May 16 09:59:46 ip-172-31-20-30 systemd[1]: grub-common.service: Succeeded.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Record successful boot for GRUB.
May 16 09:59:46 ip-172-31-20-30 apport[440]: ...done.
May 16 09:59:46 ip-172-31-20-30 pollinate[459]: client sent challenge to [https://entropy.ubuntu.com/]
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started LSB: automatic crash report generation.
May 16 09:59:46 ip-172-31-20-30 networkd-dispatcher[457]: No valid path found for iwconfig
May 16 09:59:46 ip-172-31-20-30 networkd-dispatcher[457]: No valid path found for iw
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Authorization Manager.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Accounts Service.
May 16 09:59:46 ip-172-31-20-30 udisksd[472]: Acquired the name org.freedesktop.UDisks2 on the system message bus
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Login Service.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Dispatcher daemon for systemd-networkd.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Disk Manager.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Modem Manager...
May 16 09:59:46 ip-172-31-20-30 snapd[466]: AppArmor status: apparmor is enabled and all features are available
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting GRUB failed boot detection...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Hold until boot process finishes up...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Terminate Plymouth Boot Screen...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Hostname Service...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Unattended Upgrades Shutdown.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: plymouth-quit-wait.service: Succeeded.
May 16 09:59:46 ip-172-31-20-30 ModemManager[584]: <info> ModemManager (version 1.16.6) starting in system bus...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Hold until boot process finishes up.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: plymouth-quit.service: Succeeded.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Terminate Plymouth Boot Screen.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: grub-initrd-fallback.service: Succeeded.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished GRUB failed boot detection.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Serial Getty on ttyS0.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Starting Set console scheme...
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Started Modem Manager.
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Finished Set console scheme.
May 16 09:59:46 ip-172-31-20-30 pollinate[459]: client verified challenge/response with [https://entropy.ubuntu.com/]
May 16 09:59:46 ip-172-31-20-30 systemd[1]: Created slice system-getty.slice.
May 16 09:59:46 ip-172-31-20-30 pollinate[459]: client hashed response from [https://entropy.ubuntu.com/]
May 16 09:59:47 ip-172-31-20-30 pollinate[459]: client successfully seeded [/dev/urandom]
May 16 09:59:47 ip-172-31-20-30 systemd[1]: Started Getty on tty1.
May 16 09:59:47 ip-172-31-20-30 dbus-daemon[447]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 16 09:59:47 ip-172-31-20-30 systemd[1]: Reached target Login Prompts.
May 16 09:59:47 ip-172-31-20-30 systemd[1]: ec2-instance-connect.service: Succeeded.
May 16 09:59:47 ip-172-31-20-30 systemd[1]: Finished EC2 Instance Connect Host Key Harvesting.
May 16 09:59:47 ip-172-31-20-30 systemd[1]: pollinate.service: Succeeded.
May 16 09:59:47 ip-172-31-20-30 systemd[1]: Finished Pollinate to seed the pseudo random number generator.
May 16 09:59:47 ip-172-31-20-30 systemd[1]: Started Hostname Service.
May 16 09:59:47 ip-172-31-20-30 systemd[1]: Starting OpenBSD Secure Shell server...
May 16 09:59:47 ip-172-31-20-30 systemd[1]: Started OpenBSD Secure Shell server.
May 16 09:59:47 ip-172-31-20-30 snapd[466]: AppArmor status: apparmor is enabled and all features are available
May 16 09:59:47 ip-172-31-20-30 snapd[466]: patch.go:63: Patching system state level 6 to sublevel 1...
May 16 09:59:47 ip-172-31-20-30 snapd[466]: patch.go:63: Patching system state level 6 to sublevel 2...
May 16 09:59:47 ip-172-31-20-30 snapd[466]: patch.go:63: Patching system state level 6 to sublevel 3...
May 16 09:59:47 ip-172-31-20-30 snapd[466]: daemon.go:246: started snapd/2.54.4 (series 16; classic) ubuntu/20.04 (amd64) linux/5.13.0-1022-aws.
May 16 09:59:47 ip-172-31-20-30 kernel: [ 15.442366] loop5: detected capacity change from 0 to 8
May 16 09:59:47 ip-172-31-20-30 systemd[1]: tmp-sanity\x2dmountpoint\x2d413667095.mount: Succeeded.
May 16 09:59:47 ip-172-31-20-30 snapd[466]: daemon.go:339: adjusting startup timeout by 55s (pessimistic estimate of 30s plus 5s per snap)
May 16 09:59:48 ip-172-31-20-30 systemd[1]: Started Snap Daemon.
May 16 09:59:48 ip-172-31-20-30 systemd[1]: Starting Wait until snapd is fully seeded...
May 16 09:59:49 ip-172-31-20-30 systemd[1]: Started snap.lxd.hook.install.250e76fe-02d4-45b4-9fbd-e4cc9565aec1.scope.
May 16 09:59:49 ip-172-31-20-30 systemd[1]: tmp-snap.rootfs_4YMgqw.mount: Succeeded.
May 16 09:59:50 ip-172-31-20-30 systemd[1]: snap.lxd.hook.install.250e76fe-02d4-45b4-9fbd-e4cc9565aec1.scope: Succeeded.
May 16 09:59:50 ip-172-31-20-30 systemd[1]: Reloading.
May 16 09:59:50 ip-172-31-20-30 systemd[1]: Reloading.
May 16 09:59:51 ip-172-31-20-30 systemd[1]: Listening on Socket unix for snap application lxd.daemon.
May 16 09:59:51 ip-172-31-20-30 systemd[1]: Starting Service for snap application lxd.activate...
May 16 09:59:51 ip-172-31-20-30 systemd[1]: dmesg.service: Succeeded.
May 16 09:59:51 ip-172-31-20-30 lxd.activate[807]: => Starting LXD activation
May 16 09:59:51 ip-172-31-20-30 lxd.activate[807]: ==> Creating missing snap configuration
May 16 09:59:51 ip-172-31-20-30 lxd.activate[807]: ==> Loading snap configuration
May 16 09:59:51 ip-172-31-20-30 lxd.activate[807]: ==> Checking for socket activation support
May 16 09:59:51 ip-172-31-20-30 lxd.activate[807]: ==> Creating "lxd" user
May 16 09:59:51 ip-172-31-20-30 lxd.activate[807]: ==> Setting LXD socket ownership
May 16 09:59:51 ip-172-31-20-30 lxd.activate[807]: ==> LXD never started on this system, no need to start it now
May 16 09:59:51 ip-172-31-20-30 systemd[1]: snap.lxd.activate.service: Succeeded.
May 16 09:59:51 ip-172-31-20-30 systemd[1]: Finished Service for snap application lxd.activate.
May 16 09:59:51 ip-172-31-20-30 systemd[1]: Started snap.lxd.hook.configure.f83e5b7f-8c94-41e6-bb97-95bb8f22ce04.scope.
May 16 09:59:51 ip-172-31-20-30 systemd[1]: snap.lxd.hook.configure.f83e5b7f-8c94-41e6-bb97-95bb8f22ce04.scope: Succeeded.
May 16 09:59:51 ip-172-31-20-30 systemd[1]: Reloading.
May 16 09:59:52 ip-172-31-20-30 systemd[1]: Started Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 09:59:52 ip-172-31-20-30 dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.14' (uid=0 pid=466 comm="/usr/lib/snapd/snapd " label="unconfined")
May 16 09:59:52 ip-172-31-20-30 systemd[1]: Starting Time & Date Service...
May 16 09:59:52 ip-172-31-20-30 dbus-daemon[447]: [system] Successfully activated service 'org.freedesktop.timedate1'
May 16 09:59:52 ip-172-31-20-30 systemd[1]: Started Time & Date Service.
May 16 09:59:52 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: Error occurred fetching the seelog config file path: open /etc/amazon/ssm/seelog.xml: no such file or directory
May 16 09:59:52 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: Initializing new seelog logger
May 16 09:59:52 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: New Seelog Logger Creation Complete
May 16 09:59:52 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:52 WARN Error adding the directory '/etc/amazon/ssm' to watcher: no such file or directory
May 16 09:59:52 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:52 INFO Proxy environment variables:
May 16 09:59:52 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:52 INFO http_proxy:
May 16 09:59:53 ip-172-31-20-30 systemd[1]: Finished Wait until snapd is fully seeded.
May 16 09:59:53 ip-172-31-20-30 systemd[1]: Starting Apply the settings specified in cloud-config...
May 16 09:59:53 ip-172-31-20-30 systemd[1]: Condition check resulted in Auto import assertions from block devices being skipped.
May 16 09:59:53 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:52 INFO no_proxy:
May 16 09:59:53 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:52 INFO https_proxy:
May 16 09:59:53 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:52 INFO Agent will take identity from EC2
May 16 09:59:53 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:52 INFO [amazon-ssm-agent] using named pipe channel for IPC
May 16 09:59:53 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: message repeated 2 times: [ 2022-05-16 09:59:52 INFO [amazon-ssm-agent] using named pipe channel for IPC]
May 16 09:59:53 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:52 INFO [amazon-ssm-agent] amazon-ssm-agent - v3.1.715.0
May 16 09:59:53 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:52 INFO [amazon-ssm-agent] OS: linux, Arch: amd64
May 16 09:59:53 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:52 INFO [CredentialRefresher] Identity does not require credential refresher
May 16 09:59:53 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:53 INFO [amazon-ssm-agent] [LongRunningWorkerContainer] [WorkerProvider] Worker ssm-agent-worker is not running, starting worker process
May 16 09:59:54 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:53 INFO [amazon-ssm-agent] [LongRunningWorkerContainer] [WorkerProvider] Worker ssm-agent-worker (pid:1136) started
May 16 09:59:54 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[1104]: 2022-05-16 09:59:53 INFO [amazon-ssm-agent] [LongRunningWorkerContainer] Monitor long running worker health every 60 seconds
May 16 09:59:54 ip-172-31-20-30 cloud-init[1130]: Cloud-init v. 22.1-14-g2e17a0d6-0ubuntu1~20.04.3 running 'modules:config' at Mon, 16 May 2022 09:59:53 +0000. Up 20.44 seconds.
May 16 09:59:54 ip-172-31-20-30 systemd[1]: Finished Apply the settings specified in cloud-config.
May 16 09:59:54 ip-172-31-20-30 systemd[1]: Starting EC2 instance hibernation setup agent...
May 16 09:59:54 ip-172-31-20-30 /hibinit-agent: Instance Launch has not enabled Hibernation Configured Flag. hibinit-agent exiting!!
May 16 09:59:54 ip-172-31-20-30 hibinit-agent[1148]: Instance Launch has not enabled Hibernation Configured Flag. hibinit-agent exiting!!
May 16 09:59:54 ip-172-31-20-30 systemd[1]: hibinit-agent.service: Succeeded.
May 16 09:59:54 ip-172-31-20-30 systemd[1]: Started EC2 instance hibernation setup agent.
May 16 09:59:54 ip-172-31-20-30 systemd[1]: Reached target Multi-User System.
May 16 09:59:54 ip-172-31-20-30 systemd[1]: Reached target Graphical Interface.
May 16 09:59:54 ip-172-31-20-30 systemd[1]: Starting Execute cloud user/final scripts...
May 16 09:59:54 ip-172-31-20-30 systemd[1]: Starting Update UTMP about System Runlevel Changes...
May 16 09:59:54 ip-172-31-20-30 systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
May 16 09:59:54 ip-172-31-20-30 systemd[1]: Finished Update UTMP about System Runlevel Changes.
May 16 09:59:55 ip-172-31-20-30 cloud-init: #############################################################
May 16 09:59:55 ip-172-31-20-30 cloud-init: -----BEGIN SSH HOST KEY FINGERPRINTS-----
May 16 09:59:55 ip-172-31-20-30 cloud-init: 1024 SHA256:kH3AXQ53oEWfZSnz+lsZLS5nNx9hQgh+uOqVRFSmj8U root@ip-172-31-20-30 (DSA)
May 16 09:59:55 ip-172-31-20-30 cloud-init: 256 SHA256:BUNob4akkYzDlcEnh6Xf19/64Ic6j4+MVjNTvM14fv8 root@ip-172-31-20-30 (ECDSA)
May 16 09:59:55 ip-172-31-20-30 cloud-init: 256 SHA256:0FBQzchydf/3T9Q5eL8Nex8FssCVm8TgR6On5+/ddUM root@ip-172-31-20-30 (ED25519)
May 16 09:59:55 ip-172-31-20-30 cloud-init: 3072 SHA256:ZR6BzkVymLIAUFLn4ylBlGut+E6dr4r3bCILiOKFWPI root@ip-172-31-20-30 (RSA)
May 16 09:59:55 ip-172-31-20-30 cloud-init: -----END SSH HOST KEY FINGERPRINTS-----
May 16 09:59:55 ip-172-31-20-30 cloud-init: #############################################################
May 16 09:59:55 ip-172-31-20-30 cloud-init[1157]: Cloud-init v. 22.1-14-g2e17a0d6-0ubuntu1~20.04.3 running 'modules:final' at Mon, 16 May 2022 09:59:55 +0000. Up 22.28 seconds.
May 16 09:59:55 ip-172-31-20-30 cloud-init[1157]: Cloud-init v. 22.1-14-g2e17a0d6-0ubuntu1~20.04.3 finished at Mon, 16 May 2022 09:59:55 +0000. Datasource DataSourceEc2Local. Up 22.63 seconds
May 16 09:59:55 ip-172-31-20-30 systemd[1]: Finished Execute cloud user/final scripts.
May 16 09:59:55 ip-172-31-20-30 systemd[1]: Reached target Cloud-init target.
May 16 09:59:55 ip-172-31-20-30 systemd[1]: Startup finished in 2.538s (kernel) + 20.184s (userspace) = 22.723s.
May 16 10:00:07 ip-172-31-20-30 systemd[1]: systemd-fsckd.service: Succeeded.
May 16 10:00:17 ip-172-31-20-30 systemd[1]: systemd-hostnamed.service: Succeeded.
May 16 10:00:22 ip-172-31-20-30 systemd[1]: systemd-timedated.service: Succeeded.
May 16 10:00:46 ip-172-31-20-30 systemd-timesyncd[307]: Initial synchronization to time server 169.254.169.123:123 (169.254.169.123).
May 16 10:12:04 ip-172-31-20-30 systemd[1]: Created slice User Slice of UID 1000.
May 16 10:12:04 ip-172-31-20-30 systemd[1]: Starting User Runtime Directory /run/user/1000...
May 16 10:12:04 ip-172-31-20-30 systemd[1]: Finished User Runtime Directory /run/user/1000.
May 16 10:12:04 ip-172-31-20-30 systemd[1]: Starting User Manager for UID 1000...
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Reached target Paths.
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Reached target Timers.
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Starting D-Bus User Message Bus Socket.
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Listening on GnuPG network certificate management daemon.
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Listening on GnuPG cryptographic agent and passphrase cache.
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Listening on debconf communication socket.
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Listening on REST API socket for snapd user session agent.
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Listening on D-Bus User Message Bus Socket.
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Reached target Sockets.
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Reached target Basic System.
May 16 10:12:04 ip-172-31-20-30 systemd[1]: Started User Manager for UID 1000.
May 16 10:12:04 ip-172-31-20-30 systemd[1]: Started Session 1 of user ubuntu.
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Reached target Main User Target.
May 16 10:12:04 ip-172-31-20-30 systemd[1196]: Startup finished in 84ms.
May 16 10:12:06 ip-172-31-20-30 systemd[1]: session-1.scope: Succeeded.
May 16 10:12:07 ip-172-31-20-30 systemd[1]: Started Session 3 of user ubuntu.
May 16 10:12:08 ip-172-31-20-30 systemd[1]: Started Session 4 of user ubuntu.
May 16 10:12:11 ip-172-31-20-30 systemd[1]: session-3.scope: Succeeded.
May 16 10:12:11 ip-172-31-20-30 systemd[1]: session-4.scope: Succeeded.
May 16 10:12:12 ip-172-31-20-30 systemd[1]: Started Session 5 of user ubuntu.
May 16 10:12:14 ip-172-31-20-30 systemd[1]: session-5.scope: Succeeded.
May 16 10:12:17 ip-172-31-20-30 systemd[1]: Started Session 6 of user ubuntu.
May 16 10:12:20 ip-172-31-20-30 systemd[1]: session-6.scope: Succeeded.
May 16 10:12:22 ip-172-31-20-30 systemd[1]: Started Session 7 of user ubuntu.
May 16 10:14:42 ip-172-31-20-30 systemd[1]: Starting Cleanup of Temporary Directories...
May 16 10:14:42 ip-172-31-20-30 systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
May 16 10:14:42 ip-172-31-20-30 systemd[1]: Finished Cleanup of Temporary Directories.
May 16 10:14:46 ip-172-31-20-30 dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.30' (uid=0 pid=2855 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfined")
May 16 10:14:46 ip-172-31-20-30 systemd[1]: Starting PackageKit Daemon...
May 16 10:14:46 ip-172-31-20-30 PackageKit: daemon start
May 16 10:14:46 ip-172-31-20-30 dbus-daemon[447]: [system] Successfully activated service 'org.freedesktop.PackageKit'
May 16 10:14:46 ip-172-31-20-30 systemd[1]: Started PackageKit Daemon.
May 16 10:15:03 ip-172-31-20-30 systemd-udevd[194]: /usr/lib/udev/rules.d/60-linux-base-sgx.rules:3 Unknown group 'sgx_prv', ignoring
May 16 10:15:03 ip-172-31-20-30 systemd-udevd[194]: /usr/lib/udev/rules.d/60-linux-base-sgx.rules:6 Unknown group 'sgx_prv', ignoring
May 16 10:15:03 ip-172-31-20-30 systemd-udevd[194]: /usr/lib/udev/rules.d/60-linux-base-sgx.rules:9 Unknown group 'sgx_prv', ignoring
May 16 10:15:10 ip-172-31-20-30 systemd[1]: Reloading.
May 16 10:15:11 ip-172-31-20-30 systemd[1]: message repeated 3 times: [ Reloading.]
May 16 10:15:12 ip-172-31-20-30 systemd[1]: Unnecessary job for /sys/devices/virtual/misc/vmbus!hv_fcopy was removed.
May 16 10:15:12 ip-172-31-20-30 systemd[1]: Condition check resulted in Hyper-V File Copy Protocol Daemon being skipped.
May 16 10:15:12 ip-172-31-20-30 systemd[1]: Unnecessary job for /sys/devices/virtual/misc/vmbus!hv_vss was removed.
May 16 10:15:12 ip-172-31-20-30 systemd[1]: Condition check resulted in Hyper-V VSS Protocol Daemon being skipped.
May 16 10:16:42 ip-172-31-20-30 systemd[1]: sys-devices-virtual-misc-vmbus\x21hv_kvp.device: Job sys-devices-virtual-misc-vmbus\x21hv_kvp.device/start timed out.
May 16 10:16:42 ip-172-31-20-30 systemd[1]: Timed out waiting for device /sys/devices/virtual/misc/vmbus!hv_kvp.
May 16 10:16:42 ip-172-31-20-30 systemd[1]: Dependency failed for Hyper-V KVP Protocol Daemon.
May 16 10:16:42 ip-172-31-20-30 systemd[1]: hv-kvp-daemon.service: Job hv-kvp-daemon.service/start failed with result 'dependency'.
May 16 10:16:42 ip-172-31-20-30 systemd[1]: sys-devices-virtual-misc-vmbus\x21hv_kvp.device: Job sys-devices-virtual-misc-vmbus\x21hv_kvp.device/start failed with result 'timeout'.
May 16 10:17:01 ip-172-31-20-30 CRON[9062]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
May 16 10:17:33 ip-172-31-20-30 kernel: [ 1080.951429] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.041702] raid6: avx2x4 gen() 400927 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.089704] raid6: avx2x4 xor() 149925 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.137702] raid6: avx2x2 gen() 385996 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.185706] raid6: avx2x2 xor() 232346 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.233706] raid6: avx2x1 gen() 366550 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.281705] raid6: avx2x1 xor() 208988 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.329705] raid6: sse2x4 gen() 220501 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.377707] raid6: sse2x4 xor() 120553 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.425707] raid6: sse2x2 gen() 221239 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.473708] raid6: sse2x2 xor() 130430 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.521705] raid6: sse2x1 gen() 159371 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.569708] raid6: sse2x1 xor() 108813 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.569711] raid6: using algorithm avx2x4 gen() 17720 MB/s
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.569713] raid6: .... xor() 149925 MB/s, rmw enabled
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.569715] raid6: using avx2x2 recovery algorithm
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.583948] xor: automatically using best checksumming function avx
May 16 10:17:34 ip-172-31-20-30 kernel: [ 1081.636325] Btrfs loaded, crc32c=crc32c-intel, zoned=yes
May 16 10:17:34 ip-172-31-20-30 os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/xvda1
May 16 10:17:34 ip-172-31-20-30 50mounted-tests: debug: mounted using GRUB ext2 filesystem driver
May 16 10:17:34 ip-172-31-20-30 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/05efi
May 16 10:17:34 ip-172-31-20-30 05efi: debug: Not on UEFI platform
May 16 10:17:34 ip-172-31-20-30 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos
May 16 10:17:34 ip-172-31-20-30 10freedos: debug: /dev/xvda1 is not a FAT partition: exiting
May 16 10:17:34 ip-172-31-20-30 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx
May 16 10:17:34 ip-172-31-20-30 10qnx: debug: /dev/xvda1 is not a QNX4 partition: exiting
May 16 10:17:34 ip-172-31-20-30 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx
May 16 10:17:34 ip-172-31-20-30 macosx-prober: debug: /dev/xvda1 is not an HFS+ partition: exiting
May 16 10:17:34 ip-172-31-20-30 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft
May 16 10:17:34 ip-172-31-20-30 20microsoft: debug: /dev/xvda1 is not a MS partition: exiting
May 16 10:17:34 ip-172-31-20-30 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/30utility
May 16 10:17:34 ip-172-31-20-30 30utility: debug: /dev/xvda1 is not a FAT partition: exiting
May 16 10:17:34 ip-172-31-20-30 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/40lsb
May 16 10:17:34 ip-172-31-20-30 40lsb: result: /dev/xvda1:Ubuntu 20.04.4 LTS (20.04):Ubuntu:linux
May 16 10:17:34 ip-172-31-20-30 50mounted-tests: debug: os found by subtest /usr/lib/os-probes/mounted/40lsb
May 16 10:17:34 ip-172-31-20-30 systemd[1]: var-lib-os\x2dprober-mount.mount: Succeeded.
May 16 10:17:34 ip-172-31-20-30 systemd[1196]: var-lib-os\x2dprober-mount.mount: Succeeded.
May 16 10:17:34 ip-172-31-20-30 os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests
May 16 10:17:34 ip-172-31-20-30 linux-boot-prober: debug: running /usr/lib/linux-boot-probes/50mounted-tests
May 16 10:17:34 ip-172-31-20-30 50mounted-tests: debug: running /usr/lib/linux-boot-probes/mounted/40grub /dev/xvda1 /dev/xvda1 /var/lib/os-prober/mount ext2
May 16 10:17:34 ip-172-31-20-30 50mounted-tests: debug: running /usr/lib/linux-boot-probes/mounted/40grub2 /dev/xvda1 /dev/xvda1 /var/lib/os-prober/mount ext2
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing grub.cfg
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: #
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: # DO NOT EDIT THIS FILE
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: #
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: # It is automatically generated by grub-mkconfig using templates
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: # from /etc/grub.d and settings from /etc/default/grub
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: #
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: ### BEGIN /etc/grub.d/00_header ###
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ -s $prefix/grubenv ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set have_grubenv=true
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: load_env
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ "${initrdfail}" = 2 ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set initrdfail=
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: elif [ "${initrdfail}" = 1 ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set next_entry="${prev_entry}"
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set prev_entry=
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: save_env prev_entry
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ "${next_entry}" ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set initrdfail=2
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ "${next_entry}" ] ; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set default="${next_entry}"
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set next_entry=
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: save_env next_entry
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set boot_once=true
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set default="0"
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ x"${feature_menuentry_id}" = xy ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: menuentry_id_option="--id"
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: menuentry_id_option=""
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: export menuentry_id_option
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ "${prev_saved_entry}" ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set saved_entry="${prev_saved_entry}"
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: save_env saved_entry
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set prev_saved_entry=
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: save_env prev_saved_entry
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set boot_once=true
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: function savedefault {
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ -z "${boot_once}" ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: saved_entry="${chosen}"
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: save_env saved_entry
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: }
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: function initrdfail {
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ -z "${initrdfail}" ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set initrdfail=1
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ -n "${boot_once}" ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set prev_entry="${default}"
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: save_env prev_entry
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: save_env initrdfail
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi; fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: }
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: function recordfail {
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set recordfail=1
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: }
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: function load_video {
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ x$feature_all_video_module = xy ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: insmod all_video
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: insmod efi_gop
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: insmod efi_uga
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: insmod ieee1275_fb
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: insmod vbe
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: insmod vga
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: insmod video_bochs
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: insmod video_cirrus
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: }
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: terminal_input console
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: terminal_output console
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ "${recordfail}" = 1 ] ; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set timeout=0
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ x$feature_timeout_style = xy ] ; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set timeout_style=hidden
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set timeout=0
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: # Fallback hidden-timeout code in case the timeout_style feature is
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: # unavailable.
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: elif sleep --interruptible 0 ; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set timeout=0
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: ### END /etc/grub.d/00_header ###
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: ### BEGIN /etc/grub.d/01_track_initrdless_boot_fallback ###
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ -n "${have_grubenv}" ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ -n "${initrdfail}" ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set initrdless_boot_fallback_triggered="${initrdfail}"
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: unset initrdless_boot_fallback_triggered
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: save_env initrdless_boot_fallback_triggered
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: ### END /etc/grub.d/01_track_initrdless_boot_fallback ###
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: ### BEGIN /etc/grub.d/05_debian_theme ###
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set menu_color_normal=white/black
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set menu_color_highlight=black/light-gray
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: ### END /etc/grub.d/05_debian_theme ###
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: ### BEGIN /etc/grub.d/10_linux ###
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: #
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: # GRUB_FORCE_PARTUUID is set, will attempt initrdless boot
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: # Upon panic fallback to booting with initrd
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set partuuid=b236b0c8-01
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: function gfxmode {
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set gfxpayload="${1}"
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ "${1}" = "keep" ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set vt_handoff=vt.handoff=7
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set vt_handoff=
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: }
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ "${recordfail}" != 1 ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ -e ${prefix}/gfxblacklist.txt ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ ${grub_platform} != pc ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set linux_gfx_mode=keep
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: elif hwmatch ${prefix}/gfxblacklist.txt 3; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ ${match} = 0 ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set linux_gfx_mode=keep
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set linux_gfx_mode=text
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set linux_gfx_mode=text
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set linux_gfx_mode=keep
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: set linux_gfx_mode=text
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: export linux_gfx_mode
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-048df47e-5bfe-4ce9-8bbc-b65a30843a4e' {
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: recordfail
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: load_video
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: gfxmode $linux_gfx_mode
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: insmod gzio
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: insmod part_msdos
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: insmod ext2
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ x$feature_platform_search_hint = xy ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: search --no-floppy --fs-uuid --set=root 048df47e-5bfe-4ce9-8bbc-b65a30843a4e
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: search --no-floppy --fs-uuid --set=root 048df47e-5bfe-4ce9-8bbc-b65a30843a4e
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: if [ "${initrdfail}" = 1 ]; then
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: echo#011'GRUB_FORCE_PARTUUID set, initrdless boot failed. Attempting with initrd.'
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: linux#011/boot/vmlinuz-5.13.0-1022-aws root=PARTUUID=b236b0c8-01 ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: initrd#011/boot/microcode.cpio /boot/initrd.img-5.13.0-1022-aws
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: echo#011'GRUB_FORCE_PARTUUID set, attempting initrdless boot.'
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: linux#011/boot/vmlinuz-5.13.0-1022-aws root=PARTUUID=b236b0c8-01 ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295 panic=-1
May 16 10:17:34 ip-172-31-20-30 40grub2: debug: parsing: initrd#011/boot/microcode.cpio
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: initrdfail
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: }
May 16 10:17:35 ip-172-31-20-30 40grub2: result: /dev/xvda1:/dev/xvda1:Ubuntu:/boot/vmlinuz-5.13.0-1022-aws:/boot/microcode.cpio:root=PARTUUID=b236b0c8-01 ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295 panic=-1
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-048df47e-5bfe-4ce9-8bbc-b65a30843a4e' {
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: menuentry 'Ubuntu, with Linux 5.13.0-1022-aws' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.13.0-1022-aws-advanced-048df47e-5bfe-4ce9-8bbc-b65a30843a4e' {
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: recordfail
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: load_video
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: gfxmode $linux_gfx_mode
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: insmod gzio
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: insmod part_msdos
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: insmod ext2
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: if [ x$feature_platform_search_hint = xy ]; then
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: search --no-floppy --fs-uuid --set=root 048df47e-5bfe-4ce9-8bbc-b65a30843a4e
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: search --no-floppy --fs-uuid --set=root 048df47e-5bfe-4ce9-8bbc-b65a30843a4e
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: echo#011'Loading Linux 5.13.0-1022-aws ...'
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: if [ "${initrdfail}" = 1 ]; then
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: echo#011'GRUB_FORCE_PARTUUID set, initrdless boot failed. Attempting with initrd.'
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: linux#011/boot/vmlinuz-5.13.0-1022-aws root=PARTUUID=b236b0c8-01 ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: echo#011'Loading initial ramdisk ...'
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: initrd#011/boot/microcode.cpio /boot/initrd.img-5.13.0-1022-aws
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: echo#011'GRUB_FORCE_PARTUUID set, attempting initrdless boot.'
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: linux#011/boot/vmlinuz-5.13.0-1022-aws root=PARTUUID=b236b0c8-01 ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295 panic=-1
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: initrd#011/boot/microcode.cpio
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: initrdfail
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: }
May 16 10:17:35 ip-172-31-20-30 40grub2: result: /dev/xvda1:/dev/xvda1:Ubuntu, with Linux 5.13.0-1022-aws:/boot/vmlinuz-5.13.0-1022-aws:/boot/microcode.cpio:root=PARTUUID=b236b0c8-01 ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295 panic=-1
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: menuentry 'Ubuntu, with Linux 5.13.0-1022-aws (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.13.0-1022-aws-recovery-048df47e-5bfe-4ce9-8bbc-b65a30843a4e' {
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: recordfail
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: load_video
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: insmod gzio
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: insmod part_msdos
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: insmod ext2
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: if [ x$feature_platform_search_hint = xy ]; then
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: search --no-floppy --fs-uuid --set=root 048df47e-5bfe-4ce9-8bbc-b65a30843a4e
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: search --no-floppy --fs-uuid --set=root 048df47e-5bfe-4ce9-8bbc-b65a30843a4e
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: echo#011'Loading Linux 5.13.0-1022-aws ...'
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: if [ "${initrdfail}" = 1 ]; then
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: echo#011'GRUB_FORCE_PARTUUID set, initrdless boot failed. Attempting with initrd.'
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: linux#011/boot/vmlinuz-5.13.0-1022-aws root=PARTUUID=b236b0c8-01 ro recovery nomodeset dis_ucode_ldr
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: echo#011'Loading initial ramdisk ...'
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: initrd#011/boot/microcode.cpio /boot/initrd.img-5.13.0-1022-aws
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: else
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: echo#011'GRUB_FORCE_PARTUUID set, attempting initrdless boot.'
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: linux#011/boot/vmlinuz-5.13.0-1022-aws root=PARTUUID=b236b0c8-01 ro recovery nomodeset dis_ucode_ldr panic=-1
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: initrd#011/boot/microcode.cpio
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: initrdfail
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: }
May 16 10:17:35 ip-172-31-20-30 40grub2: result: /dev/xvda1:/dev/xvda1:Ubuntu, with Linux 5.13.0-1022-aws (recovery mode):/boot/vmlinuz-5.13.0-1022-aws:/boot/microcode.cpio:root=PARTUUID=b236b0c8-01 ro recovery nomodeset dis_ucode_ldr panic=-1
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: }
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### END /etc/grub.d/10_linux ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### BEGIN /etc/grub.d/10_linux_zfs ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### END /etc/grub.d/10_linux_zfs ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### BEGIN /etc/grub.d/20_linux_xen ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### END /etc/grub.d/20_linux_xen ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### BEGIN /etc/grub.d/30_os-prober ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### END /etc/grub.d/30_os-prober ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### BEGIN /etc/grub.d/30_uefi-firmware ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### END /etc/grub.d/30_uefi-firmware ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### BEGIN /etc/grub.d/35_fwupd ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### END /etc/grub.d/35_fwupd ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### BEGIN /etc/grub.d/40_custom ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: # This file provides an easy way to add custom menu entries. Simply type the
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: # menu entries you want to add after this comment. Be careful not to change
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: # the 'exec tail' line above.
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### END /etc/grub.d/40_custom ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing:
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### BEGIN /etc/grub.d/41_custom ###
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: if [ -f ${config_directory}/custom.cfg ]; then
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: source ${config_directory}/custom.cfg
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: source $prefix/custom.cfg;
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: fi
May 16 10:17:35 ip-172-31-20-30 40grub2: debug: parsing: ### END /etc/grub.d/41_custom ###
May 16 10:17:35 ip-172-31-20-30 50mounted-tests: debug: /usr/lib/linux-boot-probes/mounted/40grub2 succeeded
May 16 10:17:35 ip-172-31-20-30 systemd[1]: var-lib-os\x2dprober-mount.mount: Succeeded.
May 16 10:17:35 ip-172-31-20-30 systemd[1196]: var-lib-os\x2dprober-mount.mount: Succeeded.
May 16 10:17:35 ip-172-31-20-30 linux-boot-prober: debug: linux detected by /usr/lib/linux-boot-probes/50mounted-tests
May 16 10:22:41 ip-172-31-20-30 PackageKit: daemon quit
May 16 10:22:41 ip-172-31-20-30 systemd[1]: packagekit.service: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopping Session 7 of user ubuntu.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Removed slice system-modprobe.slice.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped target Cloud-init target.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped target Graphical Interface.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped target Host and Network Name Lookups.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped target Timers.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: apt-daily-upgrade.timer: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped Daily apt upgrade and clean activities.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: apt-daily.timer: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped Daily apt download activities.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: e2scrub_all.timer: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped Periodic ext4 Online Metadata Check for All Filesystems.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: fstrim.timer: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped Discard unused blocks once a week.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: fwupd-refresh.timer: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped Refresh fwupd metadata regularly.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: logrotate.timer: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped Daily rotation of log files.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: man-db.timer: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped Daily man-db regeneration.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: motd-news.timer: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped Message of the Day.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: ua-timer.timer: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped Ubuntu Advantage Timer for running repeated jobs.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped target System Time Synchronized.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped target System Time Set.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: lvm2-lvmpolld.socket: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Closed LVM2 poll daemon socket.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: systemd-rfkill.socket: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopping Accounts Service...
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopping ACPI event daemon...
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopping Availability of block devices...
May 16 10:23:50 ip-172-31-20-30 systemd[1]: cloud-final.service: Succeeded.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped Execute cloud user/final scripts.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped target Multi-User System.
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopped target Login Prompts.
May 16 10:23:50 ip-172-31-20-30 ModemManager[584]: <info> caught signal, shutting down...
May 16 10:23:50 ip-172-31-20-30 ModemManager[584]: <info> ModemManager is shut down
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopping Modem Manager...
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopping LSB: automatic crash report generation...
May 16 10:23:50 ip-172-31-20-30 systemd[1]: Stopping Deferred execution scheduler...
May 16 10:23:50 ip-172-31-20-30 blkdeactivate[23906]: Deactivating block devices:
May 16 10:23:51 ip-172-31-20-30 systemd[1]: cloud-config.service: Succeeded.
May 16 10:23:51 ip-172-31-20-30 systemd[1]: Stopped Apply the settings specified in cloud-config.
May 16 10:23:51 ip-172-31-20-30 systemd[1]: Stopped target Cloud-config availability.
May 16 10:23:51 ip-172-31-20-30 systemd[1]: Stopped target Network is Online.
May 16 10:23:51 ip-172-31-20-30 systemd[1]: Stopping Regular background program processing daemon...
May 16 10:23:51 ip-172-31-20-30 systemd[1]: Stopping Create final runtime dir for shutdown pivot root...
May 16 10:23:51 ip-172-31-20-30 systemd[1]: Stopping Getty on tty1...
May 16 10:23:51 ip-172-31-20-30 systemd[1]: Stopping Dispatcher daemon for systemd-networkd...
May 16 10:28:28 ip-172-31-20-30 systemd-modules-load[171]: Inserted module 'msr'
May 16 10:28:28 ip-172-31-20-30 systemd-fsck[175]: cloudimg-rootfs: clean, 95166/1024000 files, 600059/2096891 blocks
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished File System Check on Root Device.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Uncomplicated firewall.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started File System Check Daemon to report status.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Remount Root and Kernel File Systems...
May 16 10:28:28 ip-172-31-20-30 systemd-modules-load[171]: Inserted module 'ipmi_devintf'
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Load Kernel Modules.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounting FUSE Control File System...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounting Kernel Configuration File System...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Apply Kernel Variables...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounted FUSE Control File System.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounted Kernel Configuration File System.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Remount Root and Kernel File Systems.
May 16 10:28:28 ip-172-31-20-30 systemd-sysctl[183]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
May 16 10:28:28 ip-172-31-20-30 systemd-sysctl[183]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Flush Journal to Persistent Storage...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Load/Save Random Seed...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Create System Users...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Apply Kernel Variables.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Set the console keyboard layout.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Load/Save Random Seed.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Create System Users.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished udev Coldplug all Devices.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Create Static Device Nodes in /dev...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting udev Wait for Complete Device Initialization...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Create Static Device Nodes in /dev.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting udev Kernel Device Manager...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Flush Journal to Persistent Storage.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started udev Kernel Device Manager.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Show Plymouth Boot Screen being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Forward Password Requests to Plymouth Directory Watch being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Local Encrypted Volumes.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Found device /dev/ttyS0.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 16 10:28:28 ip-172-31-20-30 systemd-udevd[194]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 16 10:28:28 ip-172-31-20-30 udevadm[190]: systemd-udev-settle.service is deprecated.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished udev Wait for Complete Device Initialization.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Device-Mapper Multipath Device Controller...
May 16 10:28:28 ip-172-31-20-30 multipathd[277]: --------start up--------
May 16 10:28:28 ip-172-31-20-30 multipathd[277]: read /etc/multipath.conf
May 16 10:28:28 ip-172-31-20-30 multipathd[277]: path checkers start up
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Device-Mapper Multipath Device Controller.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Local File Systems (Pre).
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounting Mount unit for amazon-ssm-agent, revision 5163...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounting Mount unit for core18, revision 2344...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounting Mount unit for core20, revision 1405...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounting Mount unit for lxd, revision 22753...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounting Mount unit for snapd, revision 15177...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounted Mount unit for amazon-ssm-agent, revision 5163.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounted Mount unit for core20, revision 1405.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounted Mount unit for core18, revision 2344.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounted Mount unit for lxd, revision 22753.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Mounted Mount unit for snapd, revision 15177.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Local File Systems.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Load AppArmor profiles...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Set console font and keymap...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Create final runtime dir for shutdown pivot root...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in LXD - agent - 9p mount being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in LXD - agent being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Create Volatile Files and Directories...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Set console font and keymap.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Create final runtime dir for shutdown pivot root.
May 16 10:28:28 ip-172-31-20-30 apparmor.systemd[294]: Restarting AppArmor
May 16 10:28:28 ip-172-31-20-30 apparmor.systemd[294]: Reloading AppArmor profiles
May 16 10:28:28 ip-172-31-20-30 systemd[1]: plymouth-read-write.service: Succeeded.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Create Volatile Files and Directories.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Network Time Synchronization...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Update UTMP about System Boot/Shutdown.
May 16 10:28:28 ip-172-31-20-30 apparmor.systemd[318]: Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Load AppArmor profiles.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Load AppArmor profiles managed internally by snapd...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Authentication service for virtual machines hosted on VMware being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Service for virtual machines hosted on VMware being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Network Time Synchronization.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target System Time Set.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target System Time Synchronized.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Load AppArmor profiles managed internally by snapd.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: systemd-fsckd.service: Succeeded.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: sys-devices-virtual-misc-vmbus\x21hv_kvp.device: Job sys-devices-virtual-misc-vmbus\x21hv_kvp.device/start timed out.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Timed out waiting for device /sys/devices/virtual/misc/vmbus!hv_kvp.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Dependency failed for Hyper-V KVP Protocol Daemon.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: hv-kvp-daemon.service: Job hv-kvp-daemon.service/start failed with result 'dependency'.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: sys-devices-virtual-misc-vmbus\x21hv_kvp.device: Job sys-devices-virtual-misc-vmbus\x21hv_kvp.device/start failed with result 'timeout'.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Initial cloud-init job (pre-networking)...
May 16 10:28:28 ip-172-31-20-30 cloud-init[355]: Cloud-init v. 22.1-14-g2e17a0d6-0ubuntu1~20.04.3 running 'init-local' at Mon, 16 May 2022 10:26:19 +0000. Up 96.12 seconds.
May 16 10:28:28 ip-172-31-20-30 cloud-init[355]: 2022-05-16 10:26:19,439 - __init__.py[WARNING]: Did not find a fallback interface on aws.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Initial cloud-init job (pre-networking).
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Network (Pre).
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Network Service...
May 16 10:28:28 ip-172-31-20-30 systemd-networkd[357]: Enumeration completed
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Network Service.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Wait for Network to be Configured...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Network Name Resolution...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Wait for Network to be Configured.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Initial cloud-init job (metadata service crawler)...
May 16 10:28:28 ip-172-31-20-30 systemd-resolved[359]: Positive Trust Anchors:
May 16 10:28:28 ip-172-31-20-30 systemd-resolved[359]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
May 16 10:28:28 ip-172-31-20-30 systemd-resolved[359]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
May 16 10:28:28 ip-172-31-20-30 systemd-resolved[359]: Using system hostname 'ip-172-31-20-30'.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Network Name Resolution.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Network.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Host and Network Name Lookups.
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Cloud-init v. 22.1-14-g2e17a0d6-0ubuntu1~20.04.3 running 'init' at Mon, 16 May 2022 10:26:20 +0000. Up 96.89 seconds.
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: ci-info: +++++++++++++++++++++++Net device info++++++++++++++++++++++++
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: ci-info: +--------+------+-----------+-----------+-------+------------+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: ci-info: +--------+------+-----------+-----------+-------+------------+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: ci-info: | lo | True | ::1/128 | . | host | . |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: ci-info: +--------+------+-----------+-----------+-------+------------+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: ci-info: +-------+-------------+---------+-----------+-------+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: ci-info: | Route | Destination | Gateway | Interface | Flags |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: ci-info: +-------+-------------+---------+-----------+-------+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: ci-info: +-------+-------------+---------+-----------+-------+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:20,223 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [0/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f450a90>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:21,233 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [1/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f48c040>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:22,236 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [2/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f454970>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:23,239 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [3/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f454700>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:24,242 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [4/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f39b3a0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:25,245 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [5/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f39bdc0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:27,249 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [7/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f3a6820>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:29,254 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [9/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f39ba60>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:31,257 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [11/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f48ca30>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:33,261 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [13/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f454ac0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:35,265 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [15/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f454190>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:38,270 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [18/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f450f10>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:41,275 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [21/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f3a6850>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:44,280 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [24/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f454700>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:47,284 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [27/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f454b50>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:50,289 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [30/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f39b580>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:54,295 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [34/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f3a6d90>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:26:58,301 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [38/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f3ad1f0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:27:02,307 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [42/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f3a6df0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:27:06,313 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [46/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f39b640>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:27:10,318 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [50/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f441fd0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:27:15,325 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [55/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f454c70>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:27:20,332 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [60/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f3ad370>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:27:25,339 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [65/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f454280>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:27:30,346 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [70/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f450ac0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:27:35,350 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [75/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f3a60a0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:27:41,357 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [81/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f39b5e0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:27:47,365 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [87/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f3adc10>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:27:53,373 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [93/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f3ad0d0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:27:59,381 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [99/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f39b100>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:28:05,389 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [105/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f3a67c0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:28:12,398 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [112/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/api/token (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f786f454580>: Failed to establish a new connection: [Errno 101] Network is unreachable'))]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:28:19,406 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/latest/api/token' failed [119/120s]: unexpected error [Attempted to set connect timeout to 0.0, but the timeout cannot be set to a value less than or equal to 0.]
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: 2022-05-16 10:28:26,413 - DataSourceEc2.py[WARNING]: IMDS's HTTP endpoint is probably disabled
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Generating public/private rsa key pair.
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: The key fingerprint is:
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: SHA256:VylkEZnAVNtrIz7ASLbgZEX+TGf/P+HzaXnfhTiyMcc root@ip-172-31-20-30
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: The key's randomart image is:
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: +---[RSA 3072]----+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | .oooo*= |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | o .ooo . |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | + + . = + |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | + + B o + . |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | . o S o = |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | + + + o |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | * E + +|
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | B . B=|
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | . ..@|
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: +----[SHA256]-----+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Generating public/private dsa key pair.
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: The key fingerprint is:
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: SHA256:cGwKfxEg0mFEOYcmzh/GMCm3vsEPo2DZtWu/7/0w2q4 root@ip-172-31-20-30
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: The key's randomart image is:
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: +---[DSA 1024]----+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | .=*+... |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |. *o*... . |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | = B.o. = |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | + ++ = . |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | ooo..+ S |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |.o*... . |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |o. * . o |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |. . .o + o |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | . .o+Eo+.. |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: +----[SHA256]-----+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Generating public/private ecdsa key pair.
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: The key fingerprint is:
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: SHA256:5K+MCuZYrxHHzQddD3fQmd5eo1/pVBiCLDttPuPBdMg root@ip-172-31-20-30
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: The key's randomart image is:
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: +---[ECDSA 256]---+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | .o.oo.o |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | ...o+..= |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | . o= ..o + |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | . o +o E . o.+|
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | . o o S* . ..=|
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | o . .* . oo|
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | = ..+ + .|
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: | = + o .. o |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |. o.o.. o |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: +----[SHA256]-----+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Generating public/private ed25519 key pair.
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: The key fingerprint is:
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: SHA256:OqNaKREWZDsuAWJ+qiUJ5wu3S+ibvvjOyk1VcGYvYJs root@ip-172-31-20-30
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: The key's randomart image is:
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: +--[ED25519 256]--+
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |oo+ + + |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |=. o. O . |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |o.*. E o . |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |.Boo . . |
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] Linux version 5.13.0-1023-azure (buildd@lcy02-amd64-059) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #27~20.04.1-Ubuntu SMP Mon Apr 25 22:39:07 UTC 2022 (Ubuntu 5.13.0-1023.27~20.04.1-azure 5.13.19)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.13.0-1023-azure root=PARTUUID=b236b0c8-01 ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295 panic=-1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] KERNEL supported cpus:
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] Intel GenuineIntel
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] AMD AuthenticAMD
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] Hygon HygonGenuine
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] Centaur CentaurHauls
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] zhaoxin Shanghai
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] BIOS-provided physical RAM map:
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] NX (Execute Disable) protection: active
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] SMBIOS 2.7 present.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] DMI: Xen HVM domU, BIOS 4.11.amazon 08/24/2006
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] tsc: Fast TSC calibration using PIT
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000000] tsc: Detected 2394.441 MHz processor
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000333] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000337] e820: remove [mem 0x000a0000-0x000fffff] usable
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.000341] last_pfn = 0x40000 max_arch_pfn = 0x400000000
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.003612] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.014976] found SMP MP-table at [mem 0x000fb9a0-0x000fb9af]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015125] RAMDISK: [mem 0x37715000-0x37b81fff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015139] ACPI: Early table checksum verification disabled
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015147] ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen )
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015162] ACPI: XSDT 0x00000000FC00C780 000054 (v01 Xen HVM 00000000 HVML 00000000)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015177] ACPI: FACP 0x00000000FC00C440 0000F4 (v04 Xen HVM 00000000 HVML 00000000)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015239] ACPI: DSDT 0x00000000FC003940 008A7E (v02 Xen HVM 00000000 INTL 20090123)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015243] ACPI: FACS 0x00000000FC003900 000040
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015247] ACPI: FACS 0x00000000FC003900 000040
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015252] ACPI: APIC 0x00000000FC00C540 0000D8 (v02 Xen HVM 00000000 HVML 00000000)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015256] ACPI: HPET 0x00000000FC00C690 000038 (v01 Xen HVM 00000000 HVML 00000000)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015262] ACPI: WAET 0x00000000FC00C6D0 000028 (v01 Xen HVM 00000000 HVML 00000000)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015266] ACPI: SSDT 0x00000000FC00C700 000031 (v02 Xen HVM 00000000 INTL 20090123)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015271] ACPI: SSDT 0x00000000FC00C740 000033 (v02 Xen HVM 00000000 INTL 20090123)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015274] ACPI: Reserving FACP table memory at [mem 0xfc00c440-0xfc00c533]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015276] ACPI: Reserving DSDT table memory at [mem 0xfc003940-0xfc00c3bd]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015277] ACPI: Reserving FACS table memory at [mem 0xfc003900-0xfc00393f]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015278] ACPI: Reserving FACS table memory at [mem 0xfc003900-0xfc00393f]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015279] ACPI: Reserving APIC table memory at [mem 0xfc00c540-0xfc00c617]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015281] ACPI: Reserving HPET table memory at [mem 0xfc00c690-0xfc00c6c7]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015282] ACPI: Reserving WAET table memory at [mem 0xfc00c6d0-0xfc00c6f7]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015283] ACPI: Reserving SSDT table memory at [mem 0xfc00c700-0xfc00c730]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015285] ACPI: Reserving SSDT table memory at [mem 0xfc00c740-0xfc00c772]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.015377] ACPI: Local APIC address 0xfee00000
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016495] No NUMA configuration found
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016496] Faking a node at [mem 0x0000000000000000-0x000000003fffffff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016506] NODE_DATA(0) allocated [mem 0x3ffd6000-0x3fffffff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016884] Zone ranges:
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016885] DMA [mem 0x0000000000001000-0x0000000000ffffff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016888] DMA32 [mem 0x0000000001000000-0x000000003fffffff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016890] Normal empty
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016891] Device empty
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016892] Movable zone start for each node
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016896] Early memory node ranges
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016897] node 0: [mem 0x0000000000001000-0x000000000009dfff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016899] node 0: [mem 0x0000000000100000-0x000000003fffffff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016901] Initmem setup node 0 [mem 0x0000000000001000-0x000000003fffffff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016903] On node 0 totalpages: 262045
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016904] DMA zone: 64 pages used for memmap
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016905] DMA zone: 157 pages reserved
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016906] DMA zone: 3997 pages, LIFO batch:0
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016907] DMA32 zone: 4032 pages used for memmap
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016908] DMA32 zone: 258048 pages, LIFO batch:63
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016917] On node 0, zone DMA: 1 pages in unavailable ranges
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.016945] On node 0, zone DMA: 98 pages in unavailable ranges
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021105] ACPI: PM-Timer IO Port: 0xb008
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021108] ACPI: Local APIC address 0xfee00000
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021185] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021192] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021195] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021198] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021201] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021207] ACPI: IRQ0 used by override.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021208] ACPI: IRQ5 used by override.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021209] ACPI: IRQ9 used by override.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021210] ACPI: IRQ10 used by override.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021210] ACPI: IRQ11 used by override.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021216] Using ACPI (MADT) for SMP configuration information
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021218] ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021221] TSC deadline timer available
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021229] smpboot: Allowing 15 CPUs, 14 hotplug CPUs
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021238] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021240] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021241] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021242] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021245] [mem 0x40000000-0xfbffffff] available for PCI devices
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021247] Booting paravirtualized kernel on bare hardware
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021250] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.021264] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:15 nr_cpu_ids:15 nr_node_ids:1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.022082] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.022088] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.022091] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 --
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.022120] Built 1 zonelists, mobility grouping on. Total pages: 257792
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.022122] Policy zone: DMA32
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.022123] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.13.0-1023-azure root=PARTUUID=b236b0c8-01 ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295 panic=-1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.022335] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.022411] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.022559] mem auto-init: stack:off, heap alloc:on, heap free:off
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.025068] Memory: 981856K/1048180K available (14346K kernel code, 3432K rwdata, 9780K rodata, 2608K init, 6104K bss, 66064K reserved, 0K cma-reserved)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.025074] random: get_random_u64 called from __kmem_cache_create+0x2d/0x440 with crng_init=0
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.025223] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.025235] Kernel/User page tables isolation: enabled
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.025252] ftrace: allocating 46675 entries in 183 pages
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.041105] ftrace: allocated 183 pages with 6 groups
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.041344] rcu: Hierarchical RCU implementation.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.041346] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=15.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.041348] Rude variant of Tasks RCU enabled.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.041349] Tracing variant of Tasks RCU enabled.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.041350] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.041351] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=15
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.045255] NR_IRQS: 524544, nr_irqs: 952, preallocated irqs: 16
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.045502] random: crng done (trusting CPU's manufacturer)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.109131] Console: colour VGA+ 80x25
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.184838] printk: console [tty1] enabled
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.619652] printk: console [ttyS0] enabled
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.623728] ACPI: Core revision 20210331
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.631187] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.639290] APIC: Switch to symmetric I/O mode setup
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.644498] x2apic: IRQ remapping doesn't support X2APIC mode
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.650482] Switched APIC routing to physical flat.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.657958] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.682469] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2283b441347, max_idle_ns: 440795324393 ns
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.691440] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.88 BogoMIPS (lpj=9577764)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.699440] pid_max: default: 32768 minimum: 301
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.703481] LSM: Security Framework initializing
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.707451] Yama: becoming mindful.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.711487] AppArmor: AppArmor initialized
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.715474] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.723442] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.731785] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.735441] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.743442] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.751440] Spectre V2 : Mitigation: Retpolines
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.755440] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.767439] Speculative Store Bypass: Vulnerable
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.771443] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.787151] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz (family: 0x6, model: 0x3f, stepping: 0x2)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.787633] Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.791498] rcu: Hierarchical SRCU implementation.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.794815] NMI watchdog: Perf NMI watchdog permanently disabled
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.795643] smp: Bringing up secondary CPUs ...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.798549] smp: Brought up 1 node, 1 CPU
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.799446] smpboot: Max logical packages: 15
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.802438] smpboot: Total of 1 processors activated (4788.88 BogoMIPS)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.807744] devtmpfs: initialized
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.810641] x86/mm: Memory block size: 128MB
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.811749] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.815504] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.819470] pinctrl core: initialized pinctrl subsystem
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.822630] PM: RTC time: 10:24:43, date: 2022-05-16
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.823604] NET: Registered protocol family 16
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.826473] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.827595] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.831479] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.835458] audit: initializing netlink subsys (disabled)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.839287] thermal_sys: Registered thermal governor 'fair_share'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.839289] thermal_sys: Registered thermal governor 'bang_bang'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.839443] thermal_sys: Registered thermal governor 'step_wise'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.843223] thermal_sys: Registered thermal governor 'user_space'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.843450] audit: type=2000 audit(1652696682.196:1): state=initialized audit_enabled=0 res=1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.851449] thermal_sys: Registered thermal governor 'power_allocator'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.851470] EISA bus registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.855445] cpuidle: using governor ladder
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.857936] cpuidle: using governor menu
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.859499] ACPI: bus type PCI registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.861863] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.863774] PCI: Using configuration type 1 for base access
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.868168] Kprobes globally optimized
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.870574] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.872339] ACPI: Added _OSI(Module Device)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.874669] ACPI: Added _OSI(Processor Device)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.875461] ACPI: Added _OSI(3.0 _SCP Extensions)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.879369] ACPI: Added _OSI(Processor Aggregator Device)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.879482] ACPI: Added _OSI(Linux-Dell-Video)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.883087] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.883510] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.893238] ACPI: 3 ACPI AML tables successfully acquired and loaded
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.896932] ACPI: Interpreter enabled
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.899454] ACPI: (supports S0 S3 S4 S5)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.902898] ACPI: Using IOAPIC for interrupt routing
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.903474] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.907745] ACPI: Enabled 2 GPEs in block 00 to 0F
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.932429] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.935454] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.939459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.943837] acpiphp: Slot [0] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.948400] acpiphp: Slot [3] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.951879] acpiphp: Slot [4] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.955802] acpiphp: Slot [5] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.959842] acpiphp: Slot [6] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.963799] acpiphp: Slot [7] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.967669] acpiphp: Slot [8] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.971368] acpiphp: Slot [9] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.971871] acpiphp: Slot [10] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.976172] acpiphp: Slot [11] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.979862] acpiphp: Slot [12] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.983598] acpiphp: Slot [13] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.987377] acpiphp: Slot [14] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.987843] acpiphp: Slot [15] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.991641] acpiphp: Slot [16] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.995450] acpiphp: Slot [17] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.999201] acpiphp: Slot [18] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 0.999901] acpiphp: Slot [19] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.003746] acpiphp: Slot [20] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.007506] acpiphp: Slot [21] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.011334] acpiphp: Slot [22] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.011935] acpiphp: Slot [23] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.016016] acpiphp: Slot [24] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.019953] acpiphp: Slot [25] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.023912] acpiphp: Slot [26] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.027957] acpiphp: Slot [27] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.031950] acpiphp: Slot [28] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.035979] acpiphp: Slot [29] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.039926] acpiphp: Slot [30] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.043942] acpiphp: Slot [31] registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.047934] PCI host bridge to bus 0000:00
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.051443] pci_bus 0000:00: root bus resource [bus 00-ff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.055444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.059444] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.063352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.063442] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.067605] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.073235] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.077876] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.080968] pci 0000:00:01.1: reg 0x20: [io 0xc100-0xc10f]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.084115] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.087444] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.091441] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.095445] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.100646] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.100646] * this clock source is slow. Consider trying other clock sources
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.103444] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.109620] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.113197] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.116094] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.119879] pci 0000:00:02.0: reg 0x14: [mem 0xf3000000-0xf3000fff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.125579] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.128870] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.132417] pci 0000:00:03.0: reg 0x10: [io 0xc000-0xc0ff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.135868] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.151519] ACPI: PCI: Interrupt link LNKA configured for IRQ 5
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.155814] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.159845] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.163732] ACPI: PCI: Interrupt link LNKD configured for IRQ 5
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.176979] iommu: Default domain type: Translated
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.179589] SCSI subsystem initialized
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.183513] libata version 3.00 loaded.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.183616] pci 0000:00:02.0: vgaarb: setting as boot VGA device
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.187437] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.187446] pci 0000:00:02.0: vgaarb: bridge control possible
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.191441] vgaarb: loaded
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.193543] ACPI: bus type USB registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.195472] usbcore: registered new interface driver usbfs
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.199028] usbcore: registered new interface driver hub
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.199457] usbcore: registered new device driver usb
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.202969] pps_core: LinuxPPS API ver. 1 registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.203443] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <email address hidden>
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.207453] PTP clock support registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.210376] EDAC MC: Ver: 3.0.0
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.212252] NetLabel: Initializing
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.214383] NetLabel: domain hash size = 128
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.215459] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.218785] NetLabel: unlabeled traffic allowed by default
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.219494] PCI: Using ACPI for IRQ routing
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.222088] PCI: pci_cache_line_size set to 64 bytes
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.222463] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.223414] hpet: 3 channels of 0 reserved for per-cpu timers
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.223452] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.226496] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.229515] clocksource: Switched to clocksource tsc-early
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.240301] VFS: Disk quotas dquot_6.6.0
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.247551] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.253244] AppArmor: AppArmor Filesystem Enabled
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.257057] pnp: PnP ACPI init
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.259921] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.266089] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.266190] system 00:01: [io 0x08a0-0x08a3] has been reserved
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.271144] system 00:01: [io 0x0cc0-0x0ccf] has been reserved
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.276182] system 00:01: [io 0x04d0-0x04d1] has been reserved
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.281831] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.281875] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.281911] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.281933] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.281945] pnp 00:05: [dma 2]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.281955] pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.281986] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.282063] system 00:07: [io 0x10c0-0x1141] has been reserved
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.287089] system 00:07: [io 0xb044-0xb047] has been reserved
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.292819] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.302316] pnp: PnP ACPI: found 8 devices
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.317480] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.322538] NET: Registered protocol family 2
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.325430] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.330381] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.335696] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.341735] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.347593] TCP: Hash tables configured (established 8192 bind 8192)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.353190] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.359484] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.364452] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.369424] NET: Registered protocol family 1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.372700] NET: Registered protocol family 44
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.375993] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.380796] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.385316] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.390019] pci_bus 0000:00: resource 7 [mem 0xf0000000-0xfbffffff window]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.394859] pci 0000:00:01.0: PIIX3: Enabling Passive Release
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.399177] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.403435] pci 0000:00:01.0: Activating ISA DMA hang workarounds
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.407858] PCI: CLS 0 bytes, default 64
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.410925] Trying to unpack rootfs image as initramfs...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.417085] Freeing initrd memory: 4532K
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.421081] Initialise system trusted keyrings
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.425130] Key type blacklist registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.427604] workingset: timestamp_bits=36 max_order=18 bucket_order=0
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.433380] zbud: loaded
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.436026] squashfs: version 4.0 (2009/01/31) Phillip Lougher
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.440793] fuse: init (API version 7.34)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.444866] integrity: Platform Keyring initialized
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.461332] Key type asymmetric registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.464735] Asymmetric key parser 'x509' registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.468811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.475933] io scheduler mq-deadline registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.480070] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.484414] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.489778] ACPI: button: Power Button [PWRF]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.492979] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.498325] ACPI: button: Sleep Button [SLPF]
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.501730] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.536714] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.541989] Linux agpgart interface v0.103
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.639489] loop: module loaded
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.642616] hv_vmbus: registering driver hv_storvsc
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.647088] ata_piix 0000:00:01.1: version 2.13
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.648147] scsi host0: ata_piix
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.651343] scsi host1: ata_piix
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.654398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.659835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.666614] tun: Universal TUN/TAP device driver, 1.6
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.672092] PPP generic driver version 2.4.2
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.675795] VFIO - User Level meta-driver version: 0.3
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.680321] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.689349] serio: i8042 KBD port at 0x60,0x64 irq 1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.829160] serio: i8042 AUX port at 0x60,0x64 irq 12
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.834235] mousedev: PS/2 mouse device common for all mice
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.841150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.850350] rtc_cmos 00:02: registered as rtc0
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.855024] rtc_cmos 00:02: setting system clock to 2022-05-16T10:24:44 UTC (1652696684)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.864034] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.870859] device-mapper: uevent: version 1.0.3
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.875774] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: <email address hidden>
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.883833] platform eisa.0: Probing EISA bus 0
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.888464] platform eisa.0: EISA: Cannot allocate resource for mainboard
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.895054] platform eisa.0: Cannot allocate resource for EISA slot 1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.901540] platform eisa.0: Cannot allocate resource for EISA slot 2
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.907359] platform eisa.0: Cannot allocate resource for EISA slot 3
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.913179] platform eisa.0: Cannot allocate resource for EISA slot 4
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.919120] platform eisa.0: Cannot allocate resource for EISA slot 5
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.924570] platform eisa.0: Cannot allocate resource for EISA slot 6
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.929726] platform eisa.0: Cannot allocate resource for EISA slot 7
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.934511] platform eisa.0: Cannot allocate resource for EISA slot 8
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.939414] platform eisa.0: EISA: Detected 0 cards
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.943324] intel_pstate: CPU model not supported
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.949779] ata1.01: NODEV after polling detection
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.950970] ata1.00: ATA-7: QEMU HARDDISK, 0.10.2, max UDMA/100
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.955914] ata1.00: 16777216 sectors, multi 16: LBA48
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.962822] drop_monitor: Initializing network drop monitor service
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.970608] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK .2 PQ: 0 ANSI: 5
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.978139] NET: Registered protocol family 10
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.982763] scsi 0:0:0:0: Attached scsi generic sg0 type 0
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.988557] sd 0:0:0:0: [sda] 16777216 512-byte logical blocks: (8.59 GB/8.00 GiB)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 1.996329] sd 0:0:0:0: [sda] Write Protect is off
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.001551] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.001820] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.011901] Segment Routing with IPv6
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.016571] sda: sda1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.019967] NET: Registered protocol family 17
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.024323] Key type dns_resolver registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.028553] resctrl: L3 allocation detected
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.031943] IPI shorthand broadcast: enabled
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.035482] sched_clock: Marking stable (1441494752, 593963162)->(2349530307, -314072393)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.041672] registered taskstats version 1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.045305] sd 0:0:0:0: [sda] Attached SCSI disk
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.049121] Loading compiled-in X.509 certificates
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.053673] Loaded X.509 cert 'Build time autogenerated kernel key: 87f6febbf4e459d67da3d6e294de1be0741e720a'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.062052] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.070067] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.077671] blacklist: Loading compiled-in revocation X.509 certificates
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.089216] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.098958] zswap: loaded using pool lzo/zbud
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.102340] Key type ._fscrypt registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.104849] Key type .fscrypt registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.107321] Key type fscrypt-provisioning registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.110740] Key type encrypted registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.113195] AppArmor: AppArmor sha1 policy hashing enabled
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.116687] ima: No TPM chip found, activating TPM-bypass!
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.119804] Loading compiled-in module X.509 certificates
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.123821] Loaded X.509 cert 'Build time autogenerated kernel key: 87f6febbf4e459d67da3d6e294de1be0741e720a'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.130424] ima: Allocated hash algorithm: sha1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.133833] ima: No architecture policies found
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.137137] evm: Initialising EVM extended attributes:
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.141176] evm: security.selinux
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.143666] evm: security.SMACK64
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.146228] evm: security.SMACK64EXEC
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.149384] evm: security.SMACK64TRANSMUTE
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.152629] evm: security.SMACK64MMAP
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.155385] evm: security.apparmor
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.158029] evm: security.ima
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.160412] evm: security.capability
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.163292] evm: HMAC attrs: 0x1
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.166514] PM: Magic number: 6:629:426
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.169739] RAS: Correctable Errors collector initialized.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.174445] md: Waiting for all devices to be available before autodetect
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.179158] md: If you don't use raid, use raid=noautodetect
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.183173] md: Autodetecting RAID arrays.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.186279] md: autorun ...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.188521] md: ... autorun DONE.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.205003] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.210428] VFS: Mounted root (ext4 filesystem) readonly on device 8:1.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.215760] devtmpfs: mounted
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.220073] Freeing unused decrypted memory: 2036K
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.225416] Freeing unused kernel image (initmem) memory: 2608K
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.229883] Write protecting the kernel read-only data: 26624k
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.234962] Freeing unused kernel image (text/rodata gap) memory: 2036K
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.238786] Freeing unused kernel image (rodata/data gap) memory: 460K
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.290319] x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.294193] x86/mm: Checking user space page tables
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.343900] x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.347541] Run /sbin/init as init process
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.350348] with arguments:
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.350350] /sbin/init
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.350351] with environment:
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.350352] HOME=/
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.350353] TERM=linux
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.350353] BOOT_IMAGE=/boot/vmlinuz-5.13.0-1023-azure
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.399811] tsc: Refined TSC clocksource calibration: 2394.453 MHz
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.405652] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2283bf4e6f2, max_idle_ns: 440795216136 ns
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.415203] clocksource: Switched to clocksource tsc
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.898386] systemd[1]: Inserted module 'autofs4'
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.967003] systemd[1]: systemd 245.4-4ubuntu3.16 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.983282] systemd[1]: Detected virtualization xen.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 2.987111] systemd[1]: Detected architecture x86-64.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 3.004463] systemd[1]: Set hostname to <ip-172-31-20-30>.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.191220] systemd[1]: Unnecessary job for /sys/devices/virtual/misc/vmbus!hv_vss was removed.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.198196] systemd[1]: Unnecessary job for /sys/devices/virtual/misc/vmbus!hv_fcopy was removed.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.207254] systemd[1]: Created slice system-modprobe.slice.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.213695] systemd[1]: Created slice system-serial\x2dgetty.slice.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.220561] systemd[1]: Created slice User and Session Slice.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.227931] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.236590] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.248338] systemd[1]: Reached target User and Group Name Lookups.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.256754] systemd[1]: Reached target Slices.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.263139] systemd[1]: Reached target Swap.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.269402] systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.278063] systemd[1]: Listening on LVM2 poll daemon socket.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.285985] systemd[1]: Listening on multipathd control socket.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.293713] systemd[1]: Listening on Syslog Socket.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.300322] systemd[1]: Listening on fsck to fsckd communication Socket.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.309042] systemd[1]: Listening on initctl Compatibility Named Pipe.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.317690] systemd[1]: Listening on Journal Audit Socket.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.325086] systemd[1]: Listening on Journal Socket (/dev/log).
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.331904] systemd[1]: Listening on Journal Socket.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.337733] systemd[1]: Listening on Network Service Netlink Socket.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.345993] systemd[1]: Listening on udev Control Socket.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.353750] systemd[1]: Listening on udev Kernel Socket.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.362175] systemd[1]: Mounting Huge Pages File System...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.373174] systemd[1]: Mounting POSIX Message Queue File System...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.382715] systemd[1]: Mounting Kernel Debug File System...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.391373] systemd[1]: Mounting Kernel Trace File System...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.401556] systemd[1]: Starting Journal Service...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.415638] systemd[1]: Starting Set the console keyboard layout...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.432680] systemd[1]: Starting Create list of static device nodes for the current kernel...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.456248] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.479665] systemd[1]: Starting Load Kernel Module drm...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.491032] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.510389] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.522233] systemd[1]: Starting File System Check on Root Device...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.551171] systemd[1]: Starting Load Kernel Modules...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.563090] systemd[1]: Starting udev Coldplug all Devices...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.580644] systemd[1]: Starting Uncomplicated firewall...
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.595574] systemd[1]: Mounted Huge Pages File System.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.610766] systemd[1]: Mounted POSIX Message Queue File System.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.626316] systemd[1]: Mounted Kernel Debug File System.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.642768] systemd[1]: Mounted Kernel Trace File System.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.660238] systemd[1]: Finished Create list of static device nodes for the current kernel.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.670797] IPMI message handler: version 39.2
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.679127] systemd[1]: <email address hidden>: Succeeded.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.687840] systemd[1]: Finished Load Kernel Module drm.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.700073] systemd[1]: Started Journal Service.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.715222] ipmi device interface
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.805345] EXT4-fs (sda1): re-mounted. Opts: discard. Quota mode: none.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 4.886174] systemd-journald[160]: Received client request to flush runtime journal.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 5.883416] cryptd: max_cpu_qlen set to 1000
May 16 10:28:28 ip-172-31-20-30 kernel: [ 5.914720] AVX2 version of gcm_enc/dec engaged.
May 16 10:28:28 ip-172-31-20-30 kernel: [ 5.914742] AES CTR mode by8 optimization enabled
May 16 10:28:28 ip-172-31-20-30 kernel: [ 6.686877] alua: device handler registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 6.694577] emc: device handler registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 6.698583] rdac: device handler registered
May 16 10:28:28 ip-172-31-20-30 kernel: [ 6.808869] loop0: detected capacity change from 0 to 54552
May 16 10:28:28 ip-172-31-20-30 kernel: [ 6.816619] loop1: detected capacity change from 0 to 113696
May 16 10:28:28 ip-172-31-20-30 kernel: [ 6.829981] loop2: detected capacity change from 0 to 126760
May 16 10:28:28 ip-172-31-20-30 kernel: [ 6.878715] loop3: detected capacity change from 0 to 138880
May 16 10:28:28 ip-172-31-20-30 kernel: [ 6.889046] loop4: detected capacity change from 0 to 89352
May 16 10:28:28 ip-172-31-20-30 kernel: [ 7.247545] audit: type=1400 audit(1652696689.892:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=316 comm="apparmor_parser"
May 16 10:28:28 ip-172-31-20-30 kernel: [ 7.247552] audit: type=1400 audit(1652696689.892:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=316 comm="apparmor_parser"
May 16 10:28:28 ip-172-31-20-30 kernel: [ 7.283529] audit: type=1400 audit(1652696689.928:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=319 comm="apparmor_parser"
May 16 10:28:28 ip-172-31-20-30 kernel: [ 7.292446] audit: type=1400 audit(1652696689.936:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=320 comm="apparmor_parser"
May 16 10:28:28 ip-172-31-20-30 kernel: [ 7.292451] audit: type=1400 audit(1652696689.936:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=320 comm="apparmor_parser"
May 16 10:28:28 ip-172-31-20-30 kernel: [ 7.292453] audit: type=1400 audit(1652696689.936:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=320 comm="apparmor_parser"
May 16 10:28:28 ip-172-31-20-30 kernel: [ 7.301998] audit: type=1400 audit(1652696689.944:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=321 comm="apparmor_parser"
May 16 10:28:28 ip-172-31-20-30 kernel: [ 7.323422] audit: type=1400 audit(1652696689.964:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=322 comm="apparmor_parser"
May 16 10:28:28 ip-172-31-20-30 kernel: [ 7.323428] audit: type=1400 audit(1652696689.964:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=322 comm="apparmor_parser"
May 16 10:28:28 ip-172-31-20-30 kernel: [ 7.323430] audit: type=1400 audit(1652696689.964:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=322 comm="apparmor_parser"
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |=.* . S |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |.B +.. . |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |o =.o + |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |+o++ . o |
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: |+@Oo. |
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Initial cloud-init job (metadata service crawler).
May 16 10:28:28 ip-172-31-20-30 acpid: starting up with netlink and the input layer
May 16 10:28:28 ip-172-31-20-30 cloud-init[364]: +----[SHA256]-----+
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Cloud-config availability.
May 16 10:28:28 ip-172-31-20-30 acpid: 2 rules loaded
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Network is Online.
May 16 10:28:28 ip-172-31-20-30 acpid: waiting for events: event logging is off
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target System Initialization.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started ACPI Events Check.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Process error reports when automatic reporting is enabled (file watch) being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Trigger to poll for Ubuntu Pro licenses (Only enabled on GCP LTS non-pro).
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Daily apt download activities.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Daily apt upgrade and clean activities.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Periodic ext4 Online Metadata Check for All Filesystems.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Discard unused blocks once a week.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Refresh fwupd metadata regularly.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Daily rotation of log files.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Daily man-db regeneration.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Message of the Day.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Timer to automatically fetch and run repair assertions being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Daily Cleanup of Temporary Directories.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Ubuntu Advantage Timer for running repeated jobs.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Paths.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Timers.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Listening on ACPID Listen Socket.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Unix socket for apport crash forwarding being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Listening on cloud-init hotplug hook socket.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Listening on D-Bus System Message Bus Socket.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Listening on Open-iSCSI iscsid Socket.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Listening on Socket unix for snap application lxd.daemon.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Socket activation for snappy daemon.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Listening on UUID daemon activation socket.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Login to default iSCSI targets being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Remote File Systems (Pre).
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Remote File Systems.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Availability of block devices...
May 16 10:28:28 ip-172-31-20-30 cron[406]: (CRON) INFO (pidfile fd = 3)
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Listening on Socket activation for snappy daemon.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Availability of block devices.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Sockets.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Basic System.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Accounts Service...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started ACPI event daemon.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting LSB: automatic crash report generation...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Deferred execution scheduler...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Regular background program processing daemon.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started D-Bus System Message Bus.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Save initial kernel messages after boot.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Remove Stale Online ext4 Metadata Check Snapshots...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting EC2 Instance Connect Host Key Harvesting...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Record successful boot for GRUB...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Hyper-V File Copy Protocol Daemon being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Hyper-V VSS Protocol Daemon being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started irqbalance daemon.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Dispatcher daemon for systemd-networkd...
May 16 10:28:28 ip-172-31-20-30 cron[406]: (CRON) INFO (Running @reboot jobs)
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Set the CPU Frequency Scaling governor being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Authorization Manager...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Pollinate to seed the pseudo random number generator being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting System Logging Service...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Secure Boot updates for DB and DBX being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Service for snap application lxd.activate...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Automatically repair incorrect owner/permissions on core devices being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Wait for the Ubuntu Core chooser trigger being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Snap Daemon...
May 16 10:28:28 ip-172-31-20-30 /usr/sbin/irqbalance: Balancing is ineffective on systems with a single cpu. Shutting down
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Login Service...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Permit User Sessions...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Condition check resulted in Ubuntu Advantage reboot cmds being skipped.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Disk Manager...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Deferred execution scheduler.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: irqbalance.service: Succeeded.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Permit User Sessions.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Hold until boot process finishes up...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Terminate Plymouth Boot Screen...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: plymouth-quit-wait.service: Succeeded.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Hold until boot process finishes up.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: plymouth-quit.service: Succeeded.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Terminate Plymouth Boot Screen.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Serial Getty on ttyS0.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting Set console scheme...
May 16 10:28:28 ip-172-31-20-30 apport[404]: * Starting automatic crash report generation: apport
May 16 10:28:28 ip-172-31-20-30 apport[404]: ...done.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started LSB: automatic crash report generation.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Set console scheme.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Created slice system-getty.slice.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started Getty on tty1.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Reached target Login Prompts.
May 16 10:28:28 ip-172-31-20-30 rsyslogd: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd. [v8.2001.0]
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Started System Logging Service.
May 16 10:28:28 ip-172-31-20-30 rsyslogd: rsyslogd's groupid changed to 110
May 16 10:28:28 ip-172-31-20-30 rsyslogd: rsyslogd's userid changed to 104
May 16 10:28:28 ip-172-31-20-30 rsyslogd: [origin software="rsyslogd" swVersion="8.2001.0" x-pid="421" x-info="https://www.rsyslog.com"] start
May 16 10:28:28 ip-172-31-20-30 systemd[1]: grub-common.service: Succeeded.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Record successful boot for GRUB.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Starting GRUB failed boot detection...
May 16 10:28:28 ip-172-31-20-30 systemd[1]: e2scrub_reap.service: Succeeded.
May 16 10:28:28 ip-172-31-20-30 systemd[1]: Finished Remove Stale Online ext4 Metadata Check Snapshots.
May 16 10:28:28 ip-172-31-20-30 udisksd[427]: udisks daemon version 2.8.4 starting
May 16 10:28:28 ip-172-31-20-30 dbus-daemon[407]: [system] AppArmor D-Bus mediation is enabled
May 16 10:28:29 ip-172-31-20-30 systemd[1]: grub-initrd-fallback.service: Succeeded.
May 16 10:28:29 ip-172-31-20-30 systemd[1]: Finished GRUB failed boot detection.
May 16 10:28:29 ip-172-31-20-30 systemd[1]: Started Login Service.
May 16 10:28:29 ip-172-31-20-30 systemd[1]: Started Unattended Upgrades Shutdown.
May 16 10:28:29 ip-172-31-20-30 udisksd[427]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
May 16 10:28:29 ip-172-31-20-30 polkitd[419]: started daemon version 0.105 using authority implementation `local' version `0.105'
May 16 10:28:29 ip-172-31-20-30 systemd[1]: Started Authorization Manager.
May 16 10:28:29 ip-172-31-20-30 systemd[1]: Starting Modem Manager...
May 16 10:28:29 ip-172-31-20-30 udisksd[427]: Failed to load the 'mdraid' libblockdev plugin
May 16 10:28:29 ip-172-31-20-30 networkd-dispatcher[418]: No valid path found for iwconfig
May 16 10:28:29 ip-172-31-20-30 networkd-dispatcher[418]: No valid path found for iw
May 16 10:28:29 ip-172-31-20-30 udisksd[427]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sda': ATA command failed: error=0x01 count=0x01 status=0x50 (g-io-error-quark, 0)
May 16 10:28:30 ip-172-31-20-30 systemd[1]: Started Dispatcher daemon for systemd-networkd.
May 16 10:28:30 ip-172-31-20-30 systemd[1]: ec2-instance-connect.service: Succeeded.
May 16 10:28:30 ip-172-31-20-30 systemd[1]: Finished EC2 Instance Connect Host Key Harvesting.
May 16 10:28:30 ip-172-31-20-30 systemd[1]: Starting OpenBSD Secure Shell server...
May 16 10:28:30 ip-172-31-20-30 ModemManager[486]: <info> ModemManager (version 1.16.6) starting in system bus...
May 16 10:28:30 ip-172-31-20-30 systemd[1]: Started OpenBSD Secure Shell server.
May 16 10:28:30 ip-172-31-20-30 accounts-daemon[402]: started daemon version 0.6.55
May 16 10:28:30 ip-172-31-20-30 systemd[1]: Started Accounts Service.
May 16 10:28:31 ip-172-31-20-30 udisksd[427]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sda': ATA command failed: error=0x01 count=0x01 status=0x50 (g-io-error-quark, 0)
May 16 10:28:31 ip-172-31-20-30 systemd[1]: Started Disk Manager.
May 16 10:28:31 ip-172-31-20-30 udisksd[427]: Acquired the name org.freedesktop.UDisks2 on the system message bus
May 16 10:28:31 ip-172-31-20-30 systemd[1]: Started Modem Manager.
May 16 10:28:31 ip-172-31-20-30 snapd[424]: AppArmor status: apparmor is enabled and all features are available
May 16 10:28:32 ip-172-31-20-30 systemd[1]: tmp-snap.rootfs_ZG9ev9.mount: Succeeded.
May 16 10:28:33 ip-172-31-20-30 systemd[1]: dmesg.service: Succeeded.
May 16 10:28:35 ip-172-31-20-30 lxd.activate[423]: => Starting LXD activation
May 16 10:28:35 ip-172-31-20-30 lxd.activate[423]: ==> Loading snap configuration
May 16 10:28:35 ip-172-31-20-30 lxd.activate[423]: ==> Checking for socket activation support
May 16 10:28:35 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: Error occurred fetching the seelog config file path: open /etc/amazon/ssm/seelog.xml: no such file or directory
May 16 10:28:35 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: Initializing new seelog logger
May 16 10:28:35 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: New Seelog Logger Creation Complete
May 16 10:28:35 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: 2022-05-16 10:28:35 WARN Error adding the directory '/etc/amazon/ssm' to watcher: no such file or directory
May 16 10:28:35 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: 2022-05-16 10:28:35 INFO Proxy environment variables:
May 16 10:28:35 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: 2022-05-16 10:28:35 INFO https_proxy:
May 16 10:28:35 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: 2022-05-16 10:28:35 INFO http_proxy:
May 16 10:28:35 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: 2022-05-16 10:28:35 INFO no_proxy:
May 16 10:28:36 ip-172-31-20-30 snapd[424]: AppArmor status: apparmor is enabled and all features are available
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: 2022-05-16 10:28:35 ERROR Agent failed to assume any identity
May 16 10:28:36 ip-172-31-20-30 snapd[424]: daemon.go:246: started snapd/2.54.4 (series 16; classic) ubuntu/20.04 (amd64) linux/5.13.0-1023-azure.
May 16 10:28:36 ip-172-31-20-30 kernel: [ 233.534552] loop5: detected capacity change from 0 to 8
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: 2022-05-16 10:28:35 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:36 ip-172-31-20-30 systemd[1]: tmp-sanity\x2dmountpoint\x2d263272066.mount: Succeeded.
May 16 10:28:36 ip-172-31-20-30 snapd[424]: daemon.go:339: adjusting startup timeout by 55s (pessimistic estimate of 30s plus 5s per snap)
May 16 10:28:36 ip-172-31-20-30 systemd[1]: Started Snap Daemon.
May 16 10:28:36 ip-172-31-20-30 systemd[1]: Starting Wait until snapd is fully seeded...
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: 2022-05-16 10:28:36 ERROR Agent failed to assume any identity
May 16 10:28:36 ip-172-31-20-30 dbus-daemon[407]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.11' (uid=0 pid=424 comm="/usr/lib/snapd/snapd " label="unconfined")
May 16 10:28:36 ip-172-31-20-30 systemd[1]: Starting Time & Date Service...
May 16 10:28:36 ip-172-31-20-30 dbus-daemon[407]: [system] Successfully activated service 'org.freedesktop.timedate1'
May 16 10:28:36 ip-172-31-20-30 systemd[1]: Started Time & Date Service.
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: 2022-05-16 10:28:36 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: 2022-05-16 10:28:36 ERROR Agent failed to assume any identity
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: 2022-05-16 10:28:36 ERROR failed to get identity: failed to find agent identity
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[422]: 2022-05-16 10:28:36 ERROR error occurred when starting amazon-ssm-agent: failed to get identity: failed to find agent identity
May 16 10:28:36 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Succeeded.
May 16 10:28:36 ip-172-31-20-30 systemd[1]: Finished Wait until snapd is fully seeded.
May 16 10:28:36 ip-172-31-20-30 systemd[1]: Starting Apply the settings specified in cloud-config...
May 16 10:28:36 ip-172-31-20-30 systemd[1]: Condition check resulted in Auto import assertions from block devices being skipped.
May 16 10:28:36 ip-172-31-20-30 lxd.activate[423]: ==> Setting LXD socket ownership
May 16 10:28:36 ip-172-31-20-30 lxd.activate[423]: ==> LXD never started on this system, no need to start it now
May 16 10:28:36 ip-172-31-20-30 systemd[1]: snap.lxd.activate.service: Succeeded.
May 16 10:28:36 ip-172-31-20-30 systemd[1]: Finished Service for snap application lxd.activate.
May 16 10:28:36 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Scheduled restart job, restart counter is at 1.
May 16 10:28:36 ip-172-31-20-30 systemd[1]: Stopped Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:36 ip-172-31-20-30 systemd[1]: Started Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: Error occurred fetching the seelog config file path: open /etc/amazon/ssm/seelog.xml: no such file or directory
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: Initializing new seelog logger
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: New Seelog Logger Creation Complete
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: 2022-05-16 10:28:36 WARN Error adding the directory '/etc/amazon/ssm' to watcher: no such file or directory
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: 2022-05-16 10:28:36 INFO Proxy environment variables:
May 16 10:28:36 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: 2022-05-16 10:28:36 INFO https_proxy:
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: 2022-05-16 10:28:36 INFO http_proxy:
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: 2022-05-16 10:28:36 INFO no_proxy:
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: 2022-05-16 10:28:37 ERROR Agent failed to assume any identity
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: 2022-05-16 10:28:37 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: 2022-05-16 10:28:37 ERROR Agent failed to assume any identity
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: 2022-05-16 10:28:37 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: 2022-05-16 10:28:37 ERROR Agent failed to assume any identity
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: 2022-05-16 10:28:37 ERROR failed to get identity: failed to find agent identity
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[644]: 2022-05-16 10:28:37 ERROR error occurred when starting amazon-ssm-agent: failed to get identity: failed to find agent identity
May 16 10:28:37 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Succeeded.
May 16 10:28:37 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Scheduled restart job, restart counter is at 2.
May 16 10:28:37 ip-172-31-20-30 systemd[1]: Stopped Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:37 ip-172-31-20-30 systemd[1]: Started Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: Error occurred fetching the seelog config file path: open /etc/amazon/ssm/seelog.xml: no such file or directory
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: Initializing new seelog logger
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: New Seelog Logger Creation Complete
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: 2022-05-16 10:28:37 WARN Error adding the directory '/etc/amazon/ssm' to watcher: no such file or directory
May 16 10:28:37 ip-172-31-20-30 cloud-init[668]: Cloud-init v. 22.1-14-g2e17a0d6-0ubuntu1~20.04.3 running 'modules:config' at Mon, 16 May 2022 10:28:37 +0000. Up 233.86 seconds.
May 16 10:28:37 ip-172-31-20-30 systemd[1]: Finished Apply the settings specified in cloud-config.
May 16 10:28:37 ip-172-31-20-30 systemd[1]: Starting EC2 instance hibernation setup agent...
May 16 10:28:37 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: 2022-05-16 10:28:37 INFO Proxy environment variables:
May 16 10:28:38 ip-172-31-20-30 /hibinit-agent: Instance Launch has not enabled Hibernation Configured Flag. hibinit-agent exiting!!
May 16 10:28:38 ip-172-31-20-30 hibinit-agent[698]: Instance Launch has not enabled Hibernation Configured Flag. hibinit-agent exiting!!
May 16 10:28:38 ip-172-31-20-30 systemd[1]: hibinit-agent.service: Succeeded.
May 16 10:28:38 ip-172-31-20-30 systemd[1]: Started EC2 instance hibernation setup agent.
May 16 10:28:38 ip-172-31-20-30 systemd[1]: Reached target Multi-User System.
May 16 10:28:38 ip-172-31-20-30 systemd[1]: Reached target Graphical Interface.
May 16 10:28:38 ip-172-31-20-30 systemd[1]: Starting Execute cloud user/final scripts...
May 16 10:28:38 ip-172-31-20-30 systemd[1]: Starting Update UTMP about System Runlevel Changes...
May 16 10:28:38 ip-172-31-20-30 systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
May 16 10:28:38 ip-172-31-20-30 systemd[1]: Finished Update UTMP about System Runlevel Changes.
May 16 10:28:38 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: 2022-05-16 10:28:37 INFO https_proxy:
May 16 10:28:38 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: 2022-05-16 10:28:37 INFO http_proxy:
May 16 10:28:38 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: 2022-05-16 10:28:37 INFO no_proxy:
May 16 10:28:38 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: 2022-05-16 10:28:38 ERROR Agent failed to assume any identity
May 16 10:28:38 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: 2022-05-16 10:28:38 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:38 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: 2022-05-16 10:28:38 ERROR Agent failed to assume any identity
May 16 10:28:38 ip-172-31-20-30 cloud-init: #############################################################
May 16 10:28:38 ip-172-31-20-30 cloud-init: -----BEGIN SSH HOST KEY FINGERPRINTS-----
May 16 10:28:38 ip-172-31-20-30 cloud-init: 1024 SHA256:cGwKfxEg0mFEOYcmzh/GMCm3vsEPo2DZtWu/7/0w2q4 root@ip-172-31-20-30 (DSA)
May 16 10:28:38 ip-172-31-20-30 cloud-init: 256 SHA256:5K+MCuZYrxHHzQddD3fQmd5eo1/pVBiCLDttPuPBdMg root@ip-172-31-20-30 (ECDSA)
May 16 10:28:38 ip-172-31-20-30 cloud-init: 256 SHA256:OqNaKREWZDsuAWJ+qiUJ5wu3S+ibvvjOyk1VcGYvYJs root@ip-172-31-20-30 (ED25519)
May 16 10:28:38 ip-172-31-20-30 cloud-init: 3072 SHA256:VylkEZnAVNtrIz7ASLbgZEX+TGf/P+HzaXnfhTiyMcc root@ip-172-31-20-30 (RSA)
May 16 10:28:38 ip-172-31-20-30 cloud-init: -----END SSH HOST KEY FINGERPRINTS-----
May 16 10:28:38 ip-172-31-20-30 cloud-init: #############################################################
May 16 10:28:38 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: 2022-05-16 10:28:38 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:38 ip-172-31-20-30 cloud-init[704]: Cloud-init v. 22.1-14-g2e17a0d6-0ubuntu1~20.04.3 running 'modules:final' at Mon, 16 May 2022 10:28:38 +0000. Up 235.15 seconds.
May 16 10:28:38 ip-172-31-20-30 cloud-init[704]: Cloud-init v. 22.1-14-g2e17a0d6-0ubuntu1~20.04.3 finished at Mon, 16 May 2022 10:28:38 +0000. Datasource DataSourceNone. Up 235.45 seconds
May 16 10:28:38 ip-172-31-20-30 cloud-init[704]: 2022-05-16 10:28:38,694 - cc_final_message.py[WARNING]: Used fallback datasource
May 16 10:28:38 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: 2022-05-16 10:28:38 ERROR Agent failed to assume any identity
May 16 10:28:38 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: 2022-05-16 10:28:38 ERROR failed to get identity: failed to find agent identity
May 16 10:28:38 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[675]: 2022-05-16 10:28:38 ERROR error occurred when starting amazon-ssm-agent: failed to get identity: failed to find agent identity
May 16 10:28:38 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Succeeded.
May 16 10:28:38 ip-172-31-20-30 systemd[1]: Finished Execute cloud user/final scripts.
May 16 10:28:38 ip-172-31-20-30 systemd[1]: Reached target Cloud-init target.
May 16 10:28:38 ip-172-31-20-30 systemd[1]: Startup finished in 2.131s (kernel) + 3min 53.409s (userspace) = 3min 55.541s.
May 16 10:28:39 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Scheduled restart job, restart counter is at 3.
May 16 10:28:39 ip-172-31-20-30 systemd[1]: Stopped Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:39 ip-172-31-20-30 systemd[1]: Started Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: Error occurred fetching the seelog config file path: open /etc/amazon/ssm/seelog.xml: no such file or directory
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: Initializing new seelog logger
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: New Seelog Logger Creation Complete
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: 2022-05-16 10:28:39 WARN Error adding the directory '/etc/amazon/ssm' to watcher: no such file or directory
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: 2022-05-16 10:28:39 INFO Proxy environment variables:
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: 2022-05-16 10:28:39 INFO https_proxy:
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: 2022-05-16 10:28:39 INFO http_proxy:
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: 2022-05-16 10:28:39 INFO no_proxy:
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: 2022-05-16 10:28:39 ERROR Agent failed to assume any identity
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: 2022-05-16 10:28:39 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: 2022-05-16 10:28:39 ERROR Agent failed to assume any identity
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: 2022-05-16 10:28:39 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: 2022-05-16 10:28:39 ERROR Agent failed to assume any identity
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: 2022-05-16 10:28:39 ERROR failed to get identity: failed to find agent identity
May 16 10:28:39 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[721]: 2022-05-16 10:28:39 ERROR error occurred when starting amazon-ssm-agent: failed to get identity: failed to find agent identity
May 16 10:28:39 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Succeeded.
May 16 10:28:40 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Scheduled restart job, restart counter is at 4.
May 16 10:28:40 ip-172-31-20-30 systemd[1]: Stopped Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:40 ip-172-31-20-30 systemd[1]: Started Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: Error occurred fetching the seelog config file path: open /etc/amazon/ssm/seelog.xml: no such file or directory
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: Initializing new seelog logger
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: New Seelog Logger Creation Complete
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: 2022-05-16 10:28:40 WARN Error adding the directory '/etc/amazon/ssm' to watcher: no such file or directory
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: 2022-05-16 10:28:40 INFO Proxy environment variables:
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: 2022-05-16 10:28:40 INFO https_proxy:
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: 2022-05-16 10:28:40 INFO http_proxy:
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: 2022-05-16 10:28:40 INFO no_proxy:
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: 2022-05-16 10:28:40 ERROR Agent failed to assume any identity
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: 2022-05-16 10:28:40 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: 2022-05-16 10:28:40 ERROR Agent failed to assume any identity
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: 2022-05-16 10:28:40 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: 2022-05-16 10:28:40 ERROR Agent failed to assume any identity
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: 2022-05-16 10:28:40 ERROR failed to get identity: failed to find agent identity
May 16 10:28:40 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[742]: 2022-05-16 10:28:40 ERROR error occurred when starting amazon-ssm-agent: failed to get identity: failed to find agent identity
May 16 10:28:40 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Succeeded.
May 16 10:28:41 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Scheduled restart job, restart counter is at 5.
May 16 10:28:41 ip-172-31-20-30 systemd[1]: Stopped Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:41 ip-172-31-20-30 systemd[1]: Started Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: Error occurred fetching the seelog config file path: open /etc/amazon/ssm/seelog.xml: no such file or directory
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: Initializing new seelog logger
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: New Seelog Logger Creation Complete
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: 2022-05-16 10:28:41 WARN Error adding the directory '/etc/amazon/ssm' to watcher: no such file or directory
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: 2022-05-16 10:28:41 INFO Proxy environment variables:
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: 2022-05-16 10:28:41 INFO http_proxy:
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: 2022-05-16 10:28:41 INFO no_proxy:
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: 2022-05-16 10:28:41 INFO https_proxy:
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: 2022-05-16 10:28:41 ERROR Agent failed to assume any identity
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: 2022-05-16 10:28:41 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: 2022-05-16 10:28:41 ERROR Agent failed to assume any identity
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: 2022-05-16 10:28:41 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: 2022-05-16 10:28:41 ERROR Agent failed to assume any identity
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: 2022-05-16 10:28:41 ERROR failed to get identity: failed to find agent identity
May 16 10:28:41 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[763]: 2022-05-16 10:28:41 ERROR error occurred when starting amazon-ssm-agent: failed to get identity: failed to find agent identity
May 16 10:28:41 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Succeeded.
May 16 10:28:42 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Scheduled restart job, restart counter is at 6.
May 16 10:28:42 ip-172-31-20-30 systemd[1]: Stopped Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:42 ip-172-31-20-30 systemd[1]: Started Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: Error occurred fetching the seelog config file path: open /etc/amazon/ssm/seelog.xml: no such file or directory
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: Initializing new seelog logger
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: New Seelog Logger Creation Complete
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: 2022-05-16 10:28:42 WARN Error adding the directory '/etc/amazon/ssm' to watcher: no such file or directory
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: 2022-05-16 10:28:42 INFO Proxy environment variables:
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: 2022-05-16 10:28:42 INFO https_proxy:
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: 2022-05-16 10:28:42 INFO http_proxy:
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: 2022-05-16 10:28:42 INFO no_proxy:
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: 2022-05-16 10:28:42 ERROR Agent failed to assume any identity
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: 2022-05-16 10:28:42 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: 2022-05-16 10:28:42 ERROR Agent failed to assume any identity
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: 2022-05-16 10:28:42 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: 2022-05-16 10:28:42 ERROR Agent failed to assume any identity
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: 2022-05-16 10:28:42 ERROR failed to get identity: failed to find agent identity
May 16 10:28:42 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[784]: 2022-05-16 10:28:42 ERROR error occurred when starting amazon-ssm-agent: failed to get identity: failed to find agent identity
May 16 10:28:42 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Succeeded.
May 16 10:28:43 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Scheduled restart job, restart counter is at 7.
May 16 10:28:43 ip-172-31-20-30 systemd[1]: Stopped Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:43 ip-172-31-20-30 systemd[1]: Started Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: Error occurred fetching the seelog config file path: open /etc/amazon/ssm/seelog.xml: no such file or directory
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: Initializing new seelog logger
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: New Seelog Logger Creation Complete
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: 2022-05-16 10:28:43 WARN Error adding the directory '/etc/amazon/ssm' to watcher: no such file or directory
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: 2022-05-16 10:28:43 INFO Proxy environment variables:
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: 2022-05-16 10:28:43 INFO https_proxy:
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: 2022-05-16 10:28:43 INFO http_proxy:
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: 2022-05-16 10:28:43 INFO no_proxy:
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: 2022-05-16 10:28:43 ERROR Agent failed to assume any identity
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: 2022-05-16 10:28:43 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: 2022-05-16 10:28:43 ERROR Agent failed to assume any identity
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: 2022-05-16 10:28:43 ERROR failed to find identity, retrying: failed to find agent identity
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: 2022-05-16 10:28:43 ERROR Agent failed to assume any identity
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: 2022-05-16 10:28:43 ERROR failed to get identity: failed to find agent identity
May 16 10:28:43 ip-172-31-20-30 amazon-ssm-agent.amazon-ssm-agent[805]: 2022-05-16 10:28:43 ERROR error occurred when starting amazon-ssm-agent: failed to get identity: failed to find agent identity
May 16 10:28:43 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Succeeded.
May 16 10:28:44 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Scheduled restart job, restart counter is at 8.
May 16 10:28:44 ip-172-31-20-30 systemd[1]: Stopped Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:28:44 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Start request repeated too quickly.
May 16 10:28:44 ip-172-31-20-30 systemd[1]: snap.amazon-ssm-agent.amazon-ssm-agent.service: Failed with result 'start-limit-hit'.
May 16 10:28:44 ip-172-31-20-30 systemd[1]: Failed to start Service for snap application amazon-ssm-agent.amazon-ssm-agent.
May 16 10:29:06 ip-172-31-20-30 systemd[1]: systemd-timedated.service: Succeeded.
May 16 10:29:08 ip-172-31-20-30 snapd[424]: stateengine.go:149: state ensure error: persistent network error: Get https://api.snapcraft.io/api/v1/snaps/sections: dial tcp: lookup api.snapcraft.io: Temporary failure in name resolution
May 16 10:29:08 ip-172-31-20-30 dbus-daemon[407]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.11' (uid=0 pid=424 comm="/usr/lib/snapd/snapd " label="unconfined")
May 16 10:29:08 ip-172-31-20-30 systemd[1]: Starting Time & Date Service...
May 16 10:29:08 ip-172-31-20-30 dbus-daemon[407]: [system] Successfully activated service 'org.freedesktop.timedate1'
May 16 10:29:08 ip-172-31-20-30 systemd[1]: Started Time & Date Service.
May 16 10:29:38 ip-172-31-20-30 systemd[1]: systemd-timedated.service: Succeeded.
May 16 10:34:01 ip-172-31-20-30 systemd[1]: Starting Ubuntu Advantage Timer for running repeated jobs...
May 16 10:34:02 ip-172-31-20-30 systemd[1]: ua-timer.service: Succeeded.
May 16 10:34:02 ip-172-31-20-30 systemd[1]: Finished Ubuntu Advantage Timer for running repeated jobs.
May 16 10:34:08 ip-172-31-20-30 dbus-daemon[407]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.11' (uid=0 pid=424 comm="/usr/lib/snapd/snapd " label="unconfined")
May 16 10:34:08 ip-172-31-20-30 systemd[1]: Starting Time & Date Service...
May 16 10:34:08 ip-172-31-20-30 dbus-daemon[407]: [system] Successfully activated service 'org.freedesktop.timedate1'
May 16 10:34:08 ip-172-31-20-30 systemd[1]: Started Time & Date Service.
May 16 10:34:38 ip-172-31-20-30 systemd[1]: systemd-timedated.service: Succeeded.
May 16 10:38:36 ip-172-31-20-30 snapd[424]: devicemgr.go:1780: no NTP sync after 10m0s, trying auto-refresh anyway
May 16 10:40:01 ip-172-31-20-30 systemd[1]: Starting Cleanup of Temporary Directories...
May 16 10:40:01 ip-172-31-20-30 systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
May 16 10:40:01 ip-172-31-20-30 systemd[1]: Finished Cleanup of Temporary Directories.
May 16 11:17:01 ip-172-31-20-30 CRON[855]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
May 16 12:04:08 ip-172-31-20-30 snapd[424]: autorefresh.go:530: Cannot prepare auto-refresh change: cannot get nonce from store: persistent network error: Post https://api.snapcraft.io/api/v1/snaps/auth/nonces: dial tcp: lookup api.snapcraft.io: Temporary failure in name resolution
May 16 12:04:08 ip-172-31-20-30 snapd[424]: stateengine.go:149: state ensure error: cannot get nonce from store: persistent network error: Post https://api.snapcraft.io/api/v1/snaps/auth/nonces: dial tcp: lookup api.snapcraft.io: Temporary failure in name resolution
May 16 12:17:01 ip-172-31-20-30 CRON[869]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu linux-azure Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.