Skip to content

Instantly share code, notes, and snippets.

@HackToday
Created May 24, 2017 06:34
Show Gist options
  • Save HackToday/91ecb74e0897b76375d24647e021b714 to your computer and use it in GitHub Desktop.
Save HackToday/91ecb74e0897b76375d24647e021b714 to your computer and use it in GitHub Desktop.
[root@mywork examples]# rm -rf foo.img
[root@mywork examples]#
[root@mywork examples]#
[root@mywork examples]# ls -lrt
total 188696
-rw-r--r-- 1 root root 29383551 May 18 13:44 sshd-initrd.img
-rw-r--r-- 1 root root 7541328 May 18 13:44 sshd-kernel
-rw-r--r-- 1 root root 27 May 18 13:44 sshd-cmdline
-rw-r--r-- 1 root root 37224448 May 18 13:45 sshd.qcow2
-rw-r--r-- 1 root root 27876237 May 18 16:09 redis-os-initrd.img
-rw-r--r-- 1 root root 7541328 May 18 16:09 redis-os-kernel
-rw-r--r-- 1 root root 40 May 18 16:09 redis-os-cmdline
-rw-r--r-- 1 root root 878 May 24 13:47 vmware.yml
-rw-r--r-- 1 root root 1943 May 24 13:47 swap.yml
-rw-r--r-- 1 root root 1049 May 24 13:47 sshd.yml
-rw-r--r-- 1 root root 774 May 24 13:47 redis-os.yml
-rw-r--r-- 1 root root 1008 May 24 13:47 packet.yml
-rw-r--r-- 1 root root 776 May 24 13:47 node_exporter.yml
-rw-r--r-- 1 root root 528 May 24 13:47 minimal.yml
-rw-r--r-- 1 root root 1480 May 24 13:47 gcp.yml
-rw-r--r-- 1 root root 1946 May 24 13:47 docker.yml
-rw-r--r-- 1 root root 76051379 May 24 13:55 docker-initrd.img
-rw-r--r-- 1 root root 7541328 May 24 13:55 docker-kernel
-rw-r--r-- 1 root root 40 May 24 13:55 docker-cmdline
[root@mywork examples]# linuxkit run qemu -disk foo.img -disk-size 1024 docker
Creating new qemu disk [foo.img] format qcow2
WARNING: failed to find q35-acpi-dsdt.aml
[ 0.000000] Linux version 4.9.25-linuxkit (root@84baa8e89c00) (gcc version 6.2.1 20160822 (Alpine 6.2.1) ) #1 SMP Wed May 3 16:20:54 UTC 2017
[ 0.000000] Command line: console=ttyS0 console=tty0 page_poison=1
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffcfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003fffd000-0x000000003fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] e820: last_pfn = 0x3fffd max_arch_pfn = 0x400000000
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] found SMP MP-table at [mem 0x000f2000-0x000f200f] mapped at [ffff8d7a800f2000]
[ 0.000000] RAMDISK: [mem 0x3b768000-0x3ffeffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F1E80 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x000000003FFFF0BA 000038 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x000000003FFFED12 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x000000003FFFD040 001CD2 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x000000003FFFD000 000040
[ 0.000000] ACPI: SSDT 0x000000003FFFED86 000248 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x000000003FFFEFCE 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x000000003FFFF046 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: MCFG 0x000000003FFFF07E 00003C (v01 BOCHS BXPCMCFG 00000001 BXPC 00000001)
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003fffcfff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003fffcfff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003fffcfff]
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 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 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] e820: [mem 0x40000000-0xafffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] percpu: Embedded 35 pages/cpu @ffff8d7abb400000 s105240 r8192 d29928 u2097152
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257926
[ 0.000000] Kernel command line: console=ttyS0 console=tty0 page_poison=1
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Memory: 937636K/1048172K available (9406K kernel code, 1592K rwdata, 3084K rodata, 1456K init, 604K bss, 110536K reserved, 0K cma-reserved)
[ 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=1.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1
[ 0.000000] NR_IRQS:8448 nr_irqs:256 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] allocated 2097152 bytes of page_ext
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2294.671 MHz processor
[ 0.011110] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.34 BogoMIPS (lpj=22946710)
[ 0.011715] pid_max: default: 32768 minimum: 301
[ 0.012350] ACPI: Core revision 20160831
[ 0.048512] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.051255] Security Framework initialized
[ 0.051463] Yama: becoming mindful.
[ 0.053276] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.053658] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.070174] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.070415] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.318806] Freeing SMP alternatives memory: 24K (ffffffffae0fc000 - ffffffffae102000)
[ 0.329701] ftrace: allocating 41519 entries in 163 pages
[ 0.424030] smpboot: Max logical packages: 1
[ 0.428454] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.530000] smpboot: CPU0: AMD QEMU Virtual CPU version 2.0.0 (family: 0x6, model: 0x6, stepping: 0x3)
[ 0.530000] Performance Events: PMU not available due to virtualization, using software events only.
[ 0.534730] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.534957] NMI watchdog: Shutting down hard lockup detector on all cpus
[ 0.537632] x86: Booted up 1 node, 1 CPUs
[ 0.537835] smpboot: Total of 1 processors activated (4589.34 BogoMIPS)
[ 0.549135] devtmpfs: initialized
[ 0.553604] x86/mm: Memory block size: 128MB
[ 0.590778] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.591325] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.597859] NET: Registered protocol family 16
[ 0.605083] cpuidle: using governor ladder
[ 0.605337] cpuidle: using governor menu
[ 0.606247] ACPI: bus type PCI registered
[ 0.608966] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[ 0.609400] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
[ 0.610164] PCI: Using configuration type 1 for base access
[ 0.671878] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.683570] ACPI: Added _OSI(Module Device)
[ 0.683786] ACPI: Added _OSI(Processor Device)
[ 0.683928] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.684060] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.735326] ACPI: Interpreter enabled
[ 0.735968] ACPI: (supports S0 S5)
[ 0.736134] ACPI: Using IOAPIC for interrupt routing
[ 0.737405] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.801245] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.802211] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.806650] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.811560] PCI host bridge to bus 0000:00
[ 0.811850] pci_bus 0000:00: root bus resource [io 0x0000-0x0cd7 window]
[ 0.812055] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.812240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.812445] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.812757] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.842546] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.864580] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 0.866091] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.867229] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.868357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 0.869495] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)
[ 0.870000] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)
[ 0.871065] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)
[ 0.872198] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)
[ 0.872729] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)
[ 0.873062] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)
[ 0.873358] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)
[ 0.873651] ACPI: PCI Interrupt Link [GSID] (IRQs *19)
[ 0.873968] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)
[ 0.874263] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)
[ 0.874557] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)
[ 0.874863] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)
[ 0.881259] ACPI: Enabled 16 GPEs in block 00 to 3F
[ 0.886178] SCSI subsystem initialized
[ 0.888921] pps_core: LinuxPPS API ver. 1 registered
[ 0.889180] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.889738] PTP clock support registered
[ 0.890866] wmi: Mapper loaded
[ 0.891787] PCI: Using ACPI for IRQ routing
[ 0.905649] NetLabel: Initializing
[ 0.905824] NetLabel: domain hash size = 128
[ 0.905965] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.907423] NetLabel: unlabeled traffic allowed by default
[ 0.908210] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.908628] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.908930] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 0.910000] clocksource: Switched to clocksource hpet
[ 1.132489] VFS: Disk quotas dquot_6.6.0
[ 1.132978] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.135117] FS-Cache: Loaded
[ 1.139459] CacheFiles: Loaded
[ 1.140134] pnp: PnP ACPI init
[ 1.151052] pnp: PnP ACPI: found 5 devices
[ 1.194279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.196619] NET: Registered protocol family 2
[ 1.204160] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 1.204711] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[ 1.205492] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.206719] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 1.207062] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 1.208831] NET: Registered protocol family 1
[ 1.211847] RPC: Registered named UNIX socket transport module.
[ 1.212066] RPC: Registered udp transport module.
[ 1.212219] RPC: Registered tcp transport module.
[ 1.212431] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.212944] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.218738] Unpacking initramfs...
[ 11.797622] Freeing initrd memory: 74272K (ffff8d7abb768000 - ffff8d7abfff0000)
[ 11.817826] PCLMULQDQ-NI instructions are not detected.
[ 11.818611] AVX or AES-NI instructions are not detected.
[ 11.818837] CPU feature 'AVX registers' is not supported.
[ 11.819078] CPU feature 'AVX registers' is not supported.
[ 11.819411] CPU feature 'AVX registers' is not supported.
[ 11.819656] CPU feature 'AVX registers' is not supported.
[ 11.819839] AVX2 or AES-NI instructions are not detected.
[ 11.820366] AVX2 instructions are not detected.
[ 11.825065] audit: initializing netlink subsys (disabled)
[ 11.826035] audit: type=2000 audit(1495607491.820:1): initialized
[ 11.830181] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 11.837195] FS-Cache: Netfs 'nfs' registered for caching
[ 11.838558] NFS: Registering the id_resolver key type
[ 11.839476] Key type id_resolver registered
[ 11.839636] Key type id_legacy registered
[ 11.839869] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 11.840794] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 11.843292] FS-Cache: Netfs 'cifs' registered for caching
[ 11.843942] ntfs: driver 2.1.32 [Flags: R/O].
[ 11.844256] fuse init (API version 7.26)
[ 11.845988] SGI XFS with ACLs, security attributes, no debug enabled
[ 11.848893] 9p: Installing v9fs 9p2000 file system support
[ 11.849118] FS-Cache: Netfs '9p' registered for caching
[ 11.878320] NET: Registered protocol family 38
[ 11.878710] Key type asymmetric registered
[ 11.878877] Asymmetric key parser 'x509' registered
[ 11.879468] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 11.881127] io scheduler noop registered
[ 11.881353] io scheduler deadline registered (default)
[ 11.881703] io scheduler cfq registered
[ 11.883892] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 11.884240] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 11.884873] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 11.885363] hv_vmbus: registering driver hyperv_fb
[ 11.887887] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 11.888590] ACPI: Power Button [PWRF]
[ 11.893155] GHES: HEST is not enabled!
[ 11.899875] ACPI: PCI Interrupt Link [GSIH] enabled at IRQ 23
[ 11.901800] virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver
[ 11.904603] xenfs: not registering filesystem on non-xen platform
[ 11.906129] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 11.929393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 11.936471] Initializing Nozomi driver 2.1d
[ 11.940064] Non-volatile memory driver v1.3
[ 11.945482] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[ 11.976488] loop: module loaded
[ 11.988019] nbd: registered device at major 43
[ 12.024073] lpc_ich 0000:00:1f.0: RCBA is disabled by hardware/BIOS, device disabled
[ 12.024610] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized
[ 12.024827] lpc_ich 0000:00:1f.0: No MFD cells added
[ 12.026162] VMware PVSCSI driver - version 1.0.7.0-k
[ 12.026645] hv_vmbus: registering driver hv_storvsc
[ 12.033536] ACPI: PCI Interrupt Link [GSIA] enabled at IRQ 16
[ 12.038935] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[ 12.039268] ahci 0000:00:1f.2: flags: ncq only
[ 12.061197] scsi host0: ahci
[ 12.064130] scsi host1: ahci
[ 12.065904] scsi host2: ahci
[ 12.067735] scsi host3: ahci
[ 12.069431] scsi host4: ahci
[ 12.071640] scsi host5: ahci
[ 12.073160] ata1: SATA max UDMA/133 abar m4096@0xfebf1000 port 0xfebf1100 irq 24
[ 12.073566] ata2: SATA max UDMA/133 abar m4096@0xfebf1000 port 0xfebf1180 irq 24
[ 12.073777] ata3: SATA max UDMA/133 abar m4096@0xfebf1000 port 0xfebf1200 irq 24
[ 12.073977] ata4: SATA max UDMA/133 abar m4096@0xfebf1000 port 0xfebf1280 irq 24
[ 12.074172] ata5: SATA max UDMA/133 abar m4096@0xfebf1000 port 0xfebf1300 irq 24
[ 12.074390] ata6: SATA max UDMA/133 abar m4096@0xfebf1000 port 0xfebf1380 irq 24
[ 12.080203] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[ 12.100468] tun: Universal TUN/TAP device driver, 1.6
[ 12.100677] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 12.101800] ena: Elastic Network Adapter (ENA) v1.0.2
[ 12.102691] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 12.102893] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 12.107152] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22
[ 12.415304] ata3: SATA link down (SStatus 0 SControl 300)
[ 12.416888] ata2: SATA link down (SStatus 0 SControl 300)
[ 12.417202] ata4: SATA link down (SStatus 0 SControl 300)
[ 12.417452] ata1: SATA link down (SStatus 0 SControl 300)
[ 12.417920] ata5: SATA link down (SStatus 0 SControl 300)
[ 12.423594] ata6: SATA link down (SStatus 0 SControl 300)
[ 12.463295] e1000 0000:00:02.0 eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56
[ 12.463590] e1000 0000:00:02.0 eth0: Intel(R) PRO/1000 Network Connection
[ 12.464149] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 12.464348] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 12.464823] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 12.465016] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 12.465443] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 12.465662] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 12.466062] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4.4.0-k
[ 12.466284] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 12.467488] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 3.2.2-k
[ 12.467745] ixgbevf: Copyright (c) 2009 - 2015 Intel Corporation.
[ 12.468564] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
[ 12.468767] ixgb: Copyright (c) 1999-2008 Intel Corporation.
[ 12.469419] PPP generic driver version 2.4.2
[ 12.470656] PPP BSD Compression module registered
[ 12.470888] PPP Deflate Compression module registered
[ 12.471207] PPP MPPE Compression module registered
[ 12.471399] NET: Registered protocol family 24
[ 12.471741] PPTP driver version 0.8.5
[ 12.472375] VMware vmxnet3 virtual NIC driver - version 1.4.a.0-k-NAPI
[ 12.473140] hv_vmbus: registering driver hv_netvsc
[ 12.473364] Fusion MPT base driver 3.04.20
[ 12.473495] Copyright (c) 1999-2008 LSI Corporation
[ 12.473915] Fusion MPT SPI Host driver 3.04.20
[ 12.478659] aoe: AoE v85 initialised.
[ 12.480128] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 12.484585] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 12.484954] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 12.487302] hv_vmbus: registering driver hyperv_keyboard
[ 12.488934] mousedev: PS/2 mouse device common for all mice
[ 12.493052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 12.495169] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 12.498054] rtc_cmos 00:00: RTC can wake from S4
[ 12.500973] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 12.501877] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram, hpet irqs
[ 12.502247] i2c /dev entries driver
[ 12.503624] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 12.507148] hv_utils: Registering HyperV Utility Driver
[ 12.507332] hv_vmbus: registering driver hv_util
[ 12.507471] hv_vmbus: registering driver hv_balloon
[ 12.507740] oprofile: using NMI interrupt.
[ 12.508500] GACT probability on
[ 12.508767] Mirror/redirect action on
[ 12.509395] Simple TC action Loaded
[ 12.512050] netem: version 1.3
[ 12.512209] u32 classifier
[ 12.512319] Performance counters on
[ 12.512437] input device check on
[ 12.512547] Actions configured
[ 12.512885] Netfilter messages via NETLINK v0.30.
[ 12.513184] nfnl_acct: registering with nfnetlink.
[ 12.514237] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[ 12.518773] ctnetlink v0.93: registering with nfnetlink.
[ 12.520117] nf_tables: (c) 2007-2009 Patrick McHardy <kaber@trash.net>
[ 12.520117] nf_tables_compat: (c) 2012 Pablo Neira Ayuso <pablo@netfilter.org>
[ 12.524187] xt_time: kernel timezone is -0000
[ 12.524502] ip_set: protocol 6
[ 12.524923] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
[ 12.525277] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 12.527170] IPVS: Creating netns size=2104 id=0
[ 12.529138] IPVS: ipvs loaded.
[ 12.529386] IPVS: [rr] scheduler registered.
[ 12.529571] IPVS: [wrr] scheduler registered.
[ 12.529703] IPVS: [lc] scheduler registered.
[ 12.529828] IPVS: [wlc] scheduler registered.
[ 12.529953] IPVS: [fo] scheduler registered.
[ 12.530089] IPVS: [ovf] scheduler registered.
[ 12.530319] IPVS: [lblc] scheduler registered.
[ 12.530532] IPVS: [lblcr] scheduler registered.
[ 12.530679] IPVS: [dh] scheduler registered.
[ 12.530805] IPVS: [sh] scheduler registered.
[ 12.530928] IPVS: [sed] scheduler registered.
[ 12.531052] IPVS: [nq] scheduler registered.
[ 12.531496] IPVS: ftp: loaded support on port[0] = 21
[ 12.532060] ipip: IPv4 and MPLS over IPv4 tunneling driver
[ 12.535695] gre: GRE over IPv4 demultiplexor driver
[ 12.535875] ip_gre: GRE over IPv4 tunneling driver
[ 12.541604] IPv4 over IPsec tunneling driver
[ 12.546564] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 12.549793] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[ 12.550562] arp_tables: arp_tables: (C) 2002 David S. Miller
[ 12.551954] Initializing XFRM netlink socket
[ 12.553037] NET: Registered protocol family 10
[ 12.565253] mip6: Mobile IPv6
[ 12.566023] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 12.570171] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 12.579008] ip6_gre: GRE over IPv6 tunneling driver
[ 12.582025] NET: Registered protocol family 17
[ 12.582418] NET: Registered protocol family 15
[ 12.583025] Bridge firewalling registered
[ 12.583585] Ebtables v2.0 registered
[ 12.585966] l2tp_core: L2TP core driver, V2.0
[ 12.586226] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 12.586411] 8021q: 802.1Q VLAN Support v1.8
[ 12.587535] 9pnet: Installing 9P2000 support
[ 12.588055] Key type dns_resolver registered
[ 12.588245] openvswitch: Open vSwitch switching datapath
[ 12.589683] mpls_gso: MPLS GSO support
[ 12.590101] microcode: AMD CPU family 0x6 not supported
[ 12.593164] registered taskstats version 1
[ 12.763155] Key type big_key registered
[ 12.797479] Key type encrypted registered
[ 12.800491] tsc: Refined TSC clocksource calibration: 2294.662 MHz
[ 12.800763] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2113825caeb, max_idle_ns: 440795227757 ns
[ 12.802574] rtc_cmos 00:00: setting system clock to 2017-05-24 06:31:33 UTC (1495607493)
[ 12.930996] Freeing unused kernel memory: 1456K (ffffffffadf90000 - ffffffffae0fc000)
[ 12.931379] Write protecting the kernel read-only data: 14336k
[ 12.939742] Freeing unused kernel memory: 820K (ffff8d7ab9933000 - ffff8d7ab9a00000)
[ 12.982878] Freeing unused kernel memory: 1012K (ffff8d7ab9d03000 - ffff8d7ab9e00000)
[ 13.820739] clocksource: Switched to clocksource tsc
Welcome to LinuxKit
## .
## ## ## ==
## ## ## ## ## ===
/"""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
\______ o __/
\ \ __/
\____\_______/
/ # [ 21.590838] IPVS: Creating netns size=2104 id=1
[ 21.591248] IPVS: ftp: loaded support on port[0] = 21
[ 23.602599] IPVS: Creating netns size=2104 id=2
[ 23.602879] IPVS: ftp: loaded support on port[0] = 21
[ 25.468671] IPVS: Creating netns size=2104 id=3
[ 25.469126] IPVS: ftp: loaded support on port[0] = 21
[ 27.797630] IPVS: Creating netns size=2104 id=4
[ 27.797954] IPVS: ftp: loaded support on port[0] = 21
[ 30.048132] IPVS: Creating netns size=2104 id=5
[ 30.048468] IPVS: ftp: loaded support on port[0] = 21
[ 35.517688] IPVS: Creating netns size=2104 id=6
[ 35.518134] IPVS: ftp: loaded support on port[0] = 21
[ 44.091645] IPVS: Creating netns size=2104 id=7
[ 44.094381] IPVS: ftp: loaded support on port[0] = 21
[ 47.773538] random: dockerd: uninitialized urandom read (4096 bytes read)
[ 53.659097] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment