$ git clone https://github.com/cloud-init/ubuntu-sru.git ubuntu-sru $ ./ubuntu-sru/bin/get-proposed-cloudimg --propose --upgrade=cloud-guest-utils x enial xenial-proposed.img getting image via simplestreams to xenial-server-cloudimg-amd64.img. Downloading http://cloud-images.ubuntu.com/daily/server/xenial/20180427/xenial-server-cloudimg-amd64-uefi1.img to xenial-server-cloudimg-amd64.img verifying sha256 7b7b398c0eb12302080524d73197b1a08e782cad3147e4f891d2484985b4f810. --2018-04-30 19:02:14-- http://cloud-images.ubuntu.com/daily/server/xenial/20180427/xenial-server-cloudimg-amd64-uefi1.img Resolving cloud-images.ubuntu.com (cloud-images.ubuntu.com)... 91.189.92.141, 2001:67c:1360:8c01::8001 Connecting to cloud-images.ubuntu.com (cloud-images.ubuntu.com)|91.189.92.141|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 299302912 (285M) [application/octet-stream] Saving to: ‘xenial-server-cloudimg-amd64.img.tmp.12088’ 0K ........ ........ ........ ........ 11% 13.5M 19s 32768K ........ ........ ........ ........ 22% 46.2M 11s 65536K ........ ........ ........ ........ 33% 47.1M 7s 98304K ........ ........ ........ ........ 44% 46.3M 5s 131072K ........ ........ ........ ........ 56% 46.4M 4s 163840K ........ ........ ........ ........ 67% 46.2M 3s 196608K ........ ........ ........ ........ 78% 47.3M 2s 229376K ........ ........ ........ ........ 89% 46.3M 1s 262144K ........ ........ ........ ..... 100% 46.7M=7.8s 2018-04-30 19:02:22 (36.5 MB/s) - ‘xenial-server-cloudimg-amd64.img.tmp.12088’ saved [299302912/299302912] Formatting 'xenial-proposed.img.tmp', fmt=qcow2 size=2361393152 backing_file=xenial-server-cloudimg-amd64.img cluster_size=65536 lazy_refcounts=off refcount_bits=16 Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] Get:5 http://archive.ubuntu.com/ubuntu xenial-proposed InRelease [258 kB] Get:6 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [481 kB] Get:7 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7,532 kB] Get:8 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [344 kB] Get:9 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [129 kB] Get:10 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3,208 B] Get:11 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1,408 B] Get:12 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4,354 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [767 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [623 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [251 kB] Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.2 kB] Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8,076 B] Get:20 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [4,844 B] Get:21 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [3,220 B] Get:22 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7,400 B] Get:23 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [3,996 B] Get:24 http://archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages [46.9 kB] Get:25 http://archive.ubuntu.com/ubuntu xenial-proposed/main Translation-en [21.4 kB] Get:26 http://archive.ubuntu.com/ubuntu xenial-proposed/universe amd64 Packages [29.1 kB] Get:27 http://archive.ubuntu.com/ubuntu xenial-proposed/universe Translation-en [14.7 kB] Fetched 15.5 MB in 3s (5,094 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following package was automatically installed and is no longer required: grub-pc-bin Use 'sudo apt autoremove' to remove it. The following packages will be upgraded: cloud-guest-utils 1 upgraded, 0 newly installed, 0 to remove and 28 not upgraded. Need to get 15.1 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial-proposed/main amd64 cloud-guest-utils all 0.27-0ubuntu25.1 [15.1 kB] Fetched 15.1 kB in 0s (77.6 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (2: No such file or directory) (Reading database ... 54330 files and directories currently installed.) Preparing to unpack .../cloud-guest-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-guest-utils (0.27-0ubuntu25.1) over (0.27-0ubuntu25) ... Processing triggers for man-db (2.7.5-1) ... Setting up cloud-guest-utils (0.27-0ubuntu25.1) ... wrote xenial-proposed.img $ qemu-img create -f qcow2 -b xenial-proposed.img large-disk.img 5T Formatting 'large-disk.img', fmt=qcow2 size=5497558138880 backing_file=xenial-proposed.img cluster_size=65536 lazy_refcounts=off refcount_bits=16 $ qemu-system-x86_64 -enable-kvm \ > -device virtio-net-pci,netdev=net00 -netdev user,id=net00 \ > -drive file=large-disk.img,id=disk00,if=none,index=0 \ > -device virtio-blk,drive=disk00,serial=large-disk.img \ > -drive file=my-seed.img,id=disk01,if=none,index=1 \ > -device virtio-blk,drive=disk01,serial=my-seed.img \ > -snapshot -m 1G -nographic qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2] [ 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-122-generic (buildd@lcy01-amd64-005) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #146-Ubuntu SMP Mon Apr 23 15:34:04 UTC 2018 (Ubuntu 4.4.0-122.146-generic 4.4.117) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-122-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: Legacy x87 FPU detected. [ 0.000000] x86/fpu: Using 'lazy' 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-0x000000003ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: PAT not supported by CPU. [ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC [ 0.000000] found SMP MP-table at [mem 0x000f6a90-0x000f6a9f] mapped at [ffff8800000f6a90] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36a98000-0x37543fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F68B0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE15FC 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE1458 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 001418 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE154C 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: HPET 0x000000003FFE15C4 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 11432809260 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff] [ 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-0x000000003ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff] [ 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] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 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 @ffff88003fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc101c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257892 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-122-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1001656K/1048040K available (8532K kernel code, 1313K rwdata, 3996K rodata, 1508K init, 1316K bss, 46384K 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 VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns [ 0.000000] tsc: Detected 2397.222 MHz processor [ 0.136399] Calibrating delay loop (skipped) preset value.. 4794.44 BogoMIPS (lpj=9588888) [ 0.138188] pid_max: default: 32768 minimum: 301 [ 0.139090] ACPI: Core revision 20150930 [ 0.140651] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141969] Security Framework initialized [ 0.142790] Yama: becoming mindful. [ 0.143578] AppArmor: AppArmor initialized [ 0.144678] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.146677] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148014] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.149223] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.150609] Initializing cgroup subsys io [ 0.151455] Initializing cgroup subsys memory [ 0.152324] Initializing cgroup subsys devices [ 0.153184] Initializing cgroup subsys freezer [ 0.154222] Initializing cgroup subsys net_cls [ 0.155455] Initializing cgroup subsys perf_event [ 0.156582] Initializing cgroup subsys net_prio [ 0.157612] Initializing cgroup subsys hugetlb [ 0.158486] Initializing cgroup subsys pids [ 0.159430] CPU: Physical Processor ID: 0 [ 0.160277] FEATURE SPEC_CTRL Not Present [ 0.161047] mce: CPU supports 10 MCE banks [ 0.161864] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162838] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164442] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.165627] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.182480] Freeing SMP alternatives memory: 32K [ 0.190061] ftrace: allocating 32202 entries in 126 pages [ 0.236373] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.237791] smpboot: Max logical packages: 1 [ 0.239013] x2apic enabled [ 0.239917] Switched APIC routing to physical x2apic. [ 0.241801] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.347360] smpboot: CPU0: Intel QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0x6, stepping: 0x3) [ 0.349994] Performance Events: Broken PMU hardware detected, using software events only. [ 0.395277] Failed to access perfctr msr (MSR c2 is 0) [ 0.397144] x86: Booted up 1 node, 1 CPUs [ 0.398010] smpboot: Total of 1 processors activated (4794.44 BogoMIPS) [ 0.399510] devtmpfs: initialized [ 0.401922] evm: security.selinux [ 0.402674] evm: security.SMACK64 [ 0.403757] evm: security.SMACK64EXEC [ 0.404574] evm: security.SMACK64TRANSMUTE [ 0.405409] evm: security.SMACK64MMAP [ 0.406183] evm: security.ima [ 0.406864] evm: security.capability [ 0.407784] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.409654] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.411162] pinctrl core: initialized pinctrl subsystem [ 0.412362] RTC time: 19:04:50, date: 04/30/18 [ 0.413396] NET: Registered protocol family 16 [ 0.414459] cpuidle: using governor ladder [ 0.415337] cpuidle: using governor menu [ 0.416342] PCCT header not found. [ 0.417169] ACPI: bus type PCI registered [ 0.418166] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.419886] PCI: Using configuration type 1 for base access [ 0.421986] ACPI: Added _OSI(Module Device) [ 0.422860] ACPI: Added _OSI(Processor Device) [ 0.423915] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.424850] ACPI: Added _OSI(Processor Aggregator Device) [ 0.427010] ACPI: Interpreter enabled [ 0.428428] ACPI: (supports S0 S3 S4 S5) [ 0.429218] ACPI: Using IOAPIC for interrupt routing [ 0.430157] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.434147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.435299] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.436542] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.437968] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.440235] acpiphp: Slot [3] registered [ 0.441227] acpiphp: Slot [4] registered [ 0.442235] acpiphp: Slot [5] registered [ 0.443248] acpiphp: Slot [6] registered [ 0.444283] acpiphp: Slot [7] registered [ 0.445094] acpiphp: Slot [8] registered [ 0.445892] acpiphp: Slot [9] registered [ 0.458875] acpiphp: Slot [10] registered [ 0.459868] acpiphp: Slot [11] registered [ 0.460756] acpiphp: Slot [12] registered [ 0.461572] acpiphp: Slot [13] registered [ 0.462386] acpiphp: Slot [14] registered [ 0.463201] acpiphp: Slot [15] registered [ 0.464064] acpiphp: Slot [16] registered [ 0.464885] acpiphp: Slot [17] registered [ 0.465739] acpiphp: Slot [18] registered [ 0.466556] acpiphp: Slot [19] registered [ 0.467700] acpiphp: Slot [20] registered [ 0.468669] acpiphp: Slot [21] registered [ 0.469484] acpiphp: Slot [22] registered [ 0.470302] acpiphp: Slot [23] registered [ 0.471155] acpiphp: Slot [24] registered [ 0.472012] acpiphp: Slot [25] registered [ 0.472870] acpiphp: Slot [26] registered [ 0.473971] acpiphp: Slot [27] registered [ 0.474984] acpiphp: Slot [28] registered [ 0.475862] acpiphp: Slot [29] registered [ 0.476754] acpiphp: Slot [30] registered [ 0.477863] acpiphp: Slot [31] registered [ 0.478872] PCI host bridge to bus 0000:00 [ 0.479906] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.481303] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.482565] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.484230] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 0.486032] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.487877] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.493002] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.494298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.495788] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.497103] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.498834] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.500755] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.552463] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.554647] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.557214] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.558904] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.560563] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.562323] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.563666] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.564844] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.566708] vgaarb: loaded [ 0.567542] vgaarb: bridge control possible 0000:00:02.0 [ 0.569021] SCSI subsystem initialized [ 0.570215] ACPI: bus type USB registered [ 0.571134] usbcore: registered new interface driver usbfs [ 0.572282] usbcore: registered new interface driver hub [ 0.573397] usbcore: registered new device driver usb [ 0.574580] PCI: Using ACPI for IRQ routing [ 0.575785] NetLabel: Initializing [ 0.576599] NetLabel: domain hash size = 128 [ 0.577678] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.579144] NetLabel: unlabeled traffic allowed by default [ 0.580640] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.582230] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.583605] hpet0: 3 comparators, 64-bit 100.000000 MHz counter [ 0.587959] amd_nb: Cannot enumerate AMD northbridges [ 0.589326] clocksource: Switched to clocksource kvm-clock [ 0.596139] AppArmor: AppArmor Filesystem Enabled [ 0.597500] pnp: PnP ACPI init [ 0.598829] pnp: PnP ACPI: found 6 devices [ 0.605855] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.608228] NET: Registered protocol family 2 [ 0.609476] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.610866] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.612180] TCP: Hash tables configured (established 8192 bind 8192) [ 0.613468] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.614824] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.616284] NET: Registered protocol family 1 [ 0.617398] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.618602] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.620117] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.621468] Unpacking initramfs... [ 2.378762] Freeing initrd memory: 10928K [ 2.379817] Scanning for low memory corruption every 60 seconds [ 2.381387] audit: initializing netlink subsys (disabled) [ 2.382380] audit: type=2000 audit(1525115092.605:1): initialized [ 2.383708] Initialise system trusted keyring [ 2.384809] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.387110] zbud: loaded [ 2.388051] VFS: Disk quotas dquot_6.6.0 [ 2.388851] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.390240] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.391806] fuse init (API version 7.23) [ 2.392688] Key type big_key registered [ 2.393687] Allocating IMA MOK and blacklist keyrings. [ 2.394822] Key type asymmetric registered [ 2.395831] Asymmetric key parser 'x509' registered [ 2.396787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.398462] io scheduler noop registered [ 2.399297] io scheduler deadline registered (default) [ 2.400330] io scheduler cfq registered [ 2.401220] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.402585] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.403871] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.405355] ACPI: Power Button [PWRF] [ 2.406407] GHES: HEST is not enabled! [ 2.428333] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 [ 2.448905] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 [ 2.469466] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.471623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.498593] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.501840] Linux agpgart interface v0.103 [ 2.504030] loop: module loaded [ 2.507095] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.508900] GPT:4612095 != 10737418239 [ 2.509767] GPT:Alternate GPT header not at the end of the disk. [ 2.511126] GPT:4612095 != 10737418239 [ 2.512146] GPT: Use GNU Parted to correct GPT errors. [ 2.513239] vda: vda1 vda14 vda15 [ 2.516278] scsi host0: ata_piix [ 2.517569] scsi host1: ata_piix [ 2.518389] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 2.519982] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 2.521809] libphy: Fixed MDIO Bus: probed [ 2.522999] tun: Universal TUN/TAP device driver, 1.6 [ 2.524188] tun: (C) 1999-2004 Max Krasnyansky [ 2.526883] PPP generic driver version 2.4.2 [ 2.528204] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.529530] ehci-pci: EHCI PCI platform driver [ 2.530536] ehci-platform: EHCI generic platform driver [ 2.531642] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.533169] ohci-pci: OHCI PCI platform driver [ 2.534163] ohci-platform: OHCI generic platform driver [ 2.535425] uhci_hcd: USB Universal Host Controller Interface driver [ 2.537021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 2.539452] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.540670] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.541836] mousedev: PS/2 mouse device common for all mice [ 2.543262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 2.545998] rtc_cmos 00:00: RTC can wake from S4 [ 2.547400] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 2.549240] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs [ 2.552475] i2c /dev entries driver [ 2.553767] device-mapper: uevent: version 1.0.3 [ 2.555448] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 2.558540] ledtrig-cpu: registered to indicate activity on CPUs [ 2.560697] NET: Registered protocol family 10 [ 2.562289] NET: Registered protocol family 17 [ 2.563410] Key type dns_resolver registered [ 2.564558] registered taskstats version 1 [ 2.565810] Loading compiled-in X.509 certificates [ 2.567827] Loaded X.509 cert 'Build time autogenerated kernel key: eb3f78ccfd14bc84ef58e051a28e8b7731c2f6e2' [ 2.570176] zswap: loaded using pool lzo/zbud [ 2.572902] Key type trusted registered [ 2.577457] Key type encrypted registered [ 2.578529] AppArmor: AppArmor sha1 policy hashing enabled [ 2.579834] ima: No TPM chip found, activating TPM-bypass! [ 2.581438] evm: HMAC attrs: 0x1 [ 2.582918] Magic number: 14:770:92 [ 2.583926] container: hash matches [ 2.584941] rtc_cmos 00:00: setting system clock to 2018-04-30 19:04:53 UTC (1525115093) [ 2.587288] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 2.588742] EDD information not available. [ 2.682363] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 [ 2.684994] ata2.00: configured for MWDMA2 [ 2.687438] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 [ 2.698232] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray [ 2.700680] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.702799] sr 1:0:0:0: Attached scsi generic sg0 type 5 [ 2.706187] Freeing unused kernel memory: 1508K [ 2.722413] Write protecting the kernel read-only data: 14336k [ 2.724007] Freeing unused kernel memory: 1696K [ 2.725555] Freeing unused kernel memory: 100K Loading, please wait... starting version 229 [ 2.739305] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 2.742166] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 2.744974] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 2.747217] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 2.749501] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 2.751654] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 2.763422] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 2.765814] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 2.767972] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 2.772191] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 2.854658] virtio_net virtio0 ens3: renamed from eth0 [ 2.868526] Floppy drive(s): fd0 is 2.88M AMI BIOS [ 2.877083] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 2.879501] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 2.885888] FDC 0 is a S82078B [ 3.377709] tsc: Refined TSC clocksource calibration: 2397.217 MHz [ 3.380092] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x228df286979, max_idle_ns: 440795255680 ns Begin: Loading essential drivers ... [ 4.340569] md: linear personality registered for level -1 [ 4.344777] md: multipath personality registered for level -4 [ 4.349531] md: raid0 personality registered for level 0 [ 4.354114] md: raid1 personality registered for level 1 [ 4.425331] raid6: sse2x1 gen() 9565 MB/s [ 4.493384] raid6: sse2x1 xor() 7046 MB/s [ 4.561334] raid6: sse2x2 gen() 12327 MB/s [ 4.629343] raid6: sse2x2 xor() 8005 MB/s [ 4.697330] raid6: sse2x4 gen() 13833 MB/s [ 4.765331] raid6: sse2x4 xor() 9719 MB/s [ 4.766572] raid6: using algorithm sse2x4 gen() 13833 MB/s [ 4.767837] raid6: .... xor() 9719 MB/s, rmw enabled [ 4.768865] raid6: using intx1 recovery algorithm [ 4.771413] xor: measuring software checksum speed [ 4.809330] prefetch64-sse: 15261.000 MB/sec [ 4.849329] generic_sse: 14265.000 MB/sec [ 4.850399] xor: using function: prefetch64-sse (15261.000 MB/sec) [ 4.853176] async_tx: api initialized (async) [ 4.864740] md: raid6 personality registered for level 6 [ 4.865829] md: raid5 personality registered for level 5 [ 4.866903] md: raid4 personality registered for level 4 [ 4.873163] 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 ... [ 4.905448] Btrfs loaded Scanning for Btrfs filesystems [ 5.005648] blk_update_request: I/O error, dev fd0, sector 0 [ 5.008141] floppy: error -5 while reading block 0 done. Warning: fsck not present, so skipping root file system [ 5.024193] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 5.174207] 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.180844] systemd[1]: Detected virtualization qemu. [ 5.182572] systemd[1]: Detected architecture x86-64. Welcome to Ubuntu 16.04.4 LTS! [ 5.187511] systemd[1]: Set hostname to . [ 5.190473] systemd[1]: Initializing machine ID from random generator. [ 5.192640] systemd[1]: Installed transient /etc/machine-id file. [ 5.353654] blk_update_request: I/O error, dev fd0, sector 0 [ 5.356003] floppy: error -5 while reading block 0 [ 5.457869] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 5.461879] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 5.464710] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ OK ] Listening on Device-mapper event daemon FIFOs. [ 5.468315] systemd[1]: Listening on LVM2 poll daemon socket. [ OK ] Listening on LVM2 poll daemon socket. [ 5.471731] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ 5.476037] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ 5.480067] systemd[1]: Created slice System Slice. [ OK ] Created slice System Slice. [ 5.482828] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 5.485905] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 5.488991] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 5.493828] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 5.498640] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 5.522051] 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.529880] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 5.536032] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 5.544236] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 5.552635] 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.558621] EXT4-fs (vda1): re-mounted. Opts: (null) [ 5.561460] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 5.570073] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 5.573386] systemd[1]: Listening on LVM2 metadata daemon socket. [ OK ] Listening on LVM2 metadata daemon socket. [ 5.578045] systemd[1]: Listening on Syslog Socket. [ OK ] Listening on Syslog Socket. [ 5.586564] systemd[1]: Starting Journal Service... Starting Journal Service... [ 5.593097] systemd[1]: Reached target Encrypted Volumes. [ OK ] Reached target Encrypted Volumes. [ 5.602325] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 5.612675] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 5.625288] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 5.633391] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 5.640758] systemd[1]: Starting Nameserver information manager... [ 5.644463] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 5.647773] systemd[1]: Reached target User and Group Name Lookups. [ OK ] Reached target User and Group Name Lookups. [ 5.650800] systemd[1]: Started Trigger resolvconf update for networkd DNS. [ OK ] Started Trigger resolvconf update for networkd DNS. [ 5.657982] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 5.668830] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 5.673377] systemd[1]: Mounted Huge Pages File System. [ OK ] Mounted Huge Pages File System. [ 5.684007] systemd[1]: Mounted Debug File System. [ OK ] Mounted Debug File System. [ 5.688657] systemd[1]: Started Journal Service. [ 5.691918] iscsi: registered transport (tcp) [ OK ] Started Journal Service. [ OK ] Started Create list of required sta...ce nodes for the current kernel. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Started Uncomplicated firewall. [ OK ] Started Set console keymap. [ OK ] Started Nameserver information manager. [ 5.776127] iscsi: registered transport (iser) [ OK ] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [ OK ] Started LVM2 metadata daemon. Starting Initial cloud-init job (pre-networking)... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [ OK ] Mounted FUSE Control File System. [ OK ] Started Apply Kernel Variables. [ OK ] Started Load/Save Random Seed. [ OK ] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [ OK ] Started Flush Journal to Persistent Storage. [ 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 ] Found device /dev/ttyS0. [ 7.241375] blk_update_request: I/O error, dev fd0, sector 0 [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ OK ] Found device /dev/disk/by-label/UEFI. [ 7.289376] blk_update_request: I/O error, dev fd0, sector 0 Mounting /boot/efi... [ OK ] Mounted /boot/efi. [ OK ] Reached target Local File Systems. [ 7.353757] blk_update_request: I/O error, dev fd0, sector 0 Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... [ 7.253023] cloud-init[401]: Cloud-init v. 18.2 running 'init-local' at Mon, 30 Apr 2018 19:04:57 +0000. Up 6.62 seconds. Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... [ OK ] Started Tell Plymouth To Write Out Runtime Data. [ OK ] Started Commit a transient machine-id on disk. [ OK ] Started Create Volatile Files and Directories. [ OK ] Started Initial cloud-init job (pre-networking). [ OK ] Reached target Network (Pre). Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Synchronized. [ OK ] Started Set console font and keymap. [ OK ] Created slice system-getty.slice. [ OK ] Started LSB: AppArmor initialization. Starting Raise network interfaces... [ OK ] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [ OK ] Reached target Network. [ 17.829512] cloud-init[888]: Cloud-init v. 18.2 running 'init' at Mon, 30 Apr 2018 19:05:00 +0000. Up 9.21 seconds. [ 17.832211] cloud-init[888]: ci-info: +++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 17.836202] cloud-init[888]: ci-info: +--------+------+----------------------------+---------------+-------+-------------------+ [ 17.840193] cloud-init[888]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 17.848226] cloud-init[888]: ci-info: +--------+------+----------------------------+---------------+-------+-------------------+ [ 17.850736] cloud-init[888]: ci-info: | ens3 | True | 10.0.2.15 | 255.255.255.0 | . | 52:54:00:12:34:56 | [ 17.856436] cloud-init[888]: ci-info: | ens3 | True | fe80::5054:ff:fe12:3456/64 | . | link | 52:54:00:12:34:56 | [ 17.858773] cloud-init[888]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 17.864549] cloud-init[888]: ci-info: | lo | True | ::1/128 | . | host | . | [ 17.866741] cloud-init[888]: ci-info: +--------+------+----------------------------+---------------+-------+-------------------+ [ 17.872640] cloud-init[888]: ci-info: +++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++ [ 17.876678] cloud-init[888]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 17.884221] cloud-init[888]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 17.885981] cloud-init[888]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 17.892394] cloud-init[888]: ci-info: | 0 | 0.0.0.0 | 10.0.2.2 | 0.0.0.0 | ens3 | UG | [ 17.896326] cloud-init[888]: ci-info: | 1 | 10.0.2.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 17.904289] cloud-init[888]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 17.908355] cloud-init[888]: Generating public/private rsa key pair. [ 17.912203] cloud-init[888]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 17.916204] cloud-init[888]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 17.924323] cloud-init[888]: The key fingerprint is: [ 17.928304] cloud-init[888]: SHA256:gZzu80pNj7Ef1e2VxWTZEdk0e4qEoXladOuscVJ6Uco root@ubuntu [ OK ] Started Initial cloud-init job (metadata service crawler). [ 17.936295] cloud-init[888]: The key's randomart image is: [ 17.938129] cloud-init[888]: +---[RSA 2048]----+ [ 17.939599] cloud-init[888]: [ OK ] Reached target Cloud-config availability. [ OK ] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [ OK ] | o . .=@| [ 17.945407] cloud-init[888]: | . o + = + *=| [ 17.946593] cloud-init[888]: | + + + E .+| [ 17.947719] cloud-initReached target System Initialization. [ OK ] Listening on ACPID Listen Socket. [ OK ] Listening on UUID daemon activation socket. [ OK ] Listening on D-Bus System Message Bus Socket. [888]: | . = * + o+| Starting LXD - unix socket. [ OK ] Started Daily apt download activities. [ OK ] Started ACPI Events Check. [ OK ] Reached target Paths. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Started Daily apt upgrade and clean activities. Starting Socket activation for snappy daemon. [ 17.963819] cloud-init[888]: | . S + B o.o| [ OK [ 17.976160] cloud-init[888]: | . o = B ..| [ 17.977045] cloud-init[888]: | + + + .| [ 17.978085] cloud-init[888]: | . o . . | [ 17.979526] cloud-init[888]: | ... . |] Reached target Timers. [ OK ] Listening on LXD - unix socket. [ OK ] Listening on Socket activation for snappy daemon. [ 17.994212] [ OK ] Started iSCSI initiator daemon (iscsid). cloud-init[888]: +----[SHA256]-----+ [ 18.012117] cloud-init[888]: Generating public/private dsa key pair. Starting Login to default iSCSI targets... [ 18.015041] cloud-init[888]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting LXD - container startup/shutdown... [ 18.020485] cloud-init[888]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 18.021976] cloud-init[888]: The key fingerprint is: [ 18.022837] cloud-init[888]: SHA256:EFq+BJXJKuuyrMdirAkM/puh17dc8mjBlV1qTcCWtsk root@ubuntu [ OK [ 18.028414] ] Started ACPI event daemon. cloud-initStarting Apply the settings specified in cloud-config... Starting Pollinate to seed the pseudo random number generator... [ OK ] Started D-Bus System Message Bus. [888]: The key's randomart image is: [ 18.112149] cloud-init[888]: +---[DSA 1024]----+ [ 18.174646] cloud-initStarting System Logging Service... [ OK ] Started FUSE filesystem for LXC. [ OK ] Started Deferred execution scheduler. Starting LSB: MD monitoring daemon...[888]: Starting Snappy daemon... [ OK ] Started Unattended Upgrades Shutdown. Starting /etc/rc.local Compatibility... Starting LSB: Record successful boot for GRUB... Starting Accounts Service... Starting Login Service... [ OK ] Started Regular background program processing daemon. | .o+o ..o |[ OK ] Started System Logging Service. [ OK ] Started /etc/rc.local Compatibility. [ 18.424267] [ OK ] Started Login to default iSCSI targets. [ OK ] Started LXD - container startup/shutdown. cloud-init[888]: | =+. = o | [ OK ] Started LSB: Record successful boot for GRUB. [ OK ] Started LSB: MD monitoring daemon. [ OK ] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting LSB: automatic crash report generation... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting Permit User Sessions... Starting LSB: daemon to balance interrupts for SMP systems... [ OK ] Started Permit User Sessions. [ 18.564145] cloud-init Starting Terminate Plymouth Boot Screen... Starting Hold until boot process finishes up... [888]: [ OK ] Started Terminate Plymouth Boot Screen. [ OK ] Started Hold until boot process finishes up. [ OK ] Started Authenticate and Authorize Users to Run Privileged Tasks. [ OK ] Started Serial Getty on ttyS0. [ OK ] Started Getty on tty1. [ OK ] Reached target Login Prompts. Starting Set console scheme... [ OK ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [ OK ] Started Accounts Service. [ OK ] Started Set console scheme. | ..+ * B | [ OK ] Started LSB: automatic crash report generation. [ OK ] Started LSB: daemon to balance interrupts for SMP systems. [ 18.782910] cloud-init[888]: | . .. o o E . | [ 18.791917] cloud-init[888]: |. o o S . | [ OK ] Started Snappy daemon. [ 18.797196] cloud-init[888]: |+ . o | [ 18.810445] cloud-init[888]: |o= .. ... | [ 18.832238] cloud-init[888]: |=+*.o..o= | [ 18.851815] cloud-init[888]: |OB.+. o+.. | [ 18.896356] cloud-init[888]: +----[SHA256]-----+ [ 18.897767] cloud-init[888]: Generating public/private ecdsa key pair. [ 18.899868] cloud-init[888]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 18.905713] cloud-init[888]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 18.907505] cloud-init[888]: The key fingerprint is: [ 18.912894] cloud-init[888]: SHA256:KGMlKQ/bBSgSKclk/bWgndrz0DZQQFkpx13insA+jQU root@ubuntu [ 18.914667] cloud-init[888]: The key's randomart image is: [ 18.915949] cloud-init[888]: +---[ECDSA 256]---+ [ 18.920144] cloud-init[888]: |+*..oo=Eo... | [ 18.921552] cloud-init[888]: |B... *.*o.. | [ 18.928147] cloud-init[888]: |o.o * Xo.o | [ 18.929380] cloud-init[888]: | B O.o* . | [ 18.931165] cloud-init[888]: | . O ++S+ | [ 18.936387] cloud-init[888]: | o * +. | [ 18.937586] cloud-init[888]: | = . | [ 18.938958] cloud-init[888]: | . | [ 18.944153] cloud-init[888]: | | [ 18.945546] cloud-init[888]: +----[SHA256]-----+ [ 18.946906] cloud-init[888]: Generating public/private ed25519 key pair. [ 18.949513] cloud-init[888]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 18.979884] cloud-init[888]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 18.988154] cloud-init[888]: The key fingerprint is: [ 18.992160] cloud-init[888]: SHA256:WMBzn/W7PQ7leWe6vyAPKsbCW1t1JPHRWNgX/1t8ndw root@ubuntu [ 18.993724] cloud-init[888]: The key's randomart image is: [ 19.000152] cloud-init[888]: +--[ED25519 256]--+ [ 19.004144] cloud-init[888]: | .. . .*o.| [ 19.005357] cloud-init[888]: | o.. +o.oo| [ 19.012033] cloud-init[888]: | o.. + + o| [ 19.016151] cloud-init[888]: | o o o o.=| [ 19.017374] cloud-init[888]: | . S . . =E| [ 19.024141] cloud-init[888]: | . . + =| [ 19.028167] cloud-init[888]: | . .. . o o *+| [ 19.029576] cloud-init[888]: | o.+o . + +++| [ 19.032031] cloud-init[888]: | .+... .+=+| [ 19.040144] cloud-init[888]: +----[SHA256]-----+ [ OK ] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [ OK ] Started OpenBSD Secure Shell server. [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [ OK ] Started Update UTMP about System Runlevel Changes. [ 19.456957] cloud-init[1001]: Generating locales (this might take a while)... [ 20.328882] cloud-init[1001]: en_US.UTF-8... done [ 20.331926] cloud-init[1001]: Generation complete. Stopping OpenBSD Secure Shell server... [ OK ] Stopped OpenBSD Secure Shell server. Starting OpenBSD Secure Shell server... [ OK ] Started OpenBSD Secure Shell server. [ 20.794202] cloud-init[1001]: Cloud-init v. 18.2 running 'modules:config' at Mon, 30 Apr 2018 19:05:10 +0000. Up 19.23 seconds. [ OK ] Started Apply the settings specified in cloud-config. Starting Execute cloud user/final scripts... ci-info: no authorized ssh keys fingerprints found for user ubuntu. <14>Apr 30 19:05:12 ec2: <14>Apr 30 19:05:12 ec2: ############################################################# <14>Apr 30 19:05:12 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Apr 30 19:05:12 ec2: 1024 SHA256:EFq+BJXJKuuyrMdirAkM/puh17dc8mjBlV1qTcCWtsk root@ubuntu (DSA) <14>Apr 30 19:05:12 ec2: 256 SHA256:KGMlKQ/bBSgSKclk/bWgndrz0DZQQFkpx13insA+jQU root@ubuntu (ECDSA) <14>Apr 30 19:05:12 ec2: 256 SHA256:WMBzn/W7PQ7leWe6vyAPKsbCW1t1JPHRWNgX/1t8ndw root@ubuntu (ED25519) <14>Apr 30 19:05:12 ec2: 2048 SHA256:gZzu80pNj7Ef1e2VxWTZEdk0e4qEoXladOuscVJ6Uco root@ubuntu (RSA) <14>Apr 30 19:05:12 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Apr 30 19:05:12 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJq3NIWj7bOUS2WZyTM56zNJ+hbnHEQGgeUZ6KuN/XQK50FWaqdjr2aFPWNQryzPsskC9TIToBjtEBtnDqNKNG0= root@ubuntu ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF0vewuc7H5424mW9/YTWimWTDD5x0kc/APyJDLdAMP1 root@ubuntu ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9/fb+czGJPADkFTmiGfw4z50OhqrZQhs4WIOe3cF5z7Fxb8r94JU99bWgP5C8/PbU3nBSSzxbx5Ium9ohD0/CUbHz8WXmCRu3O6rdWZYexdEKEbsUOWNcWwXF7NJIj9M/MZ/gPE2OZsdc7LfJKGbmTvUAAFYwAefkuzcgHm6N8pqWldO7lfu8AtYB2rZ0Vh2fAjch1nuIw8BVmW/83/VzMZNooA5QN6FcKtvrqaDhRVftFGXMptxyn5nLAMl/cSAh74BUI5lNYsz6bAjVcMQhF0iJ413yQ0iJbMPrRQbWpV/ZcPtyyn/ybmD8VaNJUyAr2QDUxE3dX6DVpQC1UyPP root@ubuntu -----END SSH HOST KEY KEYS----- [ 21.358881] cloud-init[1251]: Cloud-init v. 18.2 running 'modules:final' at Mon, 30 Apr 2018 19:05:12 +0000. Up 21.14 seconds. [ 21.361358] cloud-init[1251]: ci-info: no authorized ssh keys fingerprints found for user ubuntu. [ 21.364253] cloud-init[1251]: Cloud-init v. 18.2 finished at Mon, 30 Apr 2018 19:05:12 +0000. Datasource DataSourceNoCloud [seed=/dev/vdb][dsmode=net]. Up 21.35 seconds [ OK ] Started Execute cloud user/final scripts. [ OK ] Reached target Cloud-init target. Ubuntu 16.04.4 LTS ubuntu ttyS0 ubuntu login: ubuntu Password: Welcome to Ubuntu 16.04.4 LTS (GNU/Linux 4.4.0-122-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage Get cloud support with Ubuntu Advantage Cloud Guest: http://www.ubuntu.com/business/services/cloud 31 packages can be updated. 0 updates are security updates. The programs included with the Ubuntu system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. ubuntu@ubuntu:~$ df -h / Filesystem Size Used Avail Use% Mounted on /dev/vda1 4.9T 996M 4.9T 1% / ubuntu@ubuntu:~$ lsb_release -sc xenial ubuntu@ubuntu:~$ dpkg-query --show cloud-guest-utils cloud-guest-utils 0.27-0ubuntu25.1 ubuntu@ubuntu:~$ sudo poweroff Stopping ACPI event daemon... [ OK ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch. Stopping User Manager for UID 1000... Stopping Authenticate and Authorize Users to Run Privileged Tasks... [ OK ] Stopped target Graphical Interface. [ OK ] Stopped target Cloud-init target. [ OK ] Stopped Execute cloud user/final scripts. [ OK ] Stopped target Multi-User System. Stopping LXD - container startup/shutdown... [ OK ] Stopped target Login Prompts. Stopping Serial Getty on ttyS0... Stopping Getty on tty1... Stopping Deferred execution scheduler... Stopping FUSE filesystem for LXC... Stopping LSB: Set the CPU Frequency Scaling governor to "ondemand"... Stopping Regular background program processing daemon... Stopping D-Bus System Message Bus... Stopping LSB: Record successful boot for GRUB... Stopping OpenBSD Secure Shell server... Stopping LSB: daemon to balance interrupts for SMP systems... Stopping Accounts Service... Stopping LSB: automatic crash report generation... [ OK ] Stopped Apply the settings specified in cloud-config. [ OK ] Stopped target Cloud-config availability. [ OK ] Stopped Session 1 of user ubuntu. Stopping Unattended Upgrades Shutdown... Stopping System Logging Service... Stopping Snappy daemon... Stopping LSB: MD monitoring daemon... [ OK ] Stopped target Timers. [ OK ] Stopped Daily apt upgrade and clean activities. [ OK ] Stopped Daily Cleanup of Temporary Directories. [ OK ] Stopped Daily apt download activities. [ OK ] Stopped target System Time Synchronized. [ OK ] Unmounted /var/lib/lxcfs. [ OK ] Stopped ACPI event daemon. [ OK ] Stopped System Logging Service. [ OK ] Stopped Deferred execution scheduler. [ OK ] Stopped Snappy daemon. [ OK ] Stopped Accounts Service. [ OK ] Stopped Regular background program processing daemon. [ OK ] Stopped Authenticate and Authorize Users to Run Privileged Tasks. [ OK ] Stopped Serial Getty on ttyS0. [ OK ] Stopped Getty on tty1. [ OK ] Stopped OpenBSD Secure Shell server. [ OK ] Stopped User Manager for UID 1000. [ OK ] Stopped D-Bus System Message Bus. [ OK ] Stopped FUSE filesystem for LXC. [ OK ] Stopped LXD - container startup/shutdown. [ OK ] Stopped LSB: Set the CPU Frequency Scaling governor to "ondemand". [ OK ] Stopped Unattended Upgrades Shutdown. [ OK ] Stopped LSB: daemon to balance interrupts for SMP systems. [ OK ] Stopped LSB: automatic crash report generation. [ OK ] Stopped LSB: MD monitoring daemon. [ OK ] Stopped LSB: Record successful boot for GRUB. [ OK ] Stopped User Manager for UID 1000. [ OK ] Removed slice User Slice of ubuntu. Stopping Login Service... [ OK ] Removed slice system-getty.slice. [ OK ] Removed slice system-serial\x2dgetty.slice. [ OK ] Stopped /etc/rc.local Compatibility. Stopping Permit User Sessions... [ OK ] Stopped Login Service. [ OK ] Stopped Permit User Sessions. [ OK ] Stopped target Remote File Systems. [ OK ] Stopped target Remote File Systems (Pre). Stopping Login to default iSCSI targets... [ OK ] Stopped target User and Group Name Lookups. [ OK ] Stopped target Basic System. [ OK ] Stopped target Paths. [ OK ] Stopped Dispatch Password Requests to Console Directory Watch. [ OK ] Stopped ACPI Events Check. [ OK ] Stopped Forward Password Requests to Wall Directory Watch. [ OK ] Stopped target Sockets. [ OK ] Closed ACPID Listen Socket. [ OK ] Closed Syslog Socket. [ OK ] Closed LXD - unix socket. [ OK ] Closed D-Bus System Message Bus Socket. [ OK ] Closed UUID daemon activation socket. [ OK ] Closed Socket activation for snappy daemon. [ OK ] Stopped target System Initialization. [ OK ] Stopped target Encrypted Volumes. Stopping Load/Save Random Seed... [ OK ] Stopped target Swap. [ OK ] Stopped Commit a transient machine-id on disk. Stopping Network Time Synchronization... [ OK ] Stopped target Slices. [ OK ] Removed slice User and Session Slice. [ OK ] Stopped Network Time Synchronization. [ OK ] Stopped Load/Save Random Seed. [ OK ] Stopped Create Volatile Files and Directories. [ OK ] Stopped Login to default iSCSI targets. Stopping iSCSI initiator daemon (iscsid)... [ OK ] Stopped iSCSI initiator daemon (iscsid). [ OK ] Stopped target Network is Online. [ OK ] Stopped Initial cloud-init job (metadata service crawler). [ OK ] Stopped target Network. Stopping Raise network interfaces... [ OK ] Stopped Raise network interfaces. [ OK ] Stopped target Local File Systems. Unmounting /boot/efi... Unmounting /run/user/1000... [ OK ] Stopped Apply Kernel Variables. [ OK ] Stopped target Network (Pre). [ OK ] Stopped Initial cloud-init job (pre-networking). [ OK ] Stopped Load Kernel Modules. [ OK ] Unmounted /boot/efi. [ OK ] Unmounted /run/user/1000. [ OK ] Reached target Unmount All Filesystems. [ OK ] Stopped target Local File Systems (Pre). [ OK ] Stopped Create Static Device Nodes in /dev. Stopping Monitoring of LVM2 mirrors... dmeventd or progress polling... [ OK ] Stopped Remount Root and Kernel File Systems. [ OK ] Reached target Shutdown. [ 58.768545] reboot: Power down $