Created
December 4, 2019 08:15
-
-
Save inductor/d80759463d99db3a7ae1dea4ecd7ed5f to your computer and use it in GitHub Desktop.
EKS for Fargate on virginia region
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ # dmesg | |
[ 0.000000] Linux version 4.14.152-127.182.amzn2.x86_64 (mockbuild@ip-10-0-1-129) (gcc version 7.3.1 20180712 (Red Hat 7.3.1-6) (GCC)) #1 SMP Thu Nov 14 17:32:43 UTC 2019 | |
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.14.152-127.182.amzn2.x86_64 root=UUID=203041de-9d2d-4227-a2bc-2f97e7c55272 ro console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 nvme_core.io_timeout=4294967295 rd.emergency=poweroff rd.shell=0 | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' | |
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 | |
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. | |
[ 0.000000] e820: BIOS-provided physical RAM map: | |
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable | |
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000efffffff] usable | |
[ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000010fffffff] usable | |
[ 0.000000] NX (Execute Disable) protection: active | |
[ 0.000000] SMBIOS 2.7 present. | |
[ 0.000000] DMI: Xen HVM domU, BIOS 4.2.amazon 08/24/2006 | |
[ 0.000000] Hypervisor detected: Xen HVM | |
[ 0.000000] Xen version 4.2. | |
[ 0.000000] Xen Platform PCI: I/O protocol version 1 | |
[ 0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs. | |
[ 0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks. | |
[ 0.000000] You might have to change the root device | |
[ 0.000000] from /dev/hd[a-d] to /dev/xvd[a-d] | |
[ 0.000000] in your root= kernel command line option | |
[ 0.000000] HVMOP_pagetable_dying not supported | |
[ 0.000000] tsc: Fast TSC calibration using PIT | |
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved | |
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable | |
[ 0.000000] e820: last_pfn = 0x110000 max_arch_pfn = 0x400000000 | |
[ 0.000000] MTRR default type: write-back | |
[ 0.000000] MTRR fixed ranges enabled: | |
[ 0.000000] 00000-9FFFF write-back | |
[ 0.000000] A0000-BFFFF write-combining | |
[ 0.000000] C0000-FFFFF write-back | |
[ 0.000000] MTRR variable ranges enabled: | |
[ 0.000000] 0 base 0000F0000000 mask 3FFFF8000000 uncachable | |
[ 0.000000] 1 base 0000F8000000 mask 3FFFFC000000 uncachable | |
[ 0.000000] 2 disabled | |
[ 0.000000] 3 disabled | |
[ 0.000000] 4 disabled | |
[ 0.000000] 5 disabled | |
[ 0.000000] 6 disabled | |
[ 0.000000] 7 disabled | |
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT | |
[ 0.000000] e820: last_pfn = 0xf0000 max_arch_pfn = 0x400000000 | |
[ 0.000000] found SMP MP-table at [mem 0x000fbc50-0x000fbc5f] | |
[ 0.000000] Scanning 1 areas for low memory corruption | |
[ 0.000000] Base memory trampoline at [ffff888000098000] 98000 size 24576 | |
[ 0.000000] BRK [0x02a55000, 0x02a55fff] PGTABLE | |
[ 0.000000] BRK [0x02a56000, 0x02a56fff] PGTABLE | |
[ 0.000000] BRK [0x02a57000, 0x02a57fff] PGTABLE | |
[ 0.000000] BRK [0x02a58000, 0x02a58fff] PGTABLE | |
[ 0.000000] BRK [0x02a59000, 0x02a59fff] PGTABLE | |
[ 0.000000] RAMDISK: [mem 0x3566c000-0x36b2dfff] | |
[ 0.000000] ACPI: Early table checksum verification disabled | |
[ 0.000000] ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen ) | |
[ 0.000000] ACPI: XSDT 0x00000000FC00E2A0 000054 (v01 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: FACP 0x00000000FC00DF60 0000F4 (v04 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: DSDT 0x00000000FC0021C0 00BD19 (v02 Xen HVM 00000000 INTL 20090123) | |
[ 0.000000] ACPI: FACS 0x00000000FC002180 000040 | |
[ 0.000000] ACPI: FACS 0x00000000FC002180 000040 | |
[ 0.000000] ACPI: APIC 0x00000000FC00E060 0000D8 (v02 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: HPET 0x00000000FC00E1B0 000038 (v01 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: WAET 0x00000000FC00E1F0 000028 (v01 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: SSDT 0x00000000FC00E220 000031 (v02 Xen HVM 00000000 INTL 20090123) | |
[ 0.000000] ACPI: SSDT 0x00000000FC00E260 000033 (v02 Xen HVM 00000000 INTL 20090123) | |
[ 0.000000] ACPI: Local APIC address 0xfee00000 | |
[ 0.000000] No NUMA configuration found | |
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000010fffffff] | |
[ 0.000000] NODE_DATA(0) allocated [mem 0x10ffdc000-0x10fffdfff] | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] | |
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] | |
[ 0.000000] Normal [mem 0x0000000100000000-0x000000010fffffff] | |
[ 0.000000] Movable zone start for each node | |
[ 0.000000] Early memory node ranges | |
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009dfff] | |
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000efffffff] | |
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000010fffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000010fffffff] | |
[ 0.000000] On node 0 totalpages: 1048477 | |
[ 0.000000] DMA zone: 64 pages used for memmap | |
[ 0.000000] DMA zone: 21 pages reserved | |
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0 | |
[ 0.000000] DMA32 zone: 15296 pages used for memmap | |
[ 0.000000] DMA32 zone: 978944 pages, LIFO batch:31 | |
[ 0.000000] Normal zone: 1024 pages used for memmap | |
[ 0.000000] Normal zone: 65536 pages, LIFO batch:15 | |
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 | |
[ 0.000000] ACPI: Local APIC address 0xfee00000 | |
[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47 | |
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) | |
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level) | |
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level) | |
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level) | |
[ 0.000000] ACPI: IRQ0 used by override. | |
[ 0.000000] ACPI: IRQ5 used by override. | |
[ 0.000000] ACPI: IRQ9 used by override. | |
[ 0.000000] ACPI: IRQ10 used by override. | |
[ 0.000000] ACPI: IRQ11 used by override. | |
[ 0.000000] Using ACPI (MADT) for SMP configuration information | |
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 | |
[ 0.000000] smpboot: Allowing 15 CPUs, 13 hotplug CPUs | |
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfbffffff] | |
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xffffffff] | |
[ 0.000000] e820: [mem 0xf0000000-0xfbffffff] available for PCI devices | |
[ 0.000000] Booting paravirtualized kernel on Xen HVM | |
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns | |
[ 0.000000] random: get_random_bytes called from start_kernel+0x94/0x4c8 with crng_init=0 | |
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:15 nr_cpu_ids:15 nr_node_ids:1 | |
[ 0.000000] percpu: Embedded 44 pages/cpu s140504 r8192 d31528 u262144 | |
[ 0.000000] pcpu-alloc: s140504 r8192 d31528 u262144 alloc=1*2097152 | |
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 -- | |
[ 0.000000] xen: PV spinlocks enabled | |
[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032072 | |
[ 0.000000] Policy zone: Normal | |
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.14.152-127.182.amzn2.x86_64 root=UUID=203041de-9d2d-4227-a2bc-2f97e7c55272 ro console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 nvme_core.io_timeout=4294967295 rd.emergency=poweroff rd.shell=0 | |
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) | |
[ 0.000000] Memory: 4011212K/4193908K available (10252K kernel code, 1957K rwdata, 2768K rodata, 2080K init, 3924K bss, 182696K reserved, 0K cma-reserved) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1 | |
[ 0.000000] Kernel/User page tables isolation: enabled | |
[ 0.000000] ftrace: allocating 26630 entries in 105 pages | |
[ 0.004000] Hierarchical RCU implementation. | |
[ 0.004000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=15. | |
[ 0.004000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=15 | |
[ 0.004000] NR_IRQS: 524544, nr_irqs: 952, preallocated irqs: 16 | |
[ 0.004000] xen:events: Using 2-level ABI | |
[ 0.004000] xen:events: Xen HVM callback vector for event delivery is enabled | |
[ 0.004000] Console: colour VGA+ 80x25 | |
[ 0.004000] console [tty0] enabled | |
[ 0.004000] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! | |
[ 0.004000] console [ttyS0] enabled | |
[ 0.004000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns | |
[ 0.004000] hpet clockevent registered | |
[ 0.008000] tsc: Fast TSC calibration using PIT | |
[ 0.020004] tsc: Detected 2300.174 MHz processor | |
[ 0.024010] Calibrating delay loop (skipped), value calculated using timer frequency.. 4600.13 BogoMIPS (lpj=9200272) | |
[ 0.036006] pid_max: default: 32768 minimum: 301 | |
[ 0.040025] ACPI: Core revision 20170728 | |
[ 0.051937] ACPI: 3 ACPI AML tables successfully acquired and loaded | |
[ 0.056039] Security Framework initialized | |
[ 0.060006] SELinux: Initializing. | |
[ 0.064017] SELinux: Starting in permissive mode | |
[ 0.064777] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) | |
[ 0.072392] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) | |
[ 0.080034] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) | |
[ 0.088021] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) | |
[ 0.092259] mce: CPU supports 2 MCE banks | |
[ 0.096031] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 | |
[ 0.104004] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 | |
[ 0.108007] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization | |
[ 0.116007] Spectre V2 : Mitigation: Full generic retpoline | |
[ 0.120006] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch | |
[ 0.128005] Speculative Store Bypass: Vulnerable | |
[ 0.136031] MDS: Vulnerable: Clear CPU buffers attempted, no microcode | |
[ 0.144110] Freeing SMP alternatives memory: 24K | |
[ 0.149010] smpboot: Max logical packages: 8 | |
[ 0.156830] x2apic: IRQ remapping doesn't support X2APIC mode | |
[ 0.160008] Switched APIC routing to physical flat. | |
[ 0.170777] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 | |
[ 0.221421] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns | |
[ 0.228014] Xen: using vcpuop timer interface | |
[ 0.228022] installing Xen timer for CPU 0 | |
[ 0.232090] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (family: 0x6, model: 0x4f, stepping: 0x1) | |
[ 0.236052] cpu 0 spinlock event irq 53 | |
[ 0.240000] Performance Events: unsupported p6 CPU model 79 no PMU driver, software events only. | |
[ 0.240065] Hierarchical SRCU implementation. | |
[ 0.244324] NMI watchdog: Perf event create on CPU 0 failed with -2 | |
[ 0.248007] NMI watchdog: Perf NMI watchdog permanently disabled | |
[ 0.252241] smp: Bringing up secondary CPUs ... | |
[ 0.256119] installing Xen timer for CPU 1 | |
[ 0.260074] x86: Booting SMP configuration: | |
[ 0.264008] .... node #0, CPUs: #1 | |
[ 0.266578] cpu 1 spinlock event irq 59 | |
[ 0.280017] smp: Brought up 1 node, 2 CPUs | |
[ 0.284015] smpboot: Total of 2 processors activated (9200.27 BogoMIPS) | |
[ 0.288444] devtmpfs: initialized | |
[ 0.292059] x86/mm: Memory block size: 128MB | |
[ 0.296091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.300030] futex hash table entries: 4096 (order: 6, 262144 bytes) | |
[ 0.304303] NET: Registered protocol family 16 | |
[ 0.308253] cpuidle: using governor ladder | |
[ 0.312023] cpuidle: using governor menu | |
[ 0.316000] ACPI: bus type PCI registered | |
[ 0.320019] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 | |
[ 0.328652] PCI: Using configuration type 1 for base access | |
[ 0.338123] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 0.348090] ACPI: Added _OSI(Module Device) | |
[ 0.352016] ACPI: Added _OSI(Processor Device) | |
[ 0.360019] ACPI: Added _OSI(3.0 _SCP Extensions) | |
[ 0.364010] ACPI: Added _OSI(Processor Aggregator Device) | |
[ 0.372366] xen: --> pirq=16 -> irq=9 (gsi=9) | |
[ 0.376017] ACPI: Interpreter enabled | |
[ 0.380022] ACPI: (supports S0 S4 S5) | |
[ 0.384017] ACPI: Using IOAPIC for interrupt routing | |
[ 0.392063] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug | |
[ 0.400524] ACPI: Enabled 2 GPEs in block 00 to 0F | |
[ 0.415610] random: fast init done | |
[ 0.472056] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) | |
[ 0.476029] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] | |
[ 0.484029] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM | |
[ 0.492033] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. | |
[ 0.505287] acpiphp: Slot [0] registered | |
[ 0.512016] acpiphp: Slot [3] registered | |
[ 0.516638] acpiphp: Slot [4] registered | |
[ 0.520796] acpiphp: Slot [5] registered | |
[ 0.528632] acpiphp: Slot [6] registered | |
[ 0.532477] acpiphp: Slot [7] registered | |
[ 0.536589] acpiphp: Slot [8] registered | |
[ 0.544015] acpiphp: Slot [9] registered | |
[ 0.548747] acpiphp: Slot [10] registered | |
[ 0.552679] acpiphp: Slot [11] registered | |
[ 0.560014] acpiphp: Slot [12] registered | |
[ 0.564631] acpiphp: Slot [13] registered | |
[ 0.568614] acpiphp: Slot [14] registered | |
[ 0.572603] acpiphp: Slot [15] registered | |
[ 0.580642] acpiphp: Slot [16] registered | |
[ 0.584667] acpiphp: Slot [17] registered | |
[ 0.592000] acpiphp: Slot [18] registered | |
[ 0.596621] acpiphp: Slot [19] registered | |
[ 0.600581] acpiphp: Slot [20] registered | |
[ 0.604579] acpiphp: Slot [21] registered | |
[ 0.612009] acpiphp: Slot [22] registered | |
[ 0.616696] acpiphp: Slot [23] registered | |
[ 0.620653] acpiphp: Slot [24] registered | |
[ 0.628007] acpiphp: Slot [25] registered | |
[ 0.632742] acpiphp: Slot [26] registered | |
[ 0.636638] acpiphp: Slot [27] registered | |
[ 0.644006] acpiphp: Slot [28] registered | |
[ 0.648612] acpiphp: Slot [29] registered | |
[ 0.652607] acpiphp: Slot [30] registered | |
[ 0.660608] acpiphp: Slot [31] registered | |
[ 0.664510] PCI host bridge to bus 0000:00 | |
[ 0.668010] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] | |
[ 0.676010] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] | |
[ 0.688018] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] | |
[ 0.696014] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window] | |
[ 0.700010] pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 0.708194] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 | |
[ 0.710712] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 | |
[ 0.714417] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 | |
[ 0.716178] pci 0000:00:01.1: reg 0x20: [io 0xc100-0xc10f] | |
[ 0.716958] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] | |
[ 0.720014] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] | |
[ 0.728012] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] | |
[ 0.732008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] | |
[ 0.740995] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 | |
[ 0.741043] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, | |
[ 0.741043] * this clock source is slow. Consider trying other clock sources | |
[ 0.757917] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI | |
[ 0.765890] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000 | |
[ 0.766645] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref] | |
[ 0.768014] pci 0000:00:02.0: reg 0x14: [mem 0xf3000000-0xf3000fff] | |
[ 0.770196] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000 | |
[ 0.772005] pci 0000:00:03.0: reg 0x10: [io 0xc000-0xc0ff] | |
[ 0.772005] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref] | |
[ 0.780030] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11) | |
[ 0.784377] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) | |
[ 0.792377] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) | |
[ 0.800439] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11) | |
[ 0.840097] xen:balloon: Initialising balloon driver | |
[ 0.852146] pci 0000:00:02.0: vgaarb: setting as boot VGA device | |
[ 0.860005] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none | |
[ 0.868030] pci 0000:00:02.0: vgaarb: bridge control possible | |
[ 0.876014] vgaarb: loaded | |
[ 0.879504] EDAC MC: Ver: 3.0.0 | |
[ 0.880616] PCI: Using ACPI for IRQ routing | |
[ 0.884055] PCI: pci_cache_line_size set to 64 bytes | |
[ 0.884749] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] | |
[ 0.884864] NetLabel: Initializing | |
[ 0.888008] NetLabel: domain hash size = 128 | |
[ 0.892007] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO | |
[ 0.896028] NetLabel: unlabeled traffic allowed by default | |
[ 0.900230] HPET: 3 timers in total, 0 timers will be used for per-cpu timer | |
[ 0.904036] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 | |
[ 0.908020] hpet0: 3 comparators, 64-bit 62.500000 MHz counter | |
[ 0.914078] clocksource: Switched to clocksource xen | |
[ 0.925364] VFS: Disk quotas dquot_6.6.0 | |
[ 0.929793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 0.936658] pnp: PnP ACPI init | |
[ 0.940670] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved | |
[ 0.947423] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) | |
[ 0.947520] system 00:01: [io 0x08a0-0x08a3] has been reserved | |
[ 0.952936] system 00:01: [io 0x0cc0-0x0ccf] has been reserved | |
[ 0.959299] system 00:01: [io 0x04d0-0x04d1] has been reserved | |
[ 0.967060] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) | |
[ 0.967099] xen: --> pirq=17 -> irq=8 (gsi=8) | |
[ 0.967127] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) | |
[ 0.967155] xen: --> pirq=18 -> irq=12 (gsi=12) | |
[ 0.967174] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) | |
[ 0.967192] xen: --> pirq=19 -> irq=1 (gsi=1) | |
[ 0.967206] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) | |
[ 0.967224] xen: --> pirq=20 -> irq=6 (gsi=6) | |
[ 0.967225] pnp 00:05: [dma 2] | |
[ 0.967240] pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active) | |
[ 0.967266] xen: --> pirq=21 -> irq=4 (gsi=4) | |
[ 0.967279] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) | |
[ 0.967323] system 00:07: [io 0x10c0-0x1141] has been reserved | |
[ 0.973948] system 00:07: [io 0xb044-0xb047] has been reserved | |
[ 0.984350] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) | |
[ 1.012625] pnp: PnP ACPI: found 8 devices | |
[ 1.023976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns | |
[ 1.034837] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] | |
[ 1.034839] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] | |
[ 1.034840] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] | |
[ 1.034842] pci_bus 0000:00: resource 7 [mem 0xf0000000-0xfbffffff window] | |
[ 1.035006] NET: Registered protocol family 2 | |
[ 1.039546] TCP established hash table entries: 32768 (order: 6, 262144 bytes) | |
[ 1.047571] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) | |
[ 1.056148] TCP: Hash tables configured (established 32768 bind 32768) | |
[ 1.062224] UDP hash table entries: 2048 (order: 4, 65536 bytes) | |
[ 1.069122] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) | |
[ 1.075814] NET: Registered protocol family 1 | |
[ 1.080561] pci 0000:00:00.0: Limiting direct PCI/PCI transfers | |
[ 1.088389] pci 0000:00:01.0: PIIX3: Enabling Passive Release | |
[ 1.094096] pci 0000:00:01.0: Activating ISA DMA hang workarounds | |
[ 1.099874] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] | |
[ 1.107711] PCI: CLS 0 bytes, default 64 | |
[ 1.107791] Unpacking initramfs... | |
[ 1.166084] Freeing initrd memory: 21256K | |
[ 1.169917] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) | |
[ 1.175144] software IO TLB: mapped [mem 0xec000000-0xf0000000] (64MB) | |
[ 1.182151] Scanning for low memory corruption every 60 seconds | |
[ 1.190132] audit: initializing netlink subsys (disabled) | |
[ 1.196151] audit: type=2000 audit(1575447057.890:1): state=initialized audit_enabled=0 res=1 | |
[ 1.196403] Initialise system trusted keyrings | |
[ 1.208932] Key type blacklist registered | |
[ 1.213128] workingset: timestamp_bits=36 max_order=20 bucket_order=0 | |
[ 1.220705] zbud: loaded | |
[ 1.226227] SELinux: Registering netfilter hooks | |
[ 1.386686] Key type asymmetric registered | |
[ 1.391458] Asymmetric key parser 'x509' registered | |
[ 1.396373] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) | |
[ 1.404442] io scheduler noop registered (default) | |
[ 1.409650] io scheduler cfq registered | |
[ 1.414194] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64 | |
[ 1.418997] crc32: self tests passed, processed 225944 bytes in 153810 nsec | |
[ 1.426469] crc32c: CRC_LE_BITS = 64 | |
[ 1.430583] crc32c: self tests passed, processed 225944 bytes in 76029 nsec | |
[ 1.449672] crc32_combine: 8373 self tests passed | |
[ 1.466434] crc32c_combine: 8373 self tests passed | |
[ 1.471762] intel_idle: Please enable MWAIT in BIOS SETUP | |
[ 1.472229] xen: --> pirq=22 -> irq=28 (gsi=28) | |
[ 1.472372] xen:grant_table: Grant tables using version 1 layout | |
[ 1.478519] Grant table initialized | |
[ 1.482752] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! | |
[ 1.492432] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled | |
[ 1.531242] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A | |
[ 1.540567] xen_netfront: Initialising Xen virtual ethernet driver | |
[ 1.548867] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 | |
[ 1.562128] serio: i8042 KBD port at 0x60,0x64 irq 1 | |
[ 1.567695] serio: i8042 AUX port at 0x60,0x64 irq 12 | |
[ 1.574254] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 | |
[ 1.576105] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 | |
[ 1.589645] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs | |
[ 1.596155] hidraw: raw HID events driver (C) Jiri Kosina | |
[ 1.604187] NET: Registered protocol family 17 | |
[ 1.610348] sched_clock: Marking stable (1610294109, 0)->(2476319505, -866025396) | |
[ 1.622976] registered taskstats version 1 | |
[ 1.628770] Loading compiled-in X.509 certificates | |
[ 1.637695] Loaded X.509 cert 'Build time autogenerated kernel key: 0d2a00b147a8b2b206eebc90282606f394d9bd49' | |
[ 1.650317] zswap: loaded using pool lzo/zbud | |
[ 1.657072] ima: No TPM chip found, activating TPM-bypass! (rc=-19) | |
[ 1.664818] ima: Allocated hash algorithm: sha1 | |
[ 1.671337] xenbus_probe_frontend: Device with no driver: device/vbd/268461824 | |
[ 1.680688] xenbus_probe_frontend: Device with no driver: device/vbd/51712 | |
[ 1.687419] rtc_cmos 00:02: setting system clock to 2019-12-04 08:10:58 UTC (1575447058) | |
[ 1.698909] Freeing unused kernel memory: 2080K | |
[ 1.720101] Write protecting the kernel read-only data: 16384k | |
[ 1.727984] Freeing unused kernel memory: 2016K | |
[ 1.736501] Freeing unused kernel memory: 1328K | |
[ 1.780187] systemd[1]: Inserted module 'autofs4' | |
[ 1.798222] NET: Registered protocol family 10 | |
[ 1.805367] Segment Routing with IPv6 | |
[ 1.809701] systemd[1]: Inserted module 'ipv6' | |
[ 1.816220] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 1.824543] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 1.831421] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 1.841422] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) | |
[ 1.858828] systemd[1]: Detected virtualization xen. | |
[ 1.864750] systemd[1]: Detected architecture x86-64. | |
[ 1.872095] systemd[1]: Running in initial RAM disk. | |
[ 1.884069] systemd[1]: No hostname configured. | |
[ 1.889967] systemd[1]: Set hostname to <localhost>. | |
[ 1.899275] systemd[1]: Initializing machine ID from random generator. | |
[ 1.939286] systemd[1]: Reached target Local File Systems. | |
[ 1.944991] systemd[1]: Starting Local File Systems. | |
[ 1.954283] systemd[1]: Reached target Swap. | |
[ 2.082319] SCSI subsystem initialized | |
[ 2.103790] Invalid max_queues (4), will use default max: 2. | |
[ 2.104416] libata version 3.00 loaded. | |
[ 2.112133] ata_piix 0000:00:01.1: version 2.13 | |
[ 2.113200] scsi host0: ata_piix | |
[ 2.117392] scsi host1: ata_piix | |
[ 2.121811] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 | |
[ 2.129207] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 | |
[ 2.157516] blkfront: xvdcz: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; | |
[ 2.182651] blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; | |
[ 2.208089] tsc: Refined TSC clocksource calibration: 2300.001 MHz | |
[ 2.213215] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x212735f0517, max_idle_ns: 440795237604 ns | |
[ 2.223614] xvda: xvda1 xvda2 | |
[ 2.520932] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null) | |
[ 2.917512] systemd-journald[945]: Received SIGTERM from PID 1 (systemd). | |
[ 3.081921] systemd: 32 output lines suppressed due to ratelimiting | |
[ 3.640656] SELinux: Disabled at runtime. | |
[ 3.646590] SELinux: Unregistering netfilter hooks | |
[ 3.692113] audit: type=1404 audit(1575447060.504:2): selinux=0 auid=4294967295 ses=4294967295 | |
[ 3.872804] random: crng init done | |
[ 3.876914] random: 7 urandom warning(s) missed due to ratelimiting | |
[ 3.969623] ip_tables: (C) 2000-2006 Netfilter Core Team | |
[ 3.975040] systemd[1]: Inserted module 'ip_tables' | |
[ 5.015181] EXT4-fs (xvda1): re-mounted. Opts: (null) | |
[ 5.061864] ena: Elastic Network Adapter (ENA) v2.1.3g | |
[ 5.125192] systemd-journald[1691]: Received request to flush runtime journal from PID 1 | |
[ 5.353546] EXT4-fs (xvdcz): mounted filesystem with ordered data mode. Opts: (null) | |
[ 5.357236] EXT4-fs (xvda2): mounted filesystem with ordered data mode. Opts: (null) | |
[ 5.640471] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 | |
[ 5.665878] ACPI: Power Button [PWRF] | |
[ 5.677311] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input4 | |
[ 5.699512] ACPI: Sleep Button [SLPF] | |
[ 5.821292] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5 | |
[ 5.832044] mousedev: PS/2 mouse device common for all mice | |
[ 5.844880] AVX2 version of gcm_enc/dec engaged. | |
[ 5.857570] AES CTR mode by8 optimization enabled | |
[ 5.885768] alg: No test for pcbc(aes) (pcbc-aes-aesni) | |
[ 5.973633] EDAC sbridge: Seeking for: PCI ID 8086:6fa0 | |
[ 5.979016] EDAC sbridge: Ver: 1.1.2 | |
[ 8.453048] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) | |
[ 161.484928] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. | |
[ 161.506392] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | |
[ 161.525223] IPv6: ADDRCONF(NETDEV_UP): veth42486b01: link is not ready | |
[ 161.531159] IPv6: ADDRCONF(NETDEV_CHANGE): veth42486b01: link becomes ready | |
[ 161.537857] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | |
[ 161.545485] fargate-bridge: port 1(veth42486b01) entered blocking state | |
[ 161.551177] fargate-bridge: port 1(veth42486b01) entered disabled state | |
[ 161.557288] device veth42486b01 entered promiscuous mode | |
[ 161.563155] fargate-bridge: port 1(veth42486b01) entered blocking state | |
[ 161.569703] fargate-bridge: port 1(veth42486b01) entered forwarding state | |
[ 168.429058] fargate-bridge: port 1(veth42486b01) entered disabled state | |
[ 168.445026] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | |
[ 168.450323] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | |
[ 168.455472] fargate-bridge: port 1(veth42486b01) entered blocking state | |
[ 168.460851] fargate-bridge: port 1(veth42486b01) entered forwarding state | |
[ 178.208095] Netfilter messages via NETLINK v0.30. | |
[ 178.217328] ctnetlink v0.93: registering with nfnetlink. | |
[ 178.853656] eksfgbr5: port 1(eksfgbr5dummy) entered blocking state | |
[ 178.860969] eksfgbr5: port 1(eksfgbr5dummy) entered disabled state | |
[ 178.866411] device eksfgbr5dummy entered promiscuous mode | |
[ 178.873259] IPv6: ADDRCONF(NETDEV_UP): eksfgbr5: link is not ready | |
[ 178.880749] eksfgbr5: port 2(vethdb8891ef) entered blocking state | |
[ 178.888256] eksfgbr5: port 2(vethdb8891ef) entered disabled state | |
[ 178.893297] device vethdb8891ef entered promiscuous mode | |
[ 178.898012] IPv6: ADDRCONF(NETDEV_UP): vethdb8891ef: link is not ready | |
[ 178.903167] eksfgbr5: port 2(vethdb8891ef) entered blocking state | |
[ 178.909336] eksfgbr5: port 2(vethdb8891ef) entered forwarding state | |
[ 178.914632] eksfgbr5: port 2(vethdb8891ef) entered disabled state | |
[ 178.938017] eth0: renamed from vethdb8891ef-2 | |
[ 178.949100] IPv6: ADDRCONF(NETDEV_CHANGE): vethdb8891ef: link becomes ready | |
[ 178.954156] eksfgbr5: port 2(vethdb8891ef) entered blocking state | |
[ 178.959472] eksfgbr5: port 2(vethdb8891ef) entered forwarding state | |
[ 178.965002] IPv6: ADDRCONF(NETDEV_CHANGE): eksfgbr5: link becomes ready |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment