Skip to content

Instantly share code, notes, and snippets.

@mustafaakin
Created January 19, 2018 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustafaakin/4f6b56f11a3762099aca958160a10a0d to your computer and use it in GitHub Desktop.
Save mustafaakin/4f6b56f11a3762099aca958160a10a0d to your computer and use it in GitHub Desktop.
hyperkit ubuntu boot output
hyperkit -A -m 512M -s 0:0,hostbridge \
-s 31,lpc \
-l com1,stdio \
-s 1:0,ahci-hd,file://$(pwd)/$QCOW2,format=qcow \
-s 5,ahci-cd,$(pwd)/seed.img \
-f kexec,$KERNEL,$INITRD,$CMDLIN
mirage_block_open: block_config = file:///Users/mustafa/Downloads/xenial-server-cloudimg-amd64-disk1.qcow2 and qcow_config = None and stats_config = None
hyperkit: [INFO] Resized file to 32768 clusters (4194304 sectors)
hyperkit: [INFO] image has 0 free sectors and 32764 used sectors
mirage_block_open: block_config = file:///Users/mustafa/Downloads/xenial-server-cloudimg-amd64-disk1.qcow2 and qcow_config = None and stats_config = None returning 0
mirage_block_stat
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.0-109-generic (buildd@lgw01-amd64-038) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) ) #132-Ubuntu SMP Tue Jan 9 19:52:39 UTC 2018 (Ubuntu 4.4.0-109.132-generic 4.4.98)
[ 0.000000] Command line: earlyprintk=serial console=ttyS0 root=/dev/sda1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 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 832 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-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] bootconsole [earlyser0] enabled
[ 0.000000] ERROR: earlyprintk= earlyser already used
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] e820: last_pfn = 0x20000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR: Disabled
[ 0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too.
[ 0.000000] CPU MTRRs all blank - virtualized system.
[ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
[ 0.000000] found SMP MP-table at [mem 0x000f0000-0x000f000f] mapped at [ffff8800000f0000]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] RAMDISK: [mem 0x1f576000-0x1fffffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F2400 000024 (v02 BHYVE )
[ 0.000000] ACPI: XSDT 0x00000000000F2480 000044 (v01 BHYVE BVXSDT 00000001 INTL 20140828)
[ 0.000000] ACPI: APIC 0x00000000000F2500 00005A (v01 BHYVE BVMADT 00000001 INTL 20140828)
[ 0.000000] ACPI: FACP 0x00000000000F2A00 00010C (v05 BHYVE BVFACP 00000001 INTL 20140828)
[ 0.000000] ACPI: DSDT 0x00000000000F2C00 000A2D (v02 BHYVE BVDSDT 00000001 INTL 20140828)
[ 0.000000] ACPI: FACS 0x00000000000F2BC0 000040
[ 0.000000] ACPI: FACS 0x00000000000F2BC0 000040
[ 0.000000] ACPI: HPET 0x00000000000F2B40 000038 (v01 BHYVE BVHPET 00000001 INTL 20140828)
[ 0.000000] ACPI: MCFG 0x00000000000F2B80 00003C (v01 BHYVE BVMCFG 00000001 INTL 20140828)
[ 0.000000] Setting APIC routing to physical flat.
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x1f571000-0x1f575fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001fffffff]
[ 0.000000] Normal empty
[ 0.000000] Device 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-0x000000001fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001fffffff]
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge 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 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x80860701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.000000] e820: [mem 0x20000000-0xffffffff] 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: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001f200000 s99544 r8192 d31528 u2097152
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128905
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: earlyprintk=serial console=ttyS0 root=/dev/sda1
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Memory: 485896K/523896K available (8485K kernel code, 1308K rwdata, 3988K rodata, 1508K init, 1316K bss, 38000K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1
[ 0.000000] NR_IRQS:33024 nr_irqs:256 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [ttyS0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] bootconsole [earlyser0] disabled
[ 0.000000] bootconsole [earlyser0] disabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 191126044627 ns
[ 0.000000] tsc: Fast TSC calibration failed
[ 0.000000] tsc: Unable to calibrate against PIT
[ 0.000000] tsc: using PMTIMER reference calibration
[ 0.000000] tsc: Detected 2193.233 MHz processor
[ 0.000188] Calibrating delay loop (skipped), value calculated using timer frequency.. 4386.46 BogoMIPS (lpj=8772932)
[ 0.001118] pid_max: default: 32768 minimum: 301
[ 0.001527] ACPI: Core revision 20150930
[ 0.002281] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.003103] Security Framework initialized
[ 0.003573] Yama: becoming mindful.
[ 0.003960] AppArmor: AppArmor initialized
[ 0.004392] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.005796] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.006773] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.007353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.008402] Initializing cgroup subsys io
[ 0.008770] Initializing cgroup subsys memory
[ 0.009154] Initializing cgroup subsys devices
[ 0.009541] Initializing cgroup subsys freezer
[ 0.009928] Initializing cgroup subsys net_cls
[ 0.010406] Initializing cgroup subsys perf_event
[ 0.010815] Initializing cgroup subsys net_prio
[ 0.011246] Initializing cgroup subsys hugetlb
[ 0.011640] Initializing cgroup subsys pids
[ 0.012196] CPU: Physical Processor ID: 0
[ 0.013387] mce: CPU supports 0 MCE banks
[ 0.013842] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.014489] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.054880] Freeing SMP alternatives memory: 32K
[ 0.081426] ftrace: allocating 32171 entries in 126 pages
[ 0.187428] smpboot: APIC(0) Converting physical 0 to logical package 0
[ 0.188052] smpboot: Max logical packages: 1
[ 0.189946] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.334971] smpboot: CPU0: Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (family: 0x6, model: 0x46, stepping: 0x1)
[ 0.335924] Performance Events: unsupported p6 CPU model 70 no PMU driver, software events only.
[ 0.337530] x86: Booted up 1 node, 1 CPUs
[ 0.337893] smpboot: Total of 1 processors activated (4386.46 BogoMIPS)
[ 0.338781] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.339387] NMI watchdog: Shutting down hard lockup detector on all cpus
[ 0.340026] devtmpfs: initialized
[ 0.341478] evm: security.selinux
[ 0.341769] evm: security.SMACK64
[ 0.342126] evm: security.SMACK64EXEC
[ 0.342467] evm: security.SMACK64TRANSMUTE
[ 0.342844] evm: security.SMACK64MMAP
[ 0.343180] evm: security.ima
[ 0.343469] evm: security.capability
[ 0.344000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.344867] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.345485] pinctrl core: initialized pinctrl subsystem
[ 0.346077] RTC time: 8:38:57, date: 01/19/18
[ 0.346638] NET: Registered protocol family 16
[ 0.347267] cpuidle: using governor ladder
[ 0.347639] cpuidle: using governor menu
[ 0.348054] PCCT header not found.
[ 0.348397] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.349075] ACPI: bus type PCI registered
[ 0.349439] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.350179] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.350978] PCI: not using MMCONFIG
[ 0.351293] PCI: Using configuration type 1 for base access
[ 0.353102] ACPI: Added _OSI(Module Device)
[ 0.353484] ACPI: Added _OSI(Processor Device)
[ 0.353919] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.354347] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.355588] ACPI: Interpreter enabled
[ 0.355935] ACPI: (supports S0 S5)
[ 0.356235] ACPI: Using IOAPIC for interrupt routing
[ 0.356685] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.357525] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.358281] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.359887] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00])
[ 0.360411] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.361118] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.361704] acpi PNP0A03:00: host bridge window [mem 0x00000000-0xd0000fffff window] ([0x8000000000-0xd0000fffff] ignored, not CPU addressable)
[ 0.362806] acpi PNP0A03:00: host bridge window expanded to [mem 0x00000000-0x7fffffffff window]; [mem 0x00000000-0x7fffffffff window] ignored
[ 0.363970] PCI host bridge to bus 0000:00
[ 0.364325] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.365035] pci_bus 0000:00: root bus resource [io 0x0d00-0x1fff window]
[ 0.365730] pci_bus 0000:00: root bus resource [io 0x2000-0x201f window]
[ 0.366371] pci_bus 0000:00: root bus resource [mem 0x00000000-0x7fffffffff window]
[ 0.367064] pci_bus 0000:00: root bus resource [bus 00]
[ 0.369618] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.370456] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *6 7 9 10 11 12 14 15)
[ 0.371292] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.372230] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.373216] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.374210] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.375182] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.376120] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.377378] vgaarb: loaded
[ 0.377872] SCSI subsystem initialized
[ 0.378264] ACPI: bus type USB registered
[ 0.378638] usbcore: registered new interface driver usbfs
[ 0.379131] usbcore: registered new interface driver hub
[ 0.379636] usbcore: registered new device driver usb
[ 0.380346] PCI: Using ACPI for IRQ routing
[ 0.429354] NetLabel: Initializing
[ 0.429682] NetLabel: domain hash size = 128
[ 0.430071] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.430542] NetLabel: unlabeled traffic allowed by default
[ 0.431140] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.431855] hpet0: 8 comparators, 32-bit 10.000000 MHz counter
[ 0.434410] amd_nb: Cannot enumerate AMD northbridges
[ 0.434960] clocksource: Switched to clocksource hpet
[ 0.445959] AppArmor: AppArmor Filesystem Enabled
[ 0.446518] pnp: PnP ACPI init
[ 0.447011] system 00:00: [io 0x0220-0x0223] has been reserved
[ 0.447593] system 00:00: [io 0x0224-0x0227] has been reserved
[ 0.448228] system 00:00: [io 0x04d0-0x04d1] has been reserved
[ 0.448774] system 00:00: [io 0x0400-0x0407] has been reserved
[ 0.449328] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.450569] pnp: PnP ACPI: found 4 devices
[ 0.456928] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.457701] pci 0000:00:01.0: BAR 6: assigned [mem 0x20000000-0x200007ff pref]
[ 0.458431] pci 0000:00:05.0: BAR 6: assigned [mem 0x20000800-0x20000fff pref]
[ 0.459177] pci 0000:00:1f.0: BAR 6: assigned [mem 0x20001000-0x200017ff pref]
[ 0.459889] NET: Registered protocol family 2
[ 0.460474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.461120] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.461738] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.462382] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.462894] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.463579] NET: Registered protocol family 1
[ 0.463993] pci 0000:00:1f.0: Activating ISA DMA hang workarounds
[ 0.464595] Unpacking initramfs...
[ 2.128169] Freeing initrd memory: 10792K
rdmsr to register 0x34 on vcpu 0
[ 2.128775] Scanning for low memory corruption every 60 seconds
[ 2.129620] audit: initializing netlink subsys (disabled)
[ 2.130138] audit: type=2000 audit(1516351138.936:1): initialized
[ 2.130907] Initialise system trusted keyring
[ 2.131526] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 2.132110] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 2.133751] zbud: loaded
[ 2.134152] VFS: Disk quotas dquot_6.6.0
[ 2.134521] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 2.135341] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.136029] fuse init (API version 7.23)
[ 2.136464] Key type big_key registered
[ 2.136820] Allocating IMA MOK and blacklist keyrings.
[ 2.137540] Key type asymmetric registered
[ 2.137900] Asymmetric key parser 'x509' registered
[ 2.138351] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 2.139006] io scheduler noop registered
[ 2.139382] io scheduler deadline registered (default)
[ 2.139848] io scheduler cfq registered
[ 2.140239] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 2.140757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 2.141392] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 2.142027] ACPI: Power Button [PWRF]
[ 2.142433] GHES: HEST is not enabled!
[ 2.142912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 2.164677] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 2.186339] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 2.187929] Linux agpgart interface v0.103
[ 2.189647] loop: module loaded
[ 2.190160] libphy: Fixed MDIO Bus: probed
[ 2.190652] tun: Universal TUN/TAP device driver, 1.6
[ 2.191150] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 2.191744] PPP generic driver version 2.4.2
[ 2.192246] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.192846] ehci-pci: EHCI PCI platform driver
[ 2.193241] ehci-platform: EHCI generic platform driver
[ 2.193699] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.194230] ohci-pci: OHCI PCI platform driver
[ 2.194738] ohci-platform: OHCI generic platform driver
[ 2.195259] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.195862] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 2.725364] i8042: Can't read CTR while initializing i8042
[ 2.725952] i8042: probe of i8042 failed with error -5
[ 2.726562] mousedev: PS/2 mouse device common for all mice
[ 2.727159] ACPI Error: Could not enable RealTimeClock event (20150930/evxfevnt-212)
[ 2.727856] ACPI Warning: Could not enable fixed event - RealTimeClock (4) (20150930/evxface-654)
[ 2.728897] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 2.729723] rtc_cmos 00:03: alarms up to one day, y3k, 114 bytes nvram
[ 2.730519] i2c /dev entries driver
[ 2.730977] device-mapper: uevent: version 1.0.3
[ 2.731533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 2.732330] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.733197] NET: Registered protocol family 10
[ 2.733999] NET: Registered protocol family 17
[ 2.734420] Key type dns_resolver registered
[ 2.735241] microcode: CPU0 sig=0x40661, pf=0x1, revision=0x0
[ 2.735936] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 2.736874] registered taskstats version 1
[ 2.737261] Loading compiled-in X.509 certificates
[ 2.738261] Loaded X.509 cert 'Build time autogenerated kernel key: 96e61bd247bb6c4e82ca419795a98fcb171b0e99'
[ 2.739213] zswap: loaded using pool lzo/zbud
[ 2.741127] Key type trusted registered
[ 2.743758] Key type encrypted registered
[ 2.744151] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.744633] ima: No TPM chip found, activating TPM-bypass!
[ 2.745126] evm: HMAC attrs: 0x1
[ 2.745566] Magic number: 2:823:624
[ 2.746015] rtc_cmos 00:03: setting system clock to 2018-01-19 08:39:00 UTC (1516351140)
[ 2.746798] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.747390] EDD information not available.
[ 2.748865] Freeing unused kernel memory: 1508K
[ 2.749289] Write protecting the kernel read-only data: 14336k
[ 2.750105] Freeing unused kernel memory: 1744K
[ 2.750843] Freeing unused kernel memory: 108K
Loading, please wait...
starting version 229
[ 2.763484] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[ 2.764482] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[ 2.766542] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[ 2.767637] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[ 2.768704] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[ 2.770159] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[ 2.776589] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[ 2.777434] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[ 2.778363] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[ 2.781066] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[ 2.847922] ahci 0000:00:01.0: SSS flag set, parallel bus scan disabled
[ 2.848647] ahci 0000:00:01.0: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1 impl SATA mode
[ 2.849367] ahci 0000:00:01.0: flags: 64bit ncq sntf ilck stag pm led clo pio slum part sxs apst
[ 2.861338] scsi host0: ahci
[ 2.868075] scsi host1: ahci
[ 2.874889] scsi host2: ahci
[ 2.881892] AVX2 version of gcm_enc/dec engaged.
[ 2.882385] AES CTR mode by8 optimization enabled
[ 2.882969] scsi host3: ahci
[ 2.889455] scsi host4: ahci
[ 2.894509] scsi host5: ahci
[ 2.895104] ata1: SATA max UDMA/133 abar m1024@0xc0000000 port 0xc0000100 irq 24
[ 2.895826] ata2: DUMMY
[ 2.896056] ata3: DUMMY
[ 2.896272] ata4: DUMMY
[ 2.896486] ata5: DUMMY
[ 2.896703] ata6: DUMMY
[ 2.897322] ahci 0000:00:05.0: SSS flag set, parallel bus scan disabled
[ 2.897991] ahci 0000:00:05.0: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1 impl SATA mode
[ 2.898778] ahci 0000:00:05.0: flags: 64bit ncq sntf ilck stag pm led clo pio slum part sxs apst
[ 2.907139] scsi host6: ahci
[ 2.912011] scsi host7: ahci
[ 2.916360] scsi host8: ahci
[ 2.916908] scsi host9: ahci
[ 2.917580] scsi host10: ahci
[ 2.918118] scsi host11: ahci
[ 2.918682] ata7: SATA max UDMA/133 abar m1024@0xc0000400 port 0xc0000500 irq 25
[ 2.919420] ata8: DUMMY
[ 2.919640] ata9: DUMMY
[ 2.919858] ata10: DUMMY
[ 2.920084] ata11: DUMMY
[ 2.920308] ata12: DUMMY
[ 3.126145] tsc: Refined TSC clocksource calibration: 2193.345 MHz
[ 3.127374] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1f9da40114e, max_idle_ns: 440795209126 ns
[ 3.218708] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3.219874] ata1.00: READ LOG DMA EXT failed, trying unqueued
[ 3.220737] ata1.00: ATA-9: BHYVE SATA DISK, 001, max UDMA/133
[ 3.221622] ata1.00: 109469696 sectors, multi 128: LBA48 NCQ (depth 31/32)
[ 3.222693] ata1.00: applying bridge limits
[ 3.223395] ata1.00: configured for UDMA/100
[ 3.224150] scsi 0:0:0:0: Direct-Access ATA BHYVE SATA DISK 001 PQ: 0 ANSI: 5
[ 3.225596] sd 0:0:0:0: [sda] 109469696 512-byte logical blocks: (56.0 GB/52.2 GiB)
[ 3.226675] sd 0:0:0:0: [sda] Write Protect is off
[ 3.227501] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3.228244] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.230095] sda: sda1
[ 3.230679] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.238133] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3.239071] ata7.00: ATAPI: BHYVE SATA DVD ROM, 001, max UDMA/133
[ 3.239825] ata7.00: configured for UDMA/133
[ 3.240506] scsi 6:0:0:0: CD-ROM BHYVE BHYVE DVD-ROM 001 PQ: 0 ANSI: 5
[ 3.241486] sr 6:0:0:0: [sr0] scsi3-mmc drive: 0x/0x xa/form2 caddy
[ 3.242045] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.243447] sr 6:0:0:0: Attached scsi generic sg1 type 5
[ 4.130008] clocksource: Switched to clocksource tsc
Begin: Loading essential drivers ... [ 4.322911] md: linear personality registered for level -1
[ 4.325817] md: multipath personality registered for level -4
[ 4.328930] md: raid0 personality registered for level 0
[ 4.332723] md: raid1 personality registered for level 1
[ 4.402472] raid6: sse2x1 gen() 9120 MB/s
[ 4.470224] raid6: sse2x1 xor() 7291 MB/s
[ 4.538524] raid6: sse2x2 gen() 11821 MB/s
[ 4.606091] raid6: sse2x2 xor() 7741 MB/s
[ 4.674408] raid6: sse2x4 gen() 14379 MB/s
[ 4.742434] raid6: sse2x4 xor() 9548 MB/s
[ 4.810443] raid6: avx2x1 gen() 17444 MB/s
[ 4.877609] raid6: avx2x2 gen() 19664 MB/s
[ 4.946453] raid6: avx2x4 gen() 23889 MB/s
[ 4.946850] raid6: using algorithm avx2x4 gen() 23889 MB/s
[ 4.947321] raid6: using avx2x2 recovery algorithm
[ 4.949528] xor: automatically using best checksumming function:
[ 4.986381] avx : 31242.000 MB/sec
[ 4.988709] async_tx: api initialized (async)
[ 5.002519] md: raid6 personality registered for level 6
[ 5.003075] md: raid5 personality registered for level 5
[ 5.003566] md: raid4 personality registered for level 4
[ 5.010402] md: raid10 personality registered for level 10
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [ 5.047610] Btrfs loaded
Scanning for Btrfs filesystems
done.
Warning: fsck not present, so skipping root file system
[ 5.075366] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[ 5.075981] EXT4-fs (sda1): write access will be enabled during recovery
[ 5.080434] EXT4-fs (sda1): recovery complete
[ 5.081073] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 5.155786] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 5.157350] systemd[1]: Detected virtualization vm-other.
[ 5.157885] systemd[1]: Detected architecture x86-64.
Welcome to Ubuntu 16.04.3 LTS!
[ 5.161861] systemd[1]: Set hostname to <ubuntu>.
[ 5.274862] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 5.276225] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 5.277846] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 5.279220] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 5.280690] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ OK ] Listening on Device-mapper event daemon FIFOs.
[ 5.282177] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 5.283430] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 5.285052] systemd[1]: Starting Set console keymap...
Starting Set console keymap...
[ 5.286199] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 5.287887] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 5.290878] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 5.300717] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 5.301995] systemd[1]: Listening on LVM2 metadata daemon socket.
[ OK ] Listening on LVM2 metadata daemon socket.
[ 5.307163] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 5.308352] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 5.310609] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 5.311898] systemd[1]: Listening on LVM2 poll daemon socket.
[ OK ] Listening on LVM2 poll daemon socket.
[ 5.313636] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ 5.324004] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
[ 5.330520] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[ OK ] Started Trigger resolvconf update for networkd DNS.
[ 5.333256] systemd[1]: Starting Nameserver information manager...
Starting Nameserver information manager...
[ 5.340520] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 5.343811] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 5.346029] systemd[1]: Reached target User and Group Name Lookups.
[ OK ] Reached target User and Group Name Lookups.
[ 5.349083] systemd[1]: Starting Uncomplicated firewall...
Starting Uncomplicated firewall...
[ 5.355819] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
[ 5.360407] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 5.362046] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 5.363715] Loading iSCSI transport class v2.0-870.
[ 5.367259] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 5.373249] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 5.376696] systemd[1]: Reached target Encrypted Volumes.
[ OK ] Reached target Encrypted Volumes.
[ 5.380479] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 5.383412] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 5.384819] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 5.387356] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 5.392026] systemd[1]: Started Remount Root and Kernel File Systems.
[ OK ] Started Remount Root and Kernel File Systems.
[ 5.398960] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ 5.401858] systemd[1]: Started Uncomplicated firewall.
[ 5.403349] iscsi: registered transport (tcp)
[ OK ] Started Uncomplicated firewall.
[ 5.408001] systemd[1]: Started Nameserver information manager.
[ OK ] Started Nameserver information manager.
[ 5.437005] systemd[1]: Started Set console keymap.
[ OK ] Started Set console keymap.
[ 5.450108] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ 5.486552] iscsi: registered transport (iser)
[ OK ] Started Load Kernel Modules.
Starting Apply Kernel Variables...
Mounting FUSE Control File System...
[ OK ] Started LVM2 metadata daemon.
Starting Create Static Device Nodes in /dev...
Starting Initial cloud-init job (pre-networking)...
Starting udev Coldplug all Devices...
Starting Load/Save Random Seed...
Starting Flush Journal to Persistent Storage...
[ OK ] Mounted FUSE Control File System.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Flush Journal to Persistent Storage.
Starting udev Kernel Device Manager...
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Tell Plymouth To Write Out Runtime Data...
Starting Set console font and keymap...
Starting Create Volatile Files and Directories...
Starting LSB: AppArmor initialization...
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started LSB: AppArmor initialization.
[ OK ] Started Set console font and keymap.
[ OK ] Created slice system-getty.slice.
[ OK ] Found device /dev/ttyS0.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
hyperkit: [INFO] Allocator: 32764 used; 0 junk; 0 erased; 0 available; 0 copies; 0 roots; 0 Copying; 0 Copied; 0 Flushed; 0 Referenced; max_cluster = 32767
hyperkit: [INFO] Allocator: file contains cluster 0 .. 32767 will enlarge file to 0 .. 33279
hyperkit: [INFO] resize: adding available clusters (Node ((x 32768) (y 33279) (l Empty) (r Empty) (h 1) (cardinal 512)))
hyperkit: [ERROR] write sector = 2004992 length = 4096: I/O deadline exceeded
hyperkit: [INFO] (((description "Anonymous client 6305")
(locks (((description "cluster 1") (mode Read) (released false)))))
((description "write sector = 2004992 length = 4096")
(locks
(((description "cluster 6874") (mode Read) (released false))
((description "cluster 14644") (mode Read) (released false))))))
[ 39.012675] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6 frozen
[ 39.013944] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.014795] ata1.00: cmd 61/00:00:c0:78:80/01:00:04:00:00/40 tag 0 ncq 131072 out
[ 39.014795] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.017010] ata1.00: status: { DRDY }
[ 39.017476] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.018186] ata1.00: cmd 61/00:08:c0:79:80/01:00:04:00:00/40 tag 1 ncq 131072 out
[ 39.018186] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.020031] ata1.00: status: { DRDY }
[ 39.020443] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.021025] ata1.00: cmd 61/00:10:c0:7a:80/01:00:04:00:00/40 tag 2 ncq 131072 out
[ 39.021025] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.022699] ata1.00: status: { DRDY }
[ 39.023106] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.023657] ata1.00: cmd 61/00:18:c0:7b:80/01:00:04:00:00/40 tag 3 ncq 131072 out
[ 39.023657] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.025143] ata1.00: status: { DRDY }
[ 39.025506] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.025973] ata1.00: cmd 61/00:20:c0:7c:80/01:00:04:00:00/40 tag 4 ncq 131072 out
[ 39.025973] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.027273] ata1.00: status: { DRDY }
[ 39.027590] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.028038] ata1.00: cmd 61/00:28:c0:7d:80/01:00:04:00:00/40 tag 5 ncq 131072 out
[ 39.028038] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.029297] ata1.00: status: { DRDY }
[ 39.029617] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.030065] ata1.00: cmd 61/00:30:c0:7e:80/01:00:04:00:00/40 tag 6 ncq 131072 out
[ 39.030065] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.031318] ata1.00: status: { DRDY }
[ 39.031647] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.032101] ata1.00: cmd 61/00:38:c0:7f:80/01:00:04:00:00/40 tag 7 ncq 131072 out
[ 39.032101] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.033638] ata1.00: status: { DRDY }
[ 39.033983] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.034465] ata1.00: cmd 61/00:40:c0:80:80/01:00:04:00:00/40 tag 8 ncq 131072 out
[ 39.034465] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.035915] ata1.00: status: { DRDY }
[ 39.036281] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.036753] ata1.00: cmd 61/08:48:00:98:1e/00:00:00:00:00/40 tag 9 ncq 4096 out
[ 39.036753] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.038114] ata1.00: status: { DRDY }
[ 39.038447] ata1.00: failed command: READ FPDMA QUEUED
[ 39.038919] ata1.00: cmd 60/08:50:10:1c:0f/00:00:00:00:00/40 tag 10 ncq 4096 in
[ 39.038919] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.040629] ata1.00: status: { DRDY }
[ 39.040987] ata1.00: failed command: READ FPDMA QUEUED
[ 39.041470] ata1.00: cmd 60/08:58:b8:c0:06/00:00:00:00:00/40 tag 11 ncq 4096 in
[ 39.041470] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.042959] ata1.00: status: { DRDY }
[ 39.043552] ata1.00: failed command: READ FPDMA QUEUED
[ 39.044216] ata1.00: cmd 60/08:60:70:5e:05/00:00:00:00:00/40 tag 12 ncq 4096 in
[ 39.044216] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.045870] ata1.00: status: { DRDY }
[ 39.046197] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.046662] ata1.00: cmd 61/00:68:c0:66:80/01:00:04:00:00/40 tag 13 ncq 131072 out
[ 39.046662] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.047968] ata1.00: status: { DRDY }
[ 39.048291] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.048851] ata1.00: cmd 61/00:70:c0:67:80/01:00:04:00:00/40 tag 14 ncq 131072 out
[ 39.048851] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.050353] ata1.00: status: { DRDY }
[ 39.050673] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.051124] ata1.00: cmd 61/00:78:c0:68:80/01:00:04:00:00/40 tag 15 ncq 131072 out
[ 39.051124] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.052385] ata1.00: status: { DRDY }
[ 39.052704] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.053154] ata1.00: cmd 61/00:80:c0:69:80/01:00:04:00:00/40 tag 16 ncq 131072 out
[ 39.053154] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.054421] ata1.00: status: { DRDY }
[ 39.054740] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.055190] ata1.00: cmd 61/00:88:c0:6a:80/01:00:04:00:00/40 tag 17 ncq 131072 out
[ 39.055190] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.056540] ata1.00: status: { DRDY }
[ 39.056894] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.057370] ata1.00: cmd 61/00:90:c0:6b:80/01:00:04:00:00/40 tag 18 ncq 131072 out
[ 39.057370] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.058692] ata1.00: status: { DRDY }
[ 39.059013] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.059472] ata1.00: cmd 61/00:98:c0:6c:80/01:00:04:00:00/40 tag 19 ncq 131072 out
[ 39.059472] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.061045] ata1.00: status: { DRDY }
[ 39.061789] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.062332] ata1.00: cmd 61/00:a0:c0:6d:80/01:00:04:00:00/40 tag 20 ncq 131072 out
[ 39.062332] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.063630] ata1.00: status: { DRDY }
[ 39.063977] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.064432] ata1.00: cmd 61/00:a8:c0:6e:80/01:00:04:00:00/40 tag 21 ncq 131072 out
[ 39.064432] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.065762] ata1.00: status: { DRDY }
[ 39.066083] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.066534] ata1.00: cmd 61/00:b0:c0:6f:80/01:00:04:00:00/40 tag 22 ncq 131072 out
[ 39.066534] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.067880] ata1.00: status: { DRDY }
[ 39.068225] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.068704] ata1.00: cmd 61/00:b8:c0:70:80/01:00:04:00:00/40 tag 23 ncq 131072 out
[ 39.068704] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.070040] ata1.00: status: { DRDY }
[ 39.070360] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.070811] ata1.00: cmd 61/00:c0:c0:71:80/01:00:04:00:00/40 tag 24 ncq 131072 out
[ 39.070811] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.072078] ata1.00: status: { DRDY }
[ 39.072427] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.072909] ata1.00: cmd 61/00:c8:c0:72:80/01:00:04:00:00/40 tag 25 ncq 131072 out
[ 39.072909] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.074176] ata1.00: status: { DRDY }
[ 39.074494] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.074960] ata1.00: cmd 61/00:d0:c0:73:80/01:00:04:00:00/40 tag 26 ncq 131072 out
[ 39.074960] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.076297] ata1.00: status: { DRDY }
[ 39.076619] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.077070] ata1.00: cmd 61/00:d8:c0:74:80/01:00:04:00:00/40 tag 27 ncq 131072 out
[ 39.077070] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.078343] ata1.00: status: { DRDY }
[ 39.078671] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.079164] ata1.00: cmd 61/00:e0:c0:75:80/01:00:04:00:00/40 tag 28 ncq 131072 out
[ 39.079164] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.080645] ata1.00: status: { DRDY }
[ 39.080981] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.081432] ata1.00: cmd 61/00:e8:c0:76:80/01:00:04:00:00/40 tag 29 ncq 131072 out
[ 39.081432] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.082691] ata1.00: status: { DRDY }
[ 39.083010] ata1.00: failed command: WRITE FPDMA QUEUED
[ 39.083478] ata1.00: cmd 61/00:f0:c0:77:80/01:00:04:00:00/40 tag 30 ncq 131072 out
[ 39.083478] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 39.084742] ata1.00: status: { DRDY }
@ijc
Copy link

ijc commented Jan 26, 2018

Could we keep the comment thread to moby/hyperkit#183 rather than this gist please?

I agree, something is up with the qcow backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment