Created
March 12, 2016 06:49
-
-
Save alexkappa/71f7fbdc566d5cedb318 to your computer and use it in GitHub Desktop.
Kubernetes
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
[Unit] | |
Description=Kubernetes Kubelet | |
Documentation=http://kubernetes.io/v1.1/ | |
[Service] | |
ExecStart=/opt/bin/kubelet \ | |
--address=$private_ipv4 \ | |
--allow-privileged=true \ | |
--api-servers=http://127.0.0.1:8080 \ | |
--cadvisor-port=4194 \ | |
--cloud-provider=aws \ | |
--cluster-dns=10.100.0.10 \ | |
--cluster-domain=yieldr.local \ | |
--config=/etc/kubernetes/manifests \ | |
--hairpin-mode=none \ | |
--healthz-bind-address=0.0.0.0 \ | |
--healthz-port=10248 \ | |
--hostname-override=$private_ipv4 \ | |
--port=10250 \ | |
--register-node=false | |
Restart=always | |
RestartSec=10 |
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
[Unit] | |
Description=Kubernetes Kubelet | |
Documentation=http://kubernetes.io/v1.1/ | |
[Service] | |
ExecStart=/opt/bin/kubelet \ | |
--address=$private_ipv4 \ | |
--allow-privileged=true \ | |
--api-servers=https://$master_ip:443 \ | |
--cadvisor-port=4194 \ | |
--cluster-dns=10.100.0.10 \ | |
--cluster-domain=cluster.local \ | |
--config=/etc/kubernetes/manifests \ | |
--hairpin-mode=none \ | |
--healthz-bind-address=0.0.0.0 \ | |
--healthz-port=10248 \ | |
--hostname-override=$private_ipv4 \ | |
--kubeconfig=/etc/kubernetes/worker-kubeconfig.yaml \ | |
--port=10250 \ | |
--tls-cert-file=/etc/kubernetes/ssl/kubelet-bundle.pem \ | |
--tls-private-key-file=/etc/kubernetes/ssl/kubelet-key.pem | |
Restart=always | |
RestartSec=10 |
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
[H[J[1;1Herror: syntax error. | |
error: Incorrect command. | |
error: syntax error. | |
error: syntax error. | |
error: Incorrect command. | |
error: syntax error. | |
error: syntax error. | |
error: Incorrect command. | |
error: syntax error. | |
[?25l[m[H[J[1;1H[2;27HGNU GRUB version 2.02~beta2 | |
[m[4;2H+----------------------------------------------------------------------------+[5;2H|[5;79H|[6;2H|[6;79H|[7;2H|[7;79H|[8;2H|[8;79H|[9;2H|[9;79H|[10;2H|[10;79H|[11;2H|[11;79H|[12;2H|[12;79H|[13;2H|[13;79H|[14;2H|[14;79H|[15;2H|[15;79H|[16;2H|[16;79H|[17;2H+----------------------------------------------------------------------------+[m[18;2H[19;2H[m Use the ^ and v keys to select which entry is highlighted. | |
Press enter to boot the selected OS, `e' to edit the commands | |
before booting or `c' for a command-line. [5;80H [7m[5;3H*CoreOS default [m[5;78H[m[m[6;3H CoreOS USR-A [m[6;78H[m[m[7;3H CoreOS USR-B [m[7;78H[m[m[8;3H [m[8;78H[m[m[9;3H [m[9;78H[m[m[10;3H [m[10;78H[m[m[11;3H [m[11;78H[m[m[12;3H [m[12;78H[m[m[13;3H [m[13;78H[m[m[14;3H [m[14;78H[m[m[15;3H [m[15;78H[m[m[16;3H [m[16;78H[m[16;80H [5;78H[22;1H The highlighted entry will be executed automatically in 1s. [5;78H[22;1H The highlighted entry will be executed automatically in 0s. [5;78H[?25h[H[J[1;1H[H[J[1;1H Booting `CoreOS default' | |
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 4.2.2-coreos-r1 (buildbot@ip-10-204-3-57) (gcc version 4.9.3 (Gentoo Hardened 4.9.3 p1.2, pie-0.6.3) ) #2 SMP Sat Dec 5 05:56:36 UTC 2015 | |
[ 0.000000] Command line: BOOT_IMAGE=/coreos/vmlinuz-a mount.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro root=LABEL=ROOT console=ttyS0,115200n8 console=tty0 coreos.oem.id=ec2 modprobe.blacklist=xen_fbfront net.ifnames=0 systemd.journald.forward_to_console=yes verity.usrhash=47fb6af18b69b032242c4a7b3ba16a62cd8840f3756a412f1cc7acef03ef58cf | |
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' | |
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format. | |
[ 0.000000] x86/fpu: Using 'eager' FPU context switches. | |
[ 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-0x000000020fffffff] usable | |
[ 0.000000] NX (Execute Disable) protection: active | |
[ 0.000000] SMBIOS 2.4 present. | |
[ 0.000000] Hypervisor detected: Xen | |
[ 0.000000] Xen version 4.2. | |
[ 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] e820: last_pfn = 0x210000 max_arch_pfn = 0x400000000 | |
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT | |
[ 0.000000] e820: last_pfn = 0xf0000 max_arch_pfn = 0x400000000 | |
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] | |
[ 0.000000] init_memory_mapping: [mem 0x20fe00000-0x20fffffff] | |
[ 0.000000] init_memory_mapping: [mem 0x200000000-0x20fdfffff] | |
[ 0.000000] init_memory_mapping: [mem 0x1e0000000-0x1ffffffff] | |
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xefffffff] | |
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1dfffffff] | |
[ 0.000000] ACPI: Early table checksum verification disabled | |
[ 0.000000] ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen ) | |
[ 0.000000] ACPI: XSDT 0x00000000FC00F5A0 000054 (v01 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: FACP 0x00000000FC00F260 0000F4 (v04 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: DSDT 0x00000000FC0035E0 00BBF6 (v02 Xen HVM 00000000 INTL 20090123) | |
[ 0.000000] ACPI: FACS 0x00000000FC0035A0 000040 | |
[ 0.000000] ACPI: FACS 0x00000000FC0035A0 000040 | |
[ 0.000000] ACPI: APIC 0x00000000FC00F360 0000D8 (v02 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: HPET 0x00000000FC00F4B0 000038 (v01 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: WAET 0x00000000FC00F4F0 000028 (v01 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: SSDT 0x00000000FC00F520 000031 (v02 Xen HVM 00000000 INTL 20090123) | |
[ 0.000000] ACPI: SSDT 0x00000000FC00F560 000031 (v02 Xen HVM 00000000 INTL 20090123) | |
[ 0.000000] No NUMA configuration found | |
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000020fffffff] | |
[ 0.000000] NODE_DATA(0) allocated [mem 0x20fff4000-0x20fffafff] | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] | |
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] | |
[ 0.000000] Normal [mem 0x0000000100000000-0x000000020fffffff] | |
[ 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-0x000000020fffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000020fffffff] | |
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 | |
[ 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] 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: 1910969940391419 ns | |
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:15 nr_node_ids:1 | |
[ 0.000000] PERCPU: Embedded 32 pages/cpu @ffff88020fc00000 s91480 r8192 d31400 u131072 | |
[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) | |
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2064263 | |
[ 0.000000] Policy zone: Normal | |
[ 0.000000] Kernel command line: rootflags=rw mount.usrflags=ro BOOT_IMAGE=/coreos/vmlinuz-a mount.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro root=LABEL=ROOT console=ttyS0,115200n8 console=tty0 coreos.oem.id=ec2 modprobe.blacklist=xen_fbfront net.ifnames=0 systemd.journald.forward_to_console=yes verity.usrhash=47fb6af18b69b032242c4a7b3ba16a62cd8840f3756a412f1cc7acef03ef58cf | |
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) | |
[ 0.000000] Memory: 8149760K/8388212K available (5314K kernel code, 1050K rwdata, 2396K rodata, 26728K init, 940K bss, 238452K reserved, 0K cma-reserved) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1 | |
[ 0.000000] Hierarchical RCU implementation. | |
[ 0.000000] Build-time adjustment of leaf fanout to 64. | |
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=15. | |
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=15 | |
[ 0.000000] NR_IRQS:8448 nr_irqs:952 16 | |
[ 0.000000] xen:events: Using 2-level ABI | |
[ 0.000000] xen:events: Xen HVM callback vector for event delivery is enabled | |
[ 0.000000] Console: colour VGA+ 80x25 | |
[ 0.000000] console [tty0] enabled | |
[ 0.000000] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! | |
[ 0.000000] console [ttyS0] enabled | |
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns | |
[ 0.000000] tsc: Detected 2400.036 MHz processor | |
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.07 BogoMIPS (lpj=2400036) | |
[ 0.010002] pid_max: default: 32768 minimum: 301 | |
[ 0.013007] ACPI: Core revision 20150619 | |
[ 0.022328] ACPI: All ACPI Tables successfully acquired | |
[ 0.026019] Security Framework initialized | |
[ 0.029002] SELinux: Initializing. | |
[ 0.032329] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) | |
[ 0.038581] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) | |
[ 0.043435] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
[ 0.047009] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
[ 0.052207] Initializing cgroup subsys blkio | |
[ 0.056005] Initializing cgroup subsys memory | |
[ 0.059009] Initializing cgroup subsys devices | |
[ 0.062004] Initializing cgroup subsys freezer | |
[ 0.065004] Initializing cgroup subsys net_cls | |
[ 0.068003] Initializing cgroup subsys perf_event | |
[ 0.071004] Initializing cgroup subsys net_prio | |
[ 0.074055] CPU: Physical Processor ID: 0 | |
[ 0.077727] mce: CPU supports 2 MCE banks | |
[ 0.080019] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 | |
[ 0.084002] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 | |
[ 0.088188] Freeing SMP alternatives memory: 20K (ffffffff83522000 - ffffffff83527000) | |
[ 0.097807] ftrace: allocating 21487 entries in 84 pages | |
[ 0.120019] x2apic: IRQ remapping doesn't support X2APIC mode | |
[ 0.124002] Switched APIC routing to physical flat. | |
[ 0.128000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 | |
[ 0.143189] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns | |
[ 0.149014] installing Xen timer for CPU 0 | |
[ 0.152050] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz (fam: 06, model: 3f, stepping: 02) | |
[ 0.156025] cpu 0 spinlock event irq 53 | |
[ 0.157028] Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only. | |
[ 0.160507] NMI watchdog: disabled (cpu0): hardware events not enabled | |
[ 0.161004] NMI watchdog: Shutting down hard lockup detector on all cpus | |
[ 0.162064] installing Xen timer for CPU 1 | |
[ 0.163050] x86: Booting SMP configuration: | |
[ 0.164004] .... node #0, CPUs: #1cpu 1 spinlock event irq 59 | |
[ 0.170020] x86: Booted up 1 node, 2 CPUs | |
[ 0.171005] smpboot: Total of 2 processors activated (9600.14 BogoMIPS) | |
[ 0.172150] devtmpfs: initialized | |
[ 0.176118] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns | |
[ 0.182064] pinctrl core: initialized pinctrl subsystem | |
[ 0.185180] NET: Registered protocol family 16 | |
[ 0.192006] cpuidle: using governor ladder | |
[ 0.197011] cpuidle: using governor menu | |
[ 0.198109] ACPI: bus type PCI registered | |
[ 0.199005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 | |
[ 0.200058] dca service started, version 1.12.1 | |
[ 0.201212] PCI: Using configuration type 1 for base access | |
[ 0.206055] ACPI: Added _OSI(Module Device) | |
[ 0.209010] ACPI: Added _OSI(Processor Device) | |
[ 0.212005] ACPI: Added _OSI(3.0 _SCP Extensions) | |
[ 0.215004] ACPI: Added _OSI(Processor Aggregator Device) | |
[ 0.222465] ACPI: Interpreter enabled | |
[ 0.225008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580) | |
[ 0.232005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580) | |
[ 0.238013] ACPI: (supports S0 S3 S4 S5) | |
[ 0.241004] ACPI: Using IOAPIC for interrupt routing | |
[ 0.244032] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug | |
[ 0.300857] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) | |
[ 0.304011] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] | |
[ 0.309011] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM | |
[ 0.312048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. | |
[ 0.319802] acpiphp: Slot [0] registered | |
[ 0.323750] acpiphp: Slot [3] registered | |
[ 0.326273] acpiphp: Slot [4] registered | |
[ 0.329554] acpiphp: Slot [5] registered | |
[ 0.332252] acpiphp: Slot [6] registered | |
[ 0.335253] acpiphp: Slot [7] registered | |
[ 0.338249] acpiphp: Slot [8] registered | |
[ 0.341257] acpiphp: Slot [9] registered | |
[ 0.344257] acpiphp: Slot [10] registered | |
[ 0.347246] acpiphp: Slot [11] registered | |
[ 0.350255] acpiphp: Slot [12] registered | |
[ 0.353251] acpiphp: Slot [13] registered | |
[ 0.356268] acpiphp: Slot [14] registered | |
[ 0.359259] acpiphp: Slot [15] registered | |
[ 0.362259] acpiphp: Slot [16] registered | |
[ 0.365274] acpiphp: Slot [17] registered | |
[ 0.368254] acpiphp: Slot [18] registered | |
[ 0.371251] acpiphp: Slot [19] registered | |
[ 0.374254] acpiphp: Slot [20] registered | |
[ 0.377258] acpiphp: Slot [21] registered | |
[ 0.380260] acpiphp: Slot [22] registered | |
[ 0.383249] acpiphp: Slot [23] registered | |
[ 0.385261] acpiphp: Slot [24] registered | |
[ 0.388256] acpiphp: Slot [25] registered | |
[ 0.391262] acpiphp: Slot [26] registered | |
[ 0.394262] acpiphp: Slot [27] registered | |
[ 0.397267] acpiphp: Slot [28] registered | |
[ 0.400255] acpiphp: Slot [29] registered | |
[ 0.403259] acpiphp: Slot [30] registered | |
[ 0.406266] acpiphp: Slot [31] registered | |
[ 0.409267] PCI host bridge to bus 0000:00 | |
[ 0.412006] pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 0.416006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] | |
[ 0.420006] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] | |
[ 0.424007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] | |
[ 0.429005] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window] | |
[ 0.438969] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] | |
[ 0.443005] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] | |
[ 0.447004] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] | |
[ 0.451004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] | |
[ 0.455575] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, | |
[ 0.455575] * this clock source is slow. Consider trying other clock sources | |
[ 0.465005] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI | |
[ 0.477789] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11) | |
[ 0.483169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) | |
[ 0.488170] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) | |
[ 0.494165] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11) | |
[ 0.512917] ACPI: Enabled 2 GPEs in block 00 to 0F | |
[ 0.517054] xen:balloon: Initialising balloon driver | |
[ 0.523020] xen_balloon: Initialising balloon driver | |
[ 0.524052] init_memory_mapping: [mem 0x210000000-0x217ffffff] | |
[ 0.524117] vgaarb: setting as boot device: PCI:0000:00:02.0 | |
[ 0.524118] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none | |
[ 0.524119] vgaarb: loaded | |
[ 0.524120] vgaarb: bridge control possible 0000:00:02.0 | |
[ 0.524162] PCI: Using ACPI for IRQ routing | |
[ 0.524925] HPET: 3 timers in total, 0 timers will be used for per-cpu timer | |
[ 0.525016] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 | |
[ 0.525017] hpet0: 3 comparators, 64-bit 62.500000 MHz counter | |
[ 0.555029] clocksource: Switched to clocksource xen | |
[ 0.563813] pnp: PnP ACPI init | |
[ 0.566263] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved | |
[ 0.570494] system 00:01: [io 0x08a0-0x08a3] has been reserved | |
[ 0.574221] system 00:01: [io 0x0cc0-0x0ccf] has been reserved | |
[ 0.578012] system 00:01: [io 0x04d0-0x04d1] has been reserved | |
[ 0.581913] system 00:07: [io 0x10c0-0x1141] has been reserved | |
[ 0.585644] system 00:07: [io 0xb044-0xb047] has been reserved | |
[ 0.603848] pnp: PnP ACPI: found 8 devices | |
[ 0.614281] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns | |
[ 0.620104] NET: Registered protocol family 2 | |
[ 0.623306] TCP established hash table entries: 65536 (order: 7, 524288 bytes) | |
[ 0.628347] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) | |
[ 0.632549] TCP: Hash tables configured (established 65536 bind 65536) | |
[ 0.636561] UDP hash table entries: 4096 (order: 5, 131072 bytes) | |
[ 0.640437] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) | |
[ 0.644491] NET: Registered protocol family 1 | |
[ 0.647524] pci 0000:00:00.0: Limiting direct PCI/PCI transfers | |
[ 0.651306] pci 0000:00:01.0: PIIX3: Enabling Passive Release | |
[ 0.655028] pci 0000:00:01.0: Activating ISA DMA hang workarounds | |
[ 1.027868] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) | |
[ 1.032234] software IO TLB [mem 0xec000000-0xf0000000] (64MB) mapped at [ffff8800ec000000-ffff8800efffffff] | |
[ 1.038468] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer | |
[ 1.044190] hw unit of domain pp0-core 2^-14 Joules | |
[ 1.047472] hw unit of domain package 2^-14 Joules | |
[ 1.050707] hw unit of domain dram 2^-16 Joules | |
[ 1.054161] futex hash table entries: 4096 (order: 6, 262144 bytes) | |
[ 1.058166] Initialise system trusted keyring | |
[ 1.061224] audit: initializing netlink subsys (disabled) | |
[ 1.064800] audit: type=2000 audit(1457715469.758:1): initialized | |
[ 1.068914] HugeTLB registered 2 MB page size, pre-allocated 0 pages | |
[ 1.074296] VFS: Disk quotas dquot_6.6.0 | |
[ 1.077170] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 1.082321] Key type asymmetric registered | |
[ 1.085225] Asymmetric key parser 'x509' registered | |
[ 1.088521] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) | |
[ 1.094013] io scheduler noop registered | |
[ 1.097053] io scheduler deadline registered | |
[ 1.100241] io scheduler cfq registered (default) | |
[ 1.103453] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 | |
[ 1.107108] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 | |
[ 1.111653] GHES: HEST is not enabled! | |
[ 1.114725] ioatdma: Intel(R) QuickData Technology Driver 4.00 | |
[ 1.119102] xen:grant_table: Grant tables using version 1 layout | |
[ 1.123030] Grant table initialized | |
[ 1.126515] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! | |
[ 1.130353] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
[ 1.160657] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A | |
[ 1.166459] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 | |
[ 1.173400] serio: i8042 KBD port at 0x60,0x64 irq 1 | |
[ 1.176771] serio: i8042 AUX port at 0x60,0x64 irq 12 | |
[ 1.180772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 | |
[ 1.186700] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 | |
[ 1.191521] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs | |
[ 1.196123] NET: Registered protocol family 10 | |
[ 1.199417] NET: Registered protocol family 17 | |
[ 1.202942] Loading compiled-in X.509 certificates | |
[ 1.206868] Loaded X.509 cert 'Build time autogenerated kernel key: 177d2c23e98681dfc7a14afc06df3ea65b94e766' | |
[ 1.213128] registered taskstats version 1 | |
[ 1.216330] xenbus_probe_frontend: Device with no driver: device/vfb/0 | |
[ 1.220341] xenbus_probe_frontend: Device with no driver: device/vbd/51712 | |
[ 1.224540] xenbus_probe_frontend: Device with no driver: device/pci/0 | |
[ 1.228736] rtc_cmos 00:02: setting system clock to 2016-03-11 16:57:49 UTC (1457715469) | |
[ 1.239866] Freeing unused kernel memory: 26728K (ffffffff81b08000 - ffffffff83522000) | |
[ 1.245160] Write protecting the kernel read-only data: 10240k | |
[ 1.249287] Freeing unused kernel memory: 820K (ffff880001533000 - ffff880001600000) | |
[ 1.255179] Freeing unused kernel memory: 1700K (ffff880001857000 - ffff880001a00000) | |
[ 1.265410] ip_tables: (C) 2000-2006 Netfilter Core Team | |
[ 1.269302] random: systemd urandom read with 38 bits of entropy available | |
[ 1.274077] systemd[1]: systemd 225 running in system mode. (-PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS -ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN) | |
[ 1.284562] systemd[1]: Detected virtualization xen. | |
[ 1.287844] systemd[1]: Detected architecture x86-64. | |
[ 1.291174] systemd[1]: Running in initial RAM disk. | |
[ 1.298986] systemd[1]: No hostname configured. | |
[ 1.302262] systemd[1]: Set hostname to <localhost>. | |
[ 1.305738] systemd[1]: Initializing machine ID from random generator. | |
[ 1.345788] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
[ 1.354374] systemd[1]: Reached target Local File Systems. | |
[ 1.360936] systemd[1]: Reached target Timers. | |
[ 1.367158] systemd[1]: Created slice -.slice. | |
[ 1.373177] systemd[1]: Listening on Journal Socket (/dev/log). | |
[ 1.380144] systemd[1]: Listening on udev Control Socket. | |
[ 1.386690] systemd[1]: Listening on udev Kernel Socket. | |
[ 1.393187] systemd[1]: Created slice System Slice. | |
[ 1.413837] systemd[1]: Reached target Slices. | |
[ 1.421031] systemd[1]: Created slice system-systemd\x2dfsck.slice. | |
[ 1.429014] systemd[1]: Listening on Journal Socket. | |
[ 1.436304] systemd[1]: Starting dracut cmdline hook... | |
[ 1.443596] systemd[1]: Starting Apply Kernel Variables... | |
[ 1.453560] systemd[1]: Starting Create list of required static device nodes for the current kernel... | |
[ 1.468855] systemd[1]: Listening on Journal Audit Socket. | |
[ 1.477856] systemd[1]: Reached target Sockets. | |
[ 1.486548] systemd[1]: Starting Journal Service... | |
[ 1.502479] systemd[1]: Reached target Swap. | |
[ 1.511608] systemd[1]: Reached target Encrypted Volumes. | |
[ 1.522677] systemd[1]: Reached target Paths. | |
[ 1.531971] systemd[1]: Started Journal Service. | |
[ 1.539703] audit: type=1130 audit(1457715469.810:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.555729] audit: type=1130 audit(1457715469.826:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.574959] audit: type=1130 audit(1457715469.845:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.593955] audit: type=1130 audit(1457715469.864:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.629121] audit: type=1130 audit(1457715469.900:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.652033] audit: type=1130 audit(1457715469.922:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.683107] audit: type=1130 audit(1457715469.954:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.742005] audit: type=1130 audit(1457715470.012:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.816667] audit: type=1130 audit(1457715470.087:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.875398] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 | |
[ 1.884486] SCSI subsystem initialized | |
[ 1.888366] piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr | |
[ 1.897388] ACPI: Power Button [PWRF] | |
[ 1.901363] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input3 | |
[ 1.908740] ACPI: Sleep Button [SLPF] | |
[ 1.912779] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 2.12.1-k | |
[ 1.921272] ixgbevf: Copyright (c) 2009 - 2012 Intel Corporation. | |
[ 1.942671] ixgbevf 0000:00:03.0: 02:1c:b1:e1:b7:1f | |
[ 1.947446] ixgbevf 0000:00:03.0: MAC: 1 | |
[ 1.951730] ixgbevf 0000:00:03.0: Intel(R) 82599 Virtual Function | |
[ 1.960232] scsi host0: ata_piix | |
[ 1.964216] scsi host1: ata_piix | |
[ 1.967925] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 | |
[ 1.973914] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 | |
[ 2.000091] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4 | |
[ 2.014811] microcode: CPU0 sig=0x306f2, pf=0x1, revision=0x2b | |
[ 2.036318] blkfront: xvda: barrier or flush: disabled; persistent grants: enabled; indirect descriptors: enabled; | |
[ 2.045416] tsc: Refined TSC clocksource calibration: 2400.009 MHz | |
[ 2.047566] mousedev: PS/2 mouse device common for all mice | |
[ 2.056720] microcode: CPU1 sig=0x306f2, pf=0x1, revision=0x2b | |
[ 2.057017] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba | |
[ 2.069315] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298403bd92, max_idle_ns: 440795304252 ns | |
[ 2.092909] AVX2 version of gcm_enc/dec engaged. | |
[ 2.096488] AES CTR mode by8 optimization enabled | |
[ 2.192715] GPT:Primary header thinks Alt. header is not at the end of the disk. | |
[ 2.198402] GPT:16777215 != 134217727 | |
[ 2.201654] GPT:Alternate GPT header not at the end of the disk. | |
[ 2.206213] GPT:16777215 != 134217727 | |
[ 2.209656] GPT: Use GNU Parted to correct GPT errors. | |
[ 2.213593] xvda: xvda1 xvda2 xvda3 xvda4 xvda6 xvda7 xvda9 | |
[ 2.497728] random: nonblocking pool is initialized | |
[ 2.962787] EXT4-fs (xvda9): mounted filesystem with ordered data mode. Opts: (null) | |
[ 3.073932] EXT4-fs (xvda3): mounted filesystem without journal. Opts: (null) | |
[ 5.072416] systemd-journald[135]: Received SIGTERM from PID 1 (systemd). | |
[ 8.759552] audit_printk_skb: 102 callbacks suppressed | |
[ 8.763475] audit: type=1403 audit(1457715477.030:45): policy loaded auid=4294967295 ses=4294967295 | |
[ 8.770475] systemd[1]: Successfully loaded SELinux policy in 620.947ms. | |
[ 9.005802] systemd[1]: Relabelled /dev and /run in 5.586ms. | |
[ 12.715411] audit: type=1130 audit(1457715480.986:46): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 12.731798] audit: type=1131 audit(1457715481.003:47): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 12.751867] audit: type=1130 audit(1457715481.022:48): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 12.766369] audit: type=1131 audit(1457715481.037:49): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 12.795166] audit: type=1130 audit(1457715481.066:50): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 12.813267] audit: type=1131 audit(1457715481.084:51): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 13.672258] audit: type=1130 audit(1457715481.943:52): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2dpartuuid-7130c94a\x2d213a\x2d4e5a\x2d8e26\x2d6cce9662f132 comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 13.689945] audit: type=1131 audit(1457715481.961:53): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2dpartuuid-7130c94a\x2d213a\x2d4e5a\x2d8e26\x2d6cce9662f132 comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 14.135001] audit: type=1305 audit(1457715482.405:54): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 res=1 | |
[ 16.405340] systemd-journald[478]: Received request to flush runtime journal from PID 1 | |
[ 20.789716] audit_printk_skb: 39 callbacks suppressed | |
[ 20.793988] audit: type=1130 audit(1457715489.060:68): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 21.377074] EXT4-fs (xvda6): mounted filesystem with ordered data mode. Opts: commit=600 | |
[ 21.404806] audit: type=1130 audit(1457715489.675:69): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation-early comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 21.419315] audit: type=1131 audit(1457715489.690:70): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation-early comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 21.460114] audit: type=1130 audit(1457715489.731:71): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 21.460128] audit: type=1131 audit(1457715489.731:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 21.602591] audit: type=1130 audit(1457715489.873:73): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=coreos-tmpfiles comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 21.602607] audit: type=1131 audit(1457715489.873:74): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=coreos-tmpfiles comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 21.784373] audit: type=1130 audit(1457715490.055:75): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation-net comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 21.784390] audit: type=1131 audit(1457715490.055:76): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation-net comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 21.840527] audit: type=1130 audit(1457715490.111:77): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 30.325997] EXT4-fs (xvda9): resizing filesystem from 1489915 to 16169979 blocks | |
This is ip-172-31-0-30.eu-west-1.compute.internal (Linux x86_64 4.2.2-coreos-r1) 16:58:20 | |
SSH host key: SHA256:T0b8+mDcBXuImb0OF4IY/uIrewwvV56ay/A5497KnxY (DSA) | |
SSH host key: SHA256:pozlHtwvvM1XwlyFrgEUzo5rsfZfcvWlAa2IG7jpJjw (ED25519) | |
SSH host key: SHA256:XB5P45ErIlNbNm1aZ3DO3H0X3Rrk0KjQb53T3+1uXvQ (RSA) | |
eth0: | |
ip-172-31-0-30 login: [ 34.960378] ixgbevf 0000:00:03.0: NIC Link is Up 10 Gbps | |
[ 38.871207] EXT4-fs (xvda9): resized filesystem to 16169979 | |
[ 44.638246] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. | |
[ 44.980217] nf_conntrack version 0.5.0 (65536 buckets, 262144 max) | |
[ 45.169957] Bridge firewalling registered | |
[ 58.552755] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready | |
[ 61.883649] device veth81695bb entered promiscuous mode | |
[ 61.906032] IPv6: ADDRCONF(NETDEV_UP): veth81695bb: link is not ready | |
[ 61.919455] IPv6: ADDRCONF(NETDEV_CHANGE): veth81695bb: link becomes ready | |
[ 61.925451] docker0: port 1(veth81695bb) entered forwarding state | |
[ 61.931401] docker0: port 1(veth81695bb) entered forwarding state | |
[ 61.942435] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready | |
[ 61.955787] docker0: port 1(veth81695bb) entered disabled state | |
[ 61.956563] eth0: renamed from vethfc0ab2c | |
[ 61.968307] docker0: port 1(veth81695bb) entered forwarding state | |
[ 61.968328] docker0: port 1(veth81695bb) entered forwarding state | |
[ 62.180162] docker0: port 1(veth81695bb) entered disabled state | |
[ 62.180540] vethfc0ab2c: renamed from eth0 | |
[ 62.206991] docker0: port 1(veth81695bb) entered forwarding state | |
[ 62.207002] docker0: port 1(veth81695bb) entered forwarding state | |
[ 62.227288] docker0: port 1(veth81695bb) entered disabled state | |
[ 62.234244] device veth81695bb left promiscuous mode | |
[ 62.238000] docker0: port 1(veth81695bb) entered disabled state | |
[ 130.934303] IPv6: ADDRCONF(NETDEV_UP): veth9e3b026: link is not ready | |
[ 130.935907] IPv6: ADDRCONF(NETDEV_CHANGE): veth9e3b026: link becomes ready | |
[ 130.939296] device veth9e3b026 entered promiscuous mode | |
[ 130.939431] docker0: port 1(veth9e3b026) entered forwarding state | |
[ 130.939443] docker0: port 1(veth9e3b026) entered forwarding state | |
[ 130.966489] docker0: port 1(veth9e3b026) entered disabled state | |
[ 131.002536] eth0: renamed from veth5d90c5e | |
[ 131.028428] docker0: port 1(veth9e3b026) entered forwarding state | |
[ 131.028441] docker0: port 1(veth9e3b026) entered forwarding state | |
[ 131.184752] docker0: port 1(veth9e3b026) entered disabled state | |
[ 131.186967] veth5d90c5e: renamed from eth0 | |
[ 131.214971] docker0: port 1(veth9e3b026) entered forwarding state | |
[ 131.214983] docker0: port 1(veth9e3b026) entered forwarding state | |
[ 131.253069] docker0: port 1(veth9e3b026) entered disabled state | |
[ 131.260633] device veth9e3b026 left promiscuous mode | |
[ 131.260636] docker0: port 1(veth9e3b026) entered disabled state | |
[43160.057050] systemd[1]: packetbeat.service: Start-pre operation timed out. Terminating. | |
[43168.337091] systemd[1]: Looping too fast. Throttling execution a little. | |
[43178.098092] systemd[1]: filebeat.service: Start-pre operation timed out. Terminating. | |
[43258.169715] systemd[1]: packetbeat.service: State 'stop-final-sigterm' timed out. Killing. | |
[43266.437436] systemd[1]: packetbeat.service: Control process exited, code=killed status=9 | |
[43273.458862] systemd[1]: packetbeat.service: Unit entered failed state. | |
[43276.098679] systemd[1]: packetbeat.service: Failed with result 'signal'. | |
[43294.770092] systemd[1]: filebeat.service: State 'stop-final-sigterm' timed out. Killing. | |
[43297.469088] systemd[1]: filebeat.service: Control process exited, code=killed status=9 | |
[43306.527094] systemd[1]: filebeat.service: Unit entered failed state. | |
[43306.709089] systemd[1]: filebeat.service: Failed with result 'signal'. |
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
[H[J[1;1Herror: syntax error. | |
error: Incorrect command. | |
error: syntax error. | |
error: syntax error. | |
error: Incorrect command. | |
error: syntax error. | |
error: syntax error. | |
error: Incorrect command. | |
error: syntax error. | |
[?25l[m[H[J[1;1H[2;27HGNU GRUB version 2.02~beta2 | |
[m[4;2H+----------------------------------------------------------------------------+[5;2H|[5;79H|[6;2H|[6;79H|[7;2H|[7;79H|[8;2H|[8;79H|[9;2H|[9;79H|[10;2H|[10;79H|[11;2H|[11;79H|[12;2H|[12;79H|[13;2H|[13;79H|[14;2H|[14;79H|[15;2H|[15;79H|[16;2H|[16;79H|[17;2H+----------------------------------------------------------------------------+[m[18;2H[19;2H[m Use the ^ and v keys to select which entry is highlighted. | |
Press enter to boot the selected OS, `e' to edit the commands | |
before booting or `c' for a command-line. [5;80H [7m[5;3H*CoreOS default [m[5;78H[m[m[6;3H CoreOS USR-A [m[6;78H[m[m[7;3H CoreOS USR-B [m[7;78H[m[m[8;3H [m[8;78H[m[m[9;3H [m[9;78H[m[m[10;3H [m[10;78H[m[m[11;3H [m[11;78H[m[m[12;3H [m[12;78H[m[m[13;3H [m[13;78H[m[m[14;3H [m[14;78H[m[m[15;3H [m[15;78H[m[m[16;3H [m[16;78H[m[16;80H [5;78H[22;1H The highlighted entry will be executed automatically in 1s. [5;78H[22;1H The highlighted entry will be executed automatically in 0s. [5;78H[?25h[H[J[1;1H[H[J[1;1H Booting `CoreOS default' | |
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 4.2.2-coreos-r1 (buildbot@ip-10-204-3-57) (gcc version 4.9.3 (Gentoo Hardened 4.9.3 p1.2, pie-0.6.3) ) #2 SMP Sat Dec 5 05:56:36 UTC 2015 | |
[ 0.000000] Command line: BOOT_IMAGE=/coreos/vmlinuz-a mount.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro root=LABEL=ROOT console=ttyS0,115200n8 console=tty0 coreos.oem.id=ec2 modprobe.blacklist=xen_fbfront net.ifnames=0 systemd.journald.forward_to_console=yes verity.usrhash=47fb6af18b69b032242c4a7b3ba16a62cd8840f3756a412f1cc7acef03ef58cf | |
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' | |
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format. | |
[ 0.000000] x86/fpu: Using 'eager' FPU context switches. | |
[ 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-0x000000020fffffff] usable | |
[ 0.000000] NX (Execute Disable) protection: active | |
[ 0.000000] SMBIOS 2.4 present. | |
[ 0.000000] Hypervisor detected: Xen | |
[ 0.000000] Xen version 4.2. | |
[ 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] e820: last_pfn = 0x210000 max_arch_pfn = 0x400000000 | |
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT | |
[ 0.000000] e820: last_pfn = 0xf0000 max_arch_pfn = 0x400000000 | |
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] | |
[ 0.000000] init_memory_mapping: [mem 0x20fe00000-0x20fffffff] | |
[ 0.000000] init_memory_mapping: [mem 0x200000000-0x20fdfffff] | |
[ 0.000000] init_memory_mapping: [mem 0x1e0000000-0x1ffffffff] | |
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xefffffff] | |
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1dfffffff] | |
[ 0.000000] ACPI: Early table checksum verification disabled | |
[ 0.000000] ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen ) | |
[ 0.000000] ACPI: XSDT 0x00000000FC00F5A0 000054 (v01 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: FACP 0x00000000FC00F260 0000F4 (v04 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: DSDT 0x00000000FC0035E0 00BBF6 (v02 Xen HVM 00000000 INTL 20090123) | |
[ 0.000000] ACPI: FACS 0x00000000FC0035A0 000040 | |
[ 0.000000] ACPI: FACS 0x00000000FC0035A0 000040 | |
[ 0.000000] ACPI: APIC 0x00000000FC00F360 0000D8 (v02 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: HPET 0x00000000FC00F4B0 000038 (v01 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: WAET 0x00000000FC00F4F0 000028 (v01 Xen HVM 00000000 HVML 00000000) | |
[ 0.000000] ACPI: SSDT 0x00000000FC00F520 000031 (v02 Xen HVM 00000000 INTL 20090123) | |
[ 0.000000] ACPI: SSDT 0x00000000FC00F560 000031 (v02 Xen HVM 00000000 INTL 20090123) | |
[ 0.000000] No NUMA configuration found | |
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000020fffffff] | |
[ 0.000000] NODE_DATA(0) allocated [mem 0x20fff4000-0x20fffafff] | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] | |
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] | |
[ 0.000000] Normal [mem 0x0000000100000000-0x000000020fffffff] | |
[ 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-0x000000020fffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000020fffffff] | |
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 | |
[ 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] 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: 1910969940391419 ns | |
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:15 nr_node_ids:1 | |
[ 0.000000] PERCPU: Embedded 32 pages/cpu @ffff88020fc00000 s91480 r8192 d31400 u131072 | |
[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) | |
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2064263 | |
[ 0.000000] Policy zone: Normal | |
[ 0.000000] Kernel command line: rootflags=rw mount.usrflags=ro BOOT_IMAGE=/coreos/vmlinuz-a mount.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro root=LABEL=ROOT console=ttyS0,115200n8 console=tty0 coreos.oem.id=ec2 modprobe.blacklist=xen_fbfront net.ifnames=0 systemd.journald.forward_to_console=yes verity.usrhash=47fb6af18b69b032242c4a7b3ba16a62cd8840f3756a412f1cc7acef03ef58cf | |
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) | |
[ 0.000000] Memory: 8149760K/8388212K available (5314K kernel code, 1050K rwdata, 2396K rodata, 26728K init, 940K bss, 238452K reserved, 0K cma-reserved) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1 | |
[ 0.000000] Hierarchical RCU implementation. | |
[ 0.000000] Build-time adjustment of leaf fanout to 64. | |
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=15. | |
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=15 | |
[ 0.000000] NR_IRQS:8448 nr_irqs:952 16 | |
[ 0.000000] xen:events: Using 2-level ABI | |
[ 0.000000] xen:events: Xen HVM callback vector for event delivery is enabled | |
[ 0.000000] Console: colour VGA+ 80x25 | |
[ 0.000000] console [tty0] enabled | |
[ 0.000000] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! | |
[ 0.000000] console [ttyS0] enabled | |
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns | |
[ 0.000000] tsc: Detected 2400.074 MHz processor | |
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.14 BogoMIPS (lpj=2400074) | |
[ 0.010002] pid_max: default: 32768 minimum: 301 | |
[ 0.013009] ACPI: Core revision 20150619 | |
[ 0.021987] ACPI: All ACPI Tables successfully acquired | |
[ 0.026019] Security Framework initialized | |
[ 0.029002] SELinux: Initializing. | |
[ 0.032046] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) | |
[ 0.038368] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) | |
[ 0.043217] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
[ 0.047009] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
[ 0.052195] Initializing cgroup subsys blkio | |
[ 0.055004] Initializing cgroup subsys memory | |
[ 0.058009] Initializing cgroup subsys devices | |
[ 0.061004] Initializing cgroup subsys freezer | |
[ 0.064003] Initializing cgroup subsys net_cls | |
[ 0.067003] Initializing cgroup subsys perf_event | |
[ 0.070003] Initializing cgroup subsys net_prio | |
[ 0.073051] CPU: Physical Processor ID: 0 | |
[ 0.076675] mce: CPU supports 2 MCE banks | |
[ 0.079019] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 | |
[ 0.083002] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 | |
[ 0.087126] Freeing SMP alternatives memory: 20K (ffffffff83522000 - ffffffff83527000) | |
[ 0.095818] ftrace: allocating 21487 entries in 84 pages | |
[ 0.118030] x2apic: IRQ remapping doesn't support X2APIC mode | |
[ 0.122002] Switched APIC routing to physical flat. | |
[ 0.126000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 | |
[ 0.140911] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns | |
[ 0.146011] installing Xen timer for CPU 0 | |
[ 0.149042] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz (fam: 06, model: 3f, stepping: 02) | |
[ 0.153024] cpu 0 spinlock event irq 53 | |
[ 0.154024] Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only. | |
[ 0.157478] NMI watchdog: disabled (cpu0): hardware events not enabled | |
[ 0.158004] NMI watchdog: Shutting down hard lockup detector on all cpus | |
[ 0.159061] installing Xen timer for CPU 1 | |
[ 0.160047] x86: Booting SMP configuration: | |
[ 0.161004] .... node #0, CPUs: #1cpu 1 spinlock event irq 59 | |
[ 0.167020] x86: Booted up 1 node, 2 CPUs | |
[ 0.168005] smpboot: Total of 2 processors activated (9600.29 BogoMIPS) | |
[ 0.169154] devtmpfs: initialized | |
[ 0.173115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns | |
[ 0.179061] pinctrl core: initialized pinctrl subsystem | |
[ 0.182171] NET: Registered protocol family 16 | |
[ 0.188006] cpuidle: using governor ladder | |
[ 0.193005] cpuidle: using governor menu | |
[ 0.194108] ACPI: bus type PCI registered | |
[ 0.195005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 | |
[ 0.196058] dca service started, version 1.12.1 | |
[ 0.197219] PCI: Using configuration type 1 for base access | |
[ 0.202054] ACPI: Added _OSI(Module Device) | |
[ 0.205010] ACPI: Added _OSI(Processor Device) | |
[ 0.208005] ACPI: Added _OSI(3.0 _SCP Extensions) | |
[ 0.211004] ACPI: Added _OSI(Processor Aggregator Device) | |
[ 0.218476] ACPI: Interpreter enabled | |
[ 0.221008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580) | |
[ 0.227005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580) | |
[ 0.233013] ACPI: (supports S0 S3 S4 S5) | |
[ 0.236004] ACPI: Using IOAPIC for interrupt routing | |
[ 0.239023] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug | |
[ 0.295073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) | |
[ 0.299011] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] | |
[ 0.303011] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM | |
[ 0.307050] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. | |
[ 0.313802] acpiphp: Slot [0] registered | |
[ 0.317761] acpiphp: Slot [3] registered | |
[ 0.320268] acpiphp: Slot [4] registered | |
[ 0.323260] acpiphp: Slot [5] registered | |
[ 0.326255] acpiphp: Slot [6] registered | |
[ 0.329250] acpiphp: Slot [7] registered | |
[ 0.332256] acpiphp: Slot [8] registered | |
[ 0.335249] acpiphp: Slot [9] registered | |
[ 0.338260] acpiphp: Slot [10] registered | |
[ 0.340285] acpiphp: Slot [11] registered | |
[ 0.343289] acpiphp: Slot [12] registered | |
[ 0.346268] acpiphp: Slot [13] registered | |
[ 0.349266] acpiphp: Slot [14] registered | |
[ 0.352259] acpiphp: Slot [15] registered | |
[ 0.355267] acpiphp: Slot [16] registered | |
[ 0.358264] acpiphp: Slot [17] registered | |
[ 0.361257] acpiphp: Slot [18] registered | |
[ 0.364264] acpiphp: Slot [19] registered | |
[ 0.367267] acpiphp: Slot [20] registered | |
[ 0.370260] acpiphp: Slot [21] registered | |
[ 0.373260] acpiphp: Slot [22] registered | |
[ 0.376260] acpiphp: Slot [23] registered | |
[ 0.379255] acpiphp: Slot [24] registered | |
[ 0.381264] acpiphp: Slot [25] registered | |
[ 0.384263] acpiphp: Slot [26] registered | |
[ 0.387260] acpiphp: Slot [27] registered | |
[ 0.390251] acpiphp: Slot [28] registered | |
[ 0.393254] acpiphp: Slot [29] registered | |
[ 0.396261] acpiphp: Slot [30] registered | |
[ 0.399261] acpiphp: Slot [31] registered | |
[ 0.402256] PCI host bridge to bus 0000:00 | |
[ 0.405006] pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 0.408005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] | |
[ 0.412005] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] | |
[ 0.416005] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] | |
[ 0.420005] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window] | |
[ 0.429680] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] | |
[ 0.434005] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] | |
[ 0.438004] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] | |
[ 0.442005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] | |
[ 0.445577] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, | |
[ 0.445577] * this clock source is slow. Consider trying other clock sources | |
[ 0.455041] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI | |
[ 0.467924] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11) | |
[ 0.473174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) | |
[ 0.479167] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) | |
[ 0.484164] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11) | |
[ 0.503942] ACPI: Enabled 2 GPEs in block 00 to 0F | |
[ 0.507055] xen:balloon: Initialising balloon driver | |
[ 0.513026] xen_balloon: Initialising balloon driver | |
[ 0.514047] init_memory_mapping: [mem 0x210000000-0x217ffffff] | |
[ 0.514098] vgaarb: setting as boot device: PCI:0000:00:02.0 | |
[ 0.514099] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none | |
[ 0.514100] vgaarb: loaded | |
[ 0.514100] vgaarb: bridge control possible 0000:00:02.0 | |
[ 0.514143] PCI: Using ACPI for IRQ routing | |
[ 0.515039] HPET: 3 timers in total, 0 timers will be used for per-cpu timer | |
[ 0.515061] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 | |
[ 0.515062] hpet0: 3 comparators, 64-bit 62.500000 MHz counter | |
[ 0.545027] clocksource: Switched to clocksource xen | |
[ 0.553871] pnp: PnP ACPI init | |
[ 0.556295] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved | |
[ 0.560507] system 00:01: [io 0x08a0-0x08a3] has been reserved | |
[ 0.564264] system 00:01: [io 0x0cc0-0x0ccf] has been reserved | |
[ 0.567952] system 00:01: [io 0x04d0-0x04d1] has been reserved | |
[ 0.571829] system 00:07: [io 0x10c0-0x1141] has been reserved | |
[ 0.575548] system 00:07: [io 0xb044-0xb047] has been reserved | |
[ 0.593532] pnp: PnP ACPI: found 8 devices | |
[ 0.603996] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns | |
[ 0.609845] NET: Registered protocol family 2 | |
[ 0.612985] TCP established hash table entries: 65536 (order: 7, 524288 bytes) | |
[ 0.617965] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) | |
[ 0.622089] TCP: Hash tables configured (established 65536 bind 65536) | |
[ 0.626085] UDP hash table entries: 4096 (order: 5, 131072 bytes) | |
[ 0.629845] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) | |
[ 0.633898] NET: Registered protocol family 1 | |
[ 0.636867] pci 0000:00:00.0: Limiting direct PCI/PCI transfers | |
[ 0.640537] pci 0000:00:01.0: PIIX3: Enabling Passive Release | |
[ 0.644203] pci 0000:00:01.0: Activating ISA DMA hang workarounds | |
[ 1.016949] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) | |
[ 1.020936] software IO TLB [mem 0xec000000-0xf0000000] (64MB) mapped at [ffff8800ec000000-ffff8800efffffff] | |
[ 1.027107] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer | |
[ 1.032521] hw unit of domain pp0-core 2^-14 Joules | |
[ 1.035739] hw unit of domain package 2^-14 Joules | |
[ 1.038858] hw unit of domain dram 2^-16 Joules | |
[ 1.042263] futex hash table entries: 4096 (order: 6, 262144 bytes) | |
[ 1.046108] Initialise system trusted keyring | |
[ 1.049080] audit: initializing netlink subsys (disabled) | |
[ 1.052590] audit: type=2000 audit(1457715469.066:1): initialized | |
[ 1.056540] HugeTLB registered 2 MB page size, pre-allocated 0 pages | |
[ 1.061830] VFS: Disk quotas dquot_6.6.0 | |
[ 1.064630] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 1.069774] Key type asymmetric registered | |
[ 1.072684] Asymmetric key parser 'x509' registered | |
[ 1.075963] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) | |
[ 1.081021] io scheduler noop registered | |
[ 1.083825] io scheduler deadline registered | |
[ 1.086785] io scheduler cfq registered (default) | |
[ 1.090096] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 | |
[ 1.093629] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 | |
[ 1.097807] GHES: HEST is not enabled! | |
[ 1.100519] ioatdma: Intel(R) QuickData Technology Driver 4.00 | |
[ 1.104643] xen:grant_table: Grant tables using version 1 layout | |
[ 1.108530] Grant table initialized | |
[ 1.111186] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! | |
[ 1.114855] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
[ 1.144988] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A | |
[ 1.150729] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 | |
[ 1.157669] serio: i8042 KBD port at 0x60,0x64 irq 1 | |
[ 1.160919] serio: i8042 AUX port at 0x60,0x64 irq 12 | |
[ 1.164475] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 | |
[ 1.168425] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs | |
[ 1.173055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 | |
[ 1.173082] NET: Registered protocol family 10 | |
[ 1.173299] NET: Registered protocol family 17 | |
[ 1.173591] Loading compiled-in X.509 certificates | |
[ 1.174634] Loaded X.509 cert 'Build time autogenerated kernel key: 177d2c23e98681dfc7a14afc06df3ea65b94e766' | |
[ 1.174641] registered taskstats version 1 | |
[ 1.174974] xenbus_probe_frontend: Device with no driver: device/vfb/0 | |
[ 1.174975] xenbus_probe_frontend: Device with no driver: device/vbd/51712 | |
[ 1.174975] xenbus_probe_frontend: Device with no driver: device/pci/0 | |
[ 1.179570] rtc_cmos 00:02: setting system clock to 2016-03-11 16:57:49 UTC (1457715469) | |
[ 1.221202] Freeing unused kernel memory: 26728K (ffffffff81b08000 - ffffffff83522000) | |
[ 1.226354] Write protecting the kernel read-only data: 10240k | |
[ 1.230386] Freeing unused kernel memory: 820K (ffff880001533000 - ffff880001600000) | |
[ 1.236003] Freeing unused kernel memory: 1700K (ffff880001857000 - ffff880001a00000) | |
[ 1.245575] ip_tables: (C) 2000-2006 Netfilter Core Team | |
[ 1.249453] random: systemd urandom read with 38 bits of entropy available | |
[ 1.254345] systemd[1]: systemd 225 running in system mode. (-PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS -ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN) | |
[ 1.264879] systemd[1]: Detected virtualization xen. | |
[ 1.268302] systemd[1]: Detected architecture x86-64. | |
[ 1.271665] systemd[1]: Running in initial RAM disk. | |
[ 1.279011] systemd[1]: No hostname configured. | |
[ 1.282587] systemd[1]: Set hostname to <localhost>. | |
[ 1.286448] systemd[1]: Initializing machine ID from random generator. | |
[ 1.328551] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
[ 1.338258] systemd[1]: Created slice -.slice. | |
[ 1.344912] systemd[1]: Listening on Journal Audit Socket. | |
[ 1.352121] systemd[1]: Listening on udev Kernel Socket. | |
[ 1.359515] systemd[1]: Reached target Timers. | |
[ 1.366502] systemd[1]: Reached target Local File Systems. | |
[ 1.374309] systemd[1]: Reached target Encrypted Volumes. | |
[ 1.381374] systemd[1]: Reached target Swap. | |
[ 1.401703] systemd[1]: Created slice System Slice. | |
[ 1.408262] systemd[1]: Reached target Slices. | |
[ 1.414595] systemd[1]: Listening on udev Control Socket. | |
[ 1.421884] systemd[1]: Created slice system-systemd\x2dfsck.slice. | |
[ 1.429635] systemd[1]: Listening on Journal Socket (/dev/log). | |
[ 1.436768] systemd[1]: Reached target Paths. | |
[ 1.445712] systemd[1]: Listening on Journal Socket. | |
[ 1.453389] systemd[1]: Starting Apply Kernel Variables... | |
[ 1.461012] systemd[1]: Reached target Sockets. | |
[ 1.471358] systemd[1]: Starting Create list of required static device nodes for the current kernel... | |
[ 1.482584] systemd[1]: Starting dracut cmdline hook... | |
[ 1.490524] systemd[1]: Starting Journal Service... | |
[ 1.501269] systemd[1]: Started Apply Kernel Variables. | |
[ 1.520434] audit: type=1130 audit(1457715469.844:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.520655] systemd[1]: Started Create list of required static device nodes for the current kernel. | |
[ 1.552921] audit: type=1130 audit(1457715469.877:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.553152] systemd[1]: Started dracut cmdline hook. | |
[ 1.574686] audit: type=1130 audit(1457715469.898:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.574831] systemd[1]: Started Journal Service. | |
[ 1.593398] audit: type=1130 audit(1457715469.917:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.637109] audit: type=1130 audit(1457715469.962:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.655273] audit: type=1130 audit(1457715469.979:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.681917] audit: type=1130 audit(1457715470.006:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.737270] audit: type=1130 audit(1457715470.061:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.808861] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 | |
[ 1.808866] ACPI: Power Button [PWRF] | |
[ 1.808918] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input3 | |
[ 1.808920] ACPI: Sleep Button [SLPF] | |
[ 1.828073] audit: type=1130 audit(1457715470.152:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 1.929874] SCSI subsystem initialized | |
[ 1.936901] piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr | |
[ 1.949383] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 2.12.1-k | |
[ 1.950380] scsi host0: ata_piix | |
[ 1.950467] scsi host1: ata_piix | |
[ 1.950512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 | |
[ 1.950514] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 | |
[ 1.970218] ixgbevf: Copyright (c) 2009 - 2012 Intel Corporation. | |
[ 1.988850] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4 | |
[ 1.996698] microcode: CPU0 sig=0x306f2, pf=0x1, revision=0x25 | |
[ 2.015207] microcode: CPU1 sig=0x306f2, pf=0x1, revision=0x25 | |
[ 2.026948] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba | |
[ 2.029085] tsc: Refined TSC clocksource calibration: 2400.000 MHz | |
[ 2.029087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns | |
[ 2.052633] blkfront: xvda: barrier or flush: disabled; persistent grants: enabled; indirect descriptors: enabled; | |
[ 2.064486] ixgbevf 0000:00:03.0: 06:66:00:c6:77:d3 | |
[ 2.068240] ixgbevf 0000:00:03.0: MAC: 1 | |
[ 2.071510] ixgbevf 0000:00:03.0: Intel(R) 82599 Virtual Function | |
[ 2.078452] mousedev: PS/2 mouse device common for all mice | |
[ 2.091991] AVX2 version of gcm_enc/dec engaged. | |
[ 2.095672] AES CTR mode by8 optimization enabled | |
[ 2.176403] GPT:Primary header thinks Alt. header is not at the end of the disk. | |
[ 2.181810] GPT:16777215 != 134217727 | |
[ 2.184916] GPT:Alternate GPT header not at the end of the disk. | |
[ 2.189062] GPT:16777215 != 134217727 | |
[ 2.192754] GPT: Use GNU Parted to correct GPT errors. | |
[ 2.196099] xvda: xvda1 xvda2 xvda3 xvda4 xvda6 xvda7 xvda9 | |
[ 2.442361] random: nonblocking pool is initialized | |
[ 2.721236] EXT4-fs (xvda9): mounted filesystem with ordered data mode. Opts: (null) | |
[ 2.855857] EXT4-fs (xvda3): mounted filesystem without journal. Opts: (null) | |
[ 4.658392] systemd-journald[102]: Received SIGTERM from PID 1 (n/a). | |
[ 8.865461] audit_printk_skb: 102 callbacks suppressed | |
[ 8.868876] audit: type=1403 audit(1457715477.189:45): policy loaded auid=4294967295 ses=4294967295 | |
[ 8.875185] systemd[1]: Successfully loaded SELinux policy in 532.995ms. | |
[ 9.266044] systemd[1]: Relabelled /dev and /run in 5.250ms. | |
[ 13.441170] audit: type=1130 audit(1457715481.765:46): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 13.456733] audit: type=1131 audit(1457715481.781:47): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 13.475562] audit: type=1130 audit(1457715481.799:48): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 13.490841] audit: type=1131 audit(1457715481.815:49): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 13.514605] audit: type=1130 audit(1457715481.838:50): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 13.538314] audit: type=1131 audit(1457715481.863:51): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 13.806347] audit: type=1130 audit(1457715482.130:52): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2dpartuuid-7130c94a\x2d213a\x2d4e5a\x2d8e26\x2d6cce9662f132 comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 13.826429] audit: type=1131 audit(1457715482.151:53): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2dpartuuid-7130c94a\x2d213a\x2d4e5a\x2d8e26\x2d6cce9662f132 comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 13.853247] audit: type=1130 audit(1457715482.177:54): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 17.040218] systemd-journald[473]: Received request to flush runtime journal from PID 1 | |
[ 21.784413] EXT4-fs (xvda6): mounted filesystem with ordered data mode. Opts: commit=600 | |
[ 21.793259] audit_printk_skb: 39 callbacks suppressed | |
[ 21.793261] audit: type=1130 audit(1457715490.117:68): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 22.206673] audit: type=1130 audit(1457715490.530:69): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation-early comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 22.221258] audit: type=1131 audit(1457715490.545:70): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation-early comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 22.266806] audit: type=1130 audit(1457715490.590:71): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 22.286470] audit: type=1131 audit(1457715490.611:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 22.393044] audit: type=1130 audit(1457715490.716:73): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=coreos-tmpfiles comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 22.393074] audit: type=1131 audit(1457715490.716:74): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=coreos-tmpfiles comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 22.437019] audit: type=1130 audit(1457715490.760:75): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation-net comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 22.437037] audit: type=1131 audit(1457715490.760:76): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation-net comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 22.479594] audit: type=1130 audit(1457715490.803:77): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
[ 31.223394] EXT4-fs (xvda9): resizing filesystem from 1489915 to 16169979 blocks | |
This is ip-172-31-0-30.eu-west-1.compute.internal (Linux x86_64 4.2.2-coreos-r1) 16:58:22 | |
SSH host key: SHA256:T0b8+mDcBXuImb0OF4IY/uIrewwvV56ay/A5497KnxY (DSA) | |
SSH host key: SHA256:pozlHtwvvM1XwlyFrgEUzo5rsfZfcvWlAa2IG7jpJjw (ED25519) | |
SSH host key: SHA256:XB5P45ErIlNbNm1aZ3DO3H0X3Rrk0KjQb53T3+1uXvQ (RSA) | |
eth0: | |
ip-172-31-0-30 login: [ 35.173179] ixgbevf 0000:00:03.0: NIC Link is Up 10 Gbps | |
[ 35.174698] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | |
[ 35.181580] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | |
[ 37.174819] EXT4-fs (xvda9): resized filesystem to 16169979 | |
[ 40.303374] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. | |
[ 40.412389] nf_conntrack version 0.5.0 (65536 buckets, 262144 max) | |
[ 41.394041] Bridge firewalling registered | |
[ 48.104813] device vethe505984 entered promiscuous mode | |
[ 48.110200] IPv6: ADDRCONF(NETDEV_UP): vethe505984: link is not ready | |
[ 48.119418] IPv6: ADDRCONF(NETDEV_CHANGE): vethe505984: link becomes ready | |
[ 48.125263] docker0: port 1(vethe505984) entered forwarding state | |
[ 48.130728] docker0: port 1(vethe505984) entered forwarding state | |
[ 48.179681] docker0: port 1(vethe505984) entered disabled state | |
[ 48.185592] eth0: renamed from veth86029bd | |
[ 48.195489] docker0: port 1(vethe505984) entered forwarding state | |
[ 48.195510] docker0: port 1(vethe505984) entered forwarding state | |
[ 48.370760] docker0: port 1(vethe505984) entered disabled state | |
[ 48.376264] veth86029bd: renamed from eth0 | |
[ 48.397270] docker0: port 1(vethe505984) entered forwarding state | |
[ 48.402099] docker0: port 1(vethe505984) entered forwarding state | |
[ 48.410797] docker0: port 1(vethe505984) entered disabled state | |
[ 48.418129] device vethe505984 left promiscuous mode | |
[ 48.422872] docker0: port 1(vethe505984) entered disabled state | |
[ 131.934247] device veth2627071 entered promiscuous mode | |
[ 131.936749] IPv6: ADDRCONF(NETDEV_UP): veth2627071: link is not ready | |
[ 131.952986] IPv6: ADDRCONF(NETDEV_CHANGE): veth2627071: link becomes ready | |
[ 131.953002] docker0: port 1(veth2627071) entered forwarding state | |
[ 131.953007] docker0: port 1(veth2627071) entered forwarding state | |
[ 131.978479] docker0: port 1(veth2627071) entered disabled state | |
[ 131.983499] eth0: renamed from vethb395f28 | |
[ 131.990376] docker0: port 1(veth2627071) entered forwarding state | |
[ 131.990386] docker0: port 1(veth2627071) entered forwarding state | |
[ 132.160881] docker0: port 1(veth2627071) entered disabled state | |
[ 132.167215] vethb395f28: renamed from eth0 | |
[ 132.196535] docker0: port 1(veth2627071) entered forwarding state | |
[ 132.200774] docker0: port 1(veth2627071) entered forwarding state | |
[ 132.214483] docker0: port 1(veth2627071) entered disabled state | |
[ 132.222270] device veth2627071 left promiscuous mode | |
[ 132.222273] docker0: port 1(veth2627071) entered disabled state |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment