$ wget http://cloud-images.ubuntu.com/artful/20180315/artful-server-cloudimg-amd64.img $ qemu-img create -f qcow2 -b artful-server-cloudimg-amd64.img disk.img $ sudo mount-image-callback disk.img --read-only --cd -- \ cat etc/cloud/build.info build_name: server serial: 20180315 $ sudo mount-image-callback disk.img --system-mounts --system-resolvconf -- \ mchroot env DEBIAN_FRONTEND=noninteractive sh -ec ' echo deb http://archive.ubuntu.com/ubuntu artful-proposed main | tee /etc/apt/sources.list.d/proposed.list apt-get update -q apt-get install --only-upgrade \ libpam-systemd libsystemd0 libudev1 systemd systemd-sysv udev' The following package was automatically installed and is no longer required: grub-pc-bin Use 'sudo apt autoremove' to remove it. Suggested packages: systemd-container The following packages will be upgraded: libpam-systemd libsystemd0 libudev1 systemd systemd-sysv udev 6 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. Need to get 4,257 kB of archives. After this operation, 9,216 B of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu artful-proposed/main amd64 systemd-sysv amd64 234-2ubuntu12.3 [11.6 kB] Get:2 http://archive.ubuntu.com/ubuntu artful-proposed/main amd64 libpam-systemd amd64 234-2ubuntu12.3 [111 kB] Get:3 http://archive.ubuntu.com/ubuntu artful-proposed/main amd64 libsystemd0 amd64 234-2ubuntu12.3 [209 kB] Get:4 http://archive.ubuntu.com/ubuntu artful-proposed/main amd64 systemd amd64 234-2ubuntu12.3 [2,781 kB] Get:5 http://archive.ubuntu.com/ubuntu artful-proposed/main amd64 udev amd64 234-2ubuntu12.3 [1,091 kB] Get:6 http://archive.ubuntu.com/ubuntu artful-proposed/main amd64 libudev1 amd64 234-2ubuntu12.3 [52.4 kB] Fetched 4,257 kB in 2s (1,837 kB/s) E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 57535 files and directories currently installed.) Preparing to unpack .../systemd-sysv_234-2ubuntu12.3_amd64.deb ... Unpacking systemd-sysv (234-2ubuntu12.3) over (234-2ubuntu12.1) ... Preparing to unpack .../libpam-systemd_234-2ubuntu12.3_amd64.deb ... Unpacking libpam-systemd:amd64 (234-2ubuntu12.3) over (234-2ubuntu12.1) ... Preparing to unpack .../libsystemd0_234-2ubuntu12.3_amd64.deb ... Unpacking libsystemd0:amd64 (234-2ubuntu12.3) over (234-2ubuntu12.1) ... Setting up libsystemd0:amd64 (234-2ubuntu12.3) ... (Reading database ... 57535 files and directories currently installed.) Preparing to unpack .../systemd_234-2ubuntu12.3_amd64.deb ... Unpacking systemd (234-2ubuntu12.3) over (234-2ubuntu12.1) ... Preparing to unpack .../udev_234-2ubuntu12.3_amd64.deb ... Unpacking udev (234-2ubuntu12.3) over (234-2ubuntu12.1) ... Preparing to unpack .../libudev1_234-2ubuntu12.3_amd64.deb ... Unpacking libudev1:amd64 (234-2ubuntu12.3) over (234-2ubuntu12.1) ... Setting up libudev1:amd64 (234-2ubuntu12.3) ... Processing triggers for ureadahead (0.100.0-20) ... Processing triggers for libc-bin (2.26-0ubuntu2.1) ... Setting up udev (234-2ubuntu12.3) ... addgroup: The group `input' already exists as a system group. Exiting. A chroot environment has been detected, udev not started. update-initramfs: deferring update (trigger activated) Setting up systemd (234-2ubuntu12.3) ... Initializing machine ID from random generator. addgroup: The group `systemd-journal' already exists as a system group. Exiting. Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. Processing triggers for man-db (2.7.6.1-2) ... Processing triggers for dbus (1.10.22-1ubuntu1) ... Setting up systemd-sysv (234-2ubuntu12.3) ... Setting up libpam-systemd:amd64 (234-2ubuntu12.3) ... Processing triggers for initramfs-tools (0.125ubuntu12) ... update-initramfs: Generating /boot/initrd.img-4.13.0-37-generic WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead. $ url="https://smoser.brickies.net/ubuntu/nocloud/" $ qemu-system-x86_64 -enable-kvm -m 768 \ -net nic -net user \ -drive file=disk.img,if=virtio \ -smbios "type=1,serial=ds=nocloud-net;s=$url" \ -echr 0x05 -nographic qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2] [ 0.000000] random: get_random_bytes called from start_kernel+0x42/0x4ef with crng_init=0 [ 0.000000] Linux version 4.13.0-37-generic (buildd@lcy01-amd64-026) (gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2)) #42-Ubuntu SMP Wed Mar 7 14:13:23 UTC 2018 (Ubuntu 4.13.0-37.42-generic 4.13.13) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-37-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: x87 FPU will use FXSAVE [ 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-0x000000002ffddfff] usable [ 0.000000] BIOS-e820: [mem 0x000000002ffde000-0x000000002fffffff] 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] random: fast init done [ 0.000000] SMBIOS 2.8 present. [ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1ubuntu1 04/01/2014 [ 0.000000] Hypervisor detected: KVM [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] e820: last_pfn = 0x2ffde 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 [ffff97dc000f6a90] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x2e286000-0x2f374fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6870 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000002FFE15FC 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000002FFE1458 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000002FFE0040 001418 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000002FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000002FFE154C 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: HPET 0x000000002FFE15C4 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000002ffddfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x2ffb3000-0x2ffddfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:2ff33001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 10942349805 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-0x000000002ffddfff] [ 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-0x000000002ffddfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000002ffddfff] [ 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 0x30000000-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:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ffff97dc2fc00000 s146520 r8192 d29608 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 2fc161c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 193383 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-37-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 729400K/785904K available (12300K kernel code, 2482K rwdata, 4000K rodata, 2372K init, 2368K bss, 56504K 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] ftrace: allocating 37826 entries in 148 pages [ 0.004000] Hierarchical RCU implementation. [ 0.004000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.004000] Tasks RCU enabled. [ 0.004000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.004000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.004000] Console: colour VGA+ 80x25 [ 0.004000] console [tty1] enabled [ 0.004000] console [ttyS0] enabled [ 0.004000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns [ 0.004006] tsc: Detected 1596.306 MHz processor [ 0.005397] Calibrating delay loop (skipped) preset value.. 3192.61 BogoMIPS (lpj=6385224) [ 0.008011] pid_max: default: 32768 minimum: 301 [ 0.009529] ACPI: Core revision 20170531 [ 0.011502] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.012027] Security Framework initialized [ 0.013051] Yama: becoming mindful. [ 0.013878] AppArmor: AppArmor initialized [ 0.018334] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020027] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.021442] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.022990] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.024209] CPU: Physical Processor ID: 0 [ 0.025220] FEATURE SPEC_CTRL Not Present [ 0.026171] mce: CPU supports 10 MCE banks [ 0.027114] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.029345] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.030791] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039571] Freeing SMP alternatives memory: 36K [ 0.045101] smpboot: Max logical packages: 1 [ 0.046391] x2apic enabled [ 0.047364] Switched APIC routing to physical x2apic. [ 0.049010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.052000] smpboot: CPU0: Intel QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0x6, stepping: 0x3) [ 0.052000] Performance Events: PMU not available due to virtualization, using software events only. [ 0.052033] Hierarchical SRCU implementation. [ 0.053940] smp: Bringing up secondary CPUs ... [ 0.056004] smp: Brought up 1 node, 1 CPU [ 0.057139] smpboot: Total of 1 processors activated (3192.61 BogoMIPS) [ 0.059389] devtmpfs: initialized [ 0.060058] x86/mm: Memory block size: 128MB [ 0.061394] evm: security.selinux [ 0.062384] evm: security.SMACK64 [ 0.064004] evm: security.SMACK64EXEC [ 0.065071] evm: security.SMACK64TRANSMUTE [ 0.066259] evm: security.SMACK64MMAP [ 0.067331] evm: security.ima [ 0.068014] evm: security.capability [ 0.069197] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.072015] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.073860] pinctrl core: initialized pinctrl subsystem [ 0.076147] RTC time: 14:51:48, date: 03/16/18 [ 0.077469] NET: Registered protocol family 16 [ 0.078871] cpuidle: using governor ladder [ 0.080003] cpuidle: using governor menu [ 0.081163] PCCT header not found. [ 0.082047] ACPI: bus type PCI registered [ 0.083033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.084141] PCI: Using configuration type 1 for base access [ 0.086698] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.089521] ACPI: Added _OSI(Module Device) [ 0.090572] ACPI: Added _OSI(Processor Device) [ 0.092006] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.093090] ACPI: Added _OSI(Processor Aggregator Device) [ 0.095373] ACPI: Interpreter enabled [ 0.096026] ACPI: (supports S0 S3 S4 S5) [ 0.096890] ACPI: Using IOAPIC for interrupt routing [ 0.098063] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.100124] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.103334] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.104019] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.105901] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.108011] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.110555] acpiphp: Slot [3] registered [ 0.112022] acpiphp: Slot [4] registered [ 0.112986] acpiphp: Slot [5] registered [ 0.113947] acpiphp: Slot [6] registered [ 0.114875] acpiphp: Slot [7] registered [ 0.115927] acpiphp: Slot [8] registered [ 0.116048] acpiphp: Slot [9] registered [ 0.117396] acpiphp: Slot [10] registered [ 0.120015] acpiphp: Slot [11] registered [ 0.120996] acpiphp: Slot [12] registered [ 0.121977] acpiphp: Slot [13] registered [ 0.124064] acpiphp: Slot [14] registered [ 0.125360] acpiphp: Slot [15] registered [ 0.126394] acpiphp: Slot [16] registered [ 0.127396] acpiphp: Slot [17] registered [ 0.128028] acpiphp: Slot [18] registered [ 0.129033] acpiphp: Slot [19] registered [ 0.130053] acpiphp: Slot [20] registered [ 0.131033] acpiphp: Slot [21] registered [ 0.132025] acpiphp: Slot [22] registered [ 0.133070] acpiphp: Slot [23] registered [ 0.134079] acpiphp: Slot [24] registered [ 0.135061] acpiphp: Slot [25] registered [ 0.136022] acpiphp: Slot [26] registered [ 0.137046] acpiphp: Slot [27] registered [ 0.138071] acpiphp: Slot [28] registered [ 0.139115] acpiphp: Slot [29] registered [ 0.140042] acpiphp: Slot [30] registered [ 0.141028] acpiphp: Slot [31] registered [ 0.141996] PCI host bridge to bus 0000:00 [ 0.142891] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.144004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.145318] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.148003] pci_bus 0000:00: root bus resource [mem 0x30000000-0xfebfffff window] [ 0.149588] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.151222] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.156808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.158504] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.159765] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.160005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.162037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.164013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.190829] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.192104] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.193474] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.194845] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.196069] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.197914] SCSI subsystem initialized [ 0.198959] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.200000] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.200004] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.204002] vgaarb: loaded [ 0.204926] ACPI: bus type USB registered [ 0.205961] usbcore: registered new interface driver usbfs [ 0.207229] usbcore: registered new interface driver hub [ 0.208018] usbcore: registered new device driver usb [ 0.209265] EDAC MC: Ver: 3.0.0 [ 0.210320] PCI: Using ACPI for IRQ routing [ 0.212201] NetLabel: Initializing [ 0.213096] NetLabel: domain hash size = 128 [ 0.214163] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.215469] NetLabel: unlabeled traffic allowed by default [ 0.216107] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.217880] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.220009] hpet0: 3 comparators, 64-bit 100.000000 MHz counter [ 0.226128] clocksource: Switched to clocksource kvm-clock [ 0.238356] VFS: Disk quotas dquot_6.6.0 [ 0.239417] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.241041] AppArmor: AppArmor Filesystem Enabled [ 0.242205] pnp: PnP ACPI init [ 0.243418] pnp: PnP ACPI: found 6 devices [ 0.249944] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.252145] NET: Registered protocol family 2 [ 0.253477] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.255015] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.256834] TCP: Hash tables configured (established 8192 bind 8192) [ 0.258308] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.259671] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.261144] NET: Registered protocol family 1 [ 0.262218] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.263573] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.264920] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.266324] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.268274] Unpacking initramfs... [ 0.626715] Freeing initrd memory: 17340K [ 0.627823] Scanning for low memory corruption every 60 seconds [ 0.629382] audit: initializing netlink subsys (disabled) [ 0.630788] Initialise system trusted keyrings [ 0.631743] Key type blacklist registered [ 0.632668] audit: type=2000 audit(1521211909.458:1): state=initialized audit_enabled=0 res=1 [ 0.634564] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 0.636845] zbud: loaded [ 0.638171] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.639790] fuse init (API version 7.26) [ 0.643079] Key type asymmetric registered [ 0.644155] Asymmetric key parser 'x509' registered [ 0.645331] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.647118] io scheduler noop registered [ 0.648107] io scheduler deadline registered [ 0.649176] io scheduler cfq registered (default) [ 0.650464] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.652303] ACPI: Power Button [PWRF] [ 0.653551] GHES: HEST is not enabled! [ 0.677621] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.679788] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704125] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.706851] Linux agpgart interface v0.103 [ 0.708738] loop: module loaded [ 0.710277] scsi host0: ata_piix [ 0.711199] scsi host1: ata_piix [ 0.712110] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc080 irq 14 [ 0.713627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc088 irq 15 [ 0.715590] libphy: Fixed MDIO Bus: probed [ 0.716944] tun: Universal TUN/TAP device driver, 1.6 [ 0.718347] PPP generic driver version 2.4.2 [ 0.719629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.721671] ehci-pci: EHCI PCI platform driver [ 0.723100] ehci-platform: EHCI generic platform driver [ 0.724561] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.726177] ohci-pci: OHCI PCI platform driver [ 0.727417] ohci-platform: OHCI generic platform driver [ 0.728852] uhci_hcd: USB Universal Host Controller Interface driver [ 0.730603] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.733570] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.734656] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.735808] mousedev: PS/2 mouse device common for all mice [ 0.737338] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.739564] rtc_cmos 00:00: RTC can wake from S4 [ 0.740903] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742302] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs [ 0.743917] i2c /dev entries driver [ 0.745011] device-mapper: uevent: version 1.0.3 [ 0.746542] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 0.748883] ledtrig-cpu: registered to indicate activity on CPUs [ 0.750730] NET: Registered protocol family 10 [ 0.755612] Segment Routing with IPv6 [ 0.756810] NET: Registered protocol family 17 [ 0.758101] Key type dns_resolver registered [ 0.759430] RAS: Correctable Errors collector initialized. [ 0.760960] sched_clock: Marking stable (760934401, 0)->(1084216385, -323281984) [ 0.763122] registered taskstats version 1 [ 0.764341] Loading compiled-in X.509 certificates [ 0.767887] Loaded X.509 cert 'Build time autogenerated kernel key: 9218bc7883ae724da525bf512c131e327778035c' [ 0.770167] zswap: loaded using pool lzo/zbud [ 0.774111] Key type big_key registered [ 0.775048] Key type trusted registered [ 0.778173] Key type encrypted registered [ 0.779150] AppArmor: AppArmor sha1 policy hashing enabled [ 0.780429] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 0.781856] evm: HMAC attrs: 0x1 [ 0.782892] Magic number: 10:8:890 [ 0.783918] rtc_cmos 00:00: setting system clock to 2018-03-16 14:51:49 UTC (1521211909) [ 0.785935] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.787320] EDD information not available. [ 0.877365] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 [ 0.881808] ata2.00: configured for MWDMA2 [ 0.885018] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 [ 0.896840] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray [ 0.898518] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 0.899976] sr 1:0:0:0: Attached scsi generic sg0 type 5 [ 0.905317] Freeing unused kernel memory: 2372K [ 0.907772] Write protecting the kernel read-only data: 18432k [ 0.909973] Freeing unused kernel memory: 2024K [ 0.911165] Freeing unused kernel memory: 96K [ 0.913539] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.914907] x86/mm: Checking user space page tables [ 0.917444] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 234 [ 1.029845] Floppy drive(s): fd0 is 2.88M AMI BIOS [ 1.038511] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 1.040090] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 1.049308] FDC 0 is a S82078B [ 1.052961] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.068911] vda: vda1 vda14 vda15 [ 1.083103] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.156783] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.515833] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 [ 1.517694] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection [ 1.520738] e1000 0000:00:03.0 ens3: renamed from eth0 [ 1.632244] tsc: Refined TSC clocksource calibration: 1596.337 MHz [ 1.636674] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1702a0a0fe1, max_idle_ns: 440795228448 ns Begin: Loading essential drivers ... [ 2.876019] raid6: sse2x1 gen() 8333 MB/s [ 2.924025] raid6: sse2x1 xor() 5786 MB/s [ 2.972010] raid6: sse2x2 gen() 10534 MB/s [ 3.020029] raid6: sse2x2 xor() 6466 MB/s [ 3.068011] raid6: sse2x4 gen() 12217 MB/s [ 3.116010] raid6: sse2x4 xor() 7565 MB/s [ 3.117267] raid6: using algorithm sse2x4 gen() 12217 MB/s [ 3.118480] raid6: .... xor() 7565 MB/s, rmw enabled [ 3.119510] raid6: using intx1 recovery algorithm [ 3.122493] xor: measuring software checksum speed [ 3.160009] prefetch64-sse: 16122.000 MB/sec [ 3.200009] generic_sse: 14748.000 MB/sec [ 3.201355] xor: using function: prefetch64-sse (16122.000 MB/sec) [ 3.205006] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 3.259202] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems [ 3.384239] print_req_error: I/O error, dev fd0, sector 0 [ 3.388193] floppy: error 10 while reading block 0 done. Warning: fsck not present, so skipping root file system [ 3.404494] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.576272] ip_tables: (C) 2000-2006 Netfilter Core Team [ 3.581711] systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid) [ 3.586184] systemd[1]: Detected virtualization kvm. [ 3.587548] systemd[1]: Detected architecture x86-64. Welcome to Ubuntu 17.10! [ 3.590825] systemd[1]: Set hostname to . [ 3.744182] print_req_error: I/O error, dev fd0, sector 0 [ 3.748182] floppy: error 10 while reading block 0 [ 3.815708] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 3.818321] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary Executab…rmats File System Automount Point. [ 3.821831] systemd[1]: Listening on Syslog Socket. [ OK ] Listening on Syslog Socket. [ 3.823675] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 3.826186] systemd[1]: Created slice System Slice. [ OK ] Created slice System Slice. [ 3.829331] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ OK ] Listening on Journal Socket (/dev/log). [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ OK ] Listening on Device-mapper event daemon FIFOs. [ OK ] Reached target Slices. Mounting Huge Pages File System... Mounting Kernel Debug File System... [ OK ] Created slice system-serial\x2dgetty.slice. [ OK ] Reached target Swap. [ OK ] Reached target User and Group Name Lookups. [ OK ] Listening on Journal Socket. Starting Create list of required st…ce nodes for the current kernel... Starting Uncomplicated firewall... Starting Load Kernel Modules... [ OK ] Listening on Network Service Netlink Socket. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ OK ] Listening on LVM2 poll daemon socket. [ OK [ 3.886542] Loading iSCSI transport class v2.0-870. ] Listening on udev Kernel Socket. Starting Remount Root and Kernel File Systems... [ OK ] Listening on Journal Audit Socket. Starting Journal Service... [ OK ] Listening on LVM2 metadata daemon socket. Starting Monitoring of LVM2 mirrors…ng dmeventd or progress polling... [ 3.910654] iscsi: registered transport (tcp) Starting Set the console keyboard layout... [ 3.914706] EXT4-fs (vda1): re-mounted. Opts: (null) [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Huge Pages File System. [ OK ] Started Create list of required sta…vice nodes for the current kernel. [ OK ] Started Uncomplicated firewall. Starting Create Static Device Nodes in /dev... [ OK ] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [ OK ] Started LVM2 metadata daemon. [ OK ] Started Load/Save Random Seed. [ OK ] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [ OK ] Started Monitoring of LVM2 mirrors,…sing dmeventd or progress polling. [ 4.044268] iscsi: registered transport (iser) [ OK ] Started Load Kernel Modules. Mounting Kernel Configuration File System... Starting Apply Kernel Variables... Mounting FUSE Control File System... [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Apply Kernel Variables. [ OK ] Started udev Kernel Device Manager. [ OK ] Started Journal Service. Starting Flush Journal to Persistent Storage... [ OK ] Started udev Coldplug all Devices. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Set the console keyboard layout. [ OK ] Reached target Local File Systems (Pre). [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ OK ] Reached target Encrypted Volumes. [ OK ] Found device /dev/ttyS0. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ OK ] Found device /dev/disk/by-label/UEFI. Mounting /boot/efi... [ OK ] Mounted /boot/efi. [ OK ] Reached target Local File Systems. Starting Set console font and keymap... Starting AppArmor initialization... Starting ebtables ruleset management... Starting Tell Plymouth To Write Out Runtime Data... Starting Create Volatile Files and Directories... [ OK ] Started Set console font and keymap. [ OK ] Started Tell Plymouth To Write Out Runtime Data. [ OK ] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Initial cloud-init job (pre-networking)... Starting Network Time Synchronization... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started ebtables ruleset management. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Synchronized. [ 6.772052] print_req_error: I/O error, dev fd0, sector 0 [ 6.840084] print_req_error: I/O error, dev fd0, sector 0 [ 6.908115] print_req_error: I/O error, dev fd0, sector 0 [ OK ] Started AppArmor initialization. [ 7.094410] cloud-init[483]: Cloud-init v. 17.2 running 'init-local' at Fri, 16 Mar 2018 14:51:55 +0000. Up 6.55 seconds. [ OK ] Started Initial cloud-init job (pre-networking). [ OK ] Reached target Network (Pre). Starting Network Service... [ OK ] Started Network Service. [ OK ] Reached target Network. Starting Network Name Resolution... Starting Wait for Network to be Configured... [ OK ] Started Network Name Resolution. [ OK ] Reached target Host and Network Name Lookups. [ OK ] Started Wait for Network to be Configured. Starting Initial cloud-init job (metadata service crawler)... [ 11.132207] print_req_error: I/O error, dev fd0, sector 0 [ 11.208203] print_req_error: I/O error, dev fd0, sector 0 [ 11.284206] print_req_error: I/O error, dev fd0, sector 0 [ 13.148626] cloud-init[587]: Cloud-init v. 17.2 running 'init' at Fri, 16 Mar 2018 14:51:59 +0000. Up 10.93 seconds. [ 13.152513] cloud-init[587]: ci-info: +++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++ [ 13.160518] cloud-init[587]: ci-info: +--------+------+-----------+---------------+-------+-------------------+ [ 13.162717] cloud-init[587]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 13.168640] cloud-init[587]: ci-info: +--------+------+-----------+---------------+-------+-------------------+ [ 13.170428] cloud-init[587]: ci-info: | ens3: | True | 10.0.2.15 | 255.255.255.0 | . | 52:54:00:12:34:56 | [ 13.176565] cloud-init[587]: ci-info: | ens3: | True | . | . | d | 52:54:00:12:34:56 | [ 13.178979] cloud-init[587]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 13.184630] cloud-init[587]: ci-info: | lo: | True | . | . | d | . | [ 13.186677] cloud-init[587]: ci-info: +--------+------+-----------+---------------+-------+-------------------+ [ 13.192787] cloud-init[587]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ [ 13.194786] cloud-init[587]: ci-info: +-------+-------------+----------+-----------------+-----------+-------+ [ 13.200743] cloud-init[587]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 13.204428] cloud-init[587]: ci-info: +-------+-------------+----------+-----------------+-----------+-------+ [ 13.208613] cloud-init[587]: ci-info: | 0 | 0.0.0.0 | 10.0.2.2 | 0.0.0.0 | ens3 | UG | [ 13.212451] cloud-init[587]: ci-info: | 1 | 10.0.2.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 13.216693] cloud-init[587]: ci-info: | 2 | 10.0.2.2 | 0.0.0.0 | 255.255.255.255 | ens3 | UH | [ 13.220423] cloud-init[587]: ci-info: +-------+-------------+----------+-----------------+-----------+-------+ [ 13.228604] cloud-init[587]: Generating public/private rsa key pair. [ 13.230077] cloud-init[587]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 13.231637] cloud-init[587]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 13.237789] cloud-init[587]: The key fingerprint is: [ 13.239235] cloud-init[587]: SHA256:NcC4EVh4QDSJVGAaQEWAh6z1aXkK2S+TLyFnoQVXXsQ root@ubuntu [ 13.244640] cloud-init[587]: The key's randomart image is: [ 13.245821] cloud-init[587]: +---[RSA 2048]----+ [ 13.246973] cloud-init[587]: |B=BO*B+*+ | [ 13.252486] cloud-init[587]: |o== =o+.E. | [ 13.253704] cloud-init[587]: |oo * +.o o | [ 13.254792] cloud-init[587]: |. o O o . . | [ 13.256402] cloud-init[587]: | = * S | [ 13.260733] cloud-init[587]: | o O . | [ 13.262042] cloud-init[587]: | + = | [ OK ] Started Initial cloud-init job (metadata service crawler). [ OK ] Reached target Network is Online. [ 13.266881] cloud-init[587]: | . . | Starting iSCSI initiator daemon (iscsid)... [ 13.269562] cloud-init[587]: | . | [ OK ] Reached target System Initialization. [ OK ] Started Daily apt download activities. [ OK ] Started Message of the Day. [ OK ] Listening on ACPID Listen Socket. [ 13.282014] [ OK ] Listening on UUID daemon activation socket. [ OK ] Started ACPI Events Check. [ OK ] Started systemd-resolved-update-resolvconf.path.cloud-init[587]: +----[SHA256]-----+ [ 13.290746] cloud-init[587]: Generating public/private dsa key pair. [ 13.291961] [ OK ] Reached target Paths. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Started Timer to automatically refresh installed snaps. [ OK ] Started Daily apt upgrade and clean activities. [ OK ] Reached target Timers. Starting Socket activation for snappy daemon.cloud-init[587]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 13.307357] cloud-init[587]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. Starting LXD - unix socket. [ OK ] Reached target Cloud-config availability. [ OK ] Listening on Socket activation for snappy daemon. [ OK ] Listening on LXD - unix socket. [ OK [ 13.318922] cloud-init[587]: The key fingerprint is: [ 13.319921] ] Reached target Sockets. [ OK ] Reached target Basic System. [ OK ] Started Unattended Upgrades Shutdown. cloud-init[587]: Starting Pollinate to seed the pseudo random number generator... [ OK ] Started FUSE filesystem for LXC. SHA256:gLAQ0u875vfpaZ+m+FSm3iR3oqC25B6I9gEnL8fj3SQ root@ubuntu Starting LSB: Record successful boot for GRUB... [ OK ] Started Deferred execution scheduler. [ 13.368260] cloud-init[587]: The key's randomart image is: [ OK ] Started Regular background program processing daemon. Starting LXD - container startup/shutdown... [ 13.381926] Starting System Logging Service... Starting Accounts Service... cloud-init Starting Login Service... [587]: Starting Apply the settings specified in cloud-config... [ OK ] Started D-Bus System Message Bus. +---[DSA 1024]----+ [ 13.480971] cloud-init[587]: |+o. | [ OK ] Started irqbalance daemon. Starting Snappy daemon... [ OK ] Started System Logging Service. [ OK ] Started iSCSI initiator daemon (iscsid). [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting LSB: automatic crash report generation... Starting Permit User Sessions... [ OK ] Started Permit User Sessions. Starting Hold until boot process finishes up... Starting Terminate Plymouth Boot Screen... [[ 13.613496] cloud-init[587]: |...o . | OK ] Started Hold until boot process finishes up. [ OK ] Started LSB: Record successful boot for GRUB. [ OK ] Started Terminate Plymouth Boot Screen. [ OK ] Started Login Service. [ 13.699351] Starting Authorization Manager... [cloud-init[587]: OK ] Started Serial Getty on ttyS0. Starting Set console scheme... [ OK ] Started Set console scheme. [ OK ] Created slice system-getty.slice. [ OK ] Started Getty on tty1. [ OK ] Reached target Login Prompts. | ... . | [ 13.829291] [ OK ] Started Authorization Manager. cloud-init[587]: [ OK ] Started Accounts Service. [ OK ] Started LSB: automatic crash report generation. | . . | [ 13.868002] cloud-init[587]: | o o S o | [ 13.901783] cloud-init[587]: | .*.. + | [ 13.904817] cloud-init[587]: |.o.*oE..+ + . | [ 13.908478] cloud-init[587]: |. =oOo==.O.+ | [ 13.913182] [ OK ] Started Snappy daemon. cloud-init[587]: | B*=.*X++ | [ 13.966869] cloud-init[587]: +----[SHA256]-----+ [ 13.973955] cloud-init[587]: Generating public/private ecdsa key pair. [ 13.979953] cloud-init[587]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 13.983454] cloud-init[587]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 13.992317] cloud-init[587]: The key fingerprint is: [ 13.997922] cloud-init[587]: SHA256:l9oZR2B+4YmSdpPbxSA8UEncL4gWx/4kxzz7Sp4X48k root@ubuntu [ 14.008365] cloud-init[587]: The key's randomart image is: [ 14.009638] cloud-init[587]: +---[ECDSA 256]---+ [ 14.020085] cloud-init[587]: | .B*oo | [ 14.023127] cloud-init[587]: | .+B*.= | [ 14.025455] cloud-init[587]: | +=*==.o | [ 14.027565] cloud-init[587]: | .oo+BB.. | [ 14.037785] cloud-init[587]: | .S ==o+ | [ 14.040028] cloud-init[587]: | + +o o | [ 14.043485] cloud-init[587]: | . o .+ + | [ 14.053446] cloud-init[587]: | o .E | [ 14.055435] cloud-init[587]: | +o | [ 14.060654] cloud-init[587]: +----[SHA256]-----+ [ 14.068320] cloud-init[587]: Generating public/private ed25519 key pair. [ 14.076327] cloud-init[587]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 14.077944] cloud-init[587]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 14.086611] cloud-init[587]: The key fingerprint is: [ 14.092082] cloud-init[587]: SHA256:dtZ5cX9OU85ot7hBHGABc5MjYoxcG95mschnT/bPZUo root@ubuntu [ 14.096404] cloud-init[587]: The key's randomart image is: [ 14.138768] cloud-init[587]: +--[ED25519 256]--+ [ 14.149499] cloud-init[587]: | . +o +.*o | [ 14.179526] cloud-init[587]: | oo+=.*oo | [ 14.217437] cloud-init[587]: | .=.B.o... o| [ 14.291914] cloud-init[587]: | = +.o..*o| [ 14.320287] cloud-init[587]: | S o.o+E.X| [ 14.323669] cloud-init[587]: | . o .++*=| [ 14.332051] cloud-init[587]: | o.+.| [ 14.336041] cloud-init[587]: | o | [ 14.344072] cloud-init[587]: | . | [ 14.350406] cloud-init[587]: +----[SHA256]-----+ [ OK ] Started LXD - container startup/shutdown. [ 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. Stopping OpenBSD Secure Shell server... [ OK ] Stopped OpenBSD Secure Shell server. Starting OpenBSD Secure Shell server... [ OK ] Started OpenBSD Secure Shell server. [ 15.977182] cloud-init[723]: Cloud-init v. 17.2 running 'modules:config' at Fri, 16 Mar 2018 14:52:03 +0000. Up 15.21 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>Mar 16 14:52:05 ec2: <14>Mar 16 14:52:05 ec2: ############################################################# <14>Mar 16 14:52:05 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Mar 16 14:52:05 ec2: 1024 SHA256:gLAQ0u875vfpaZ+m+FSm3iR3oqC25B6I9gEnL8fj3SQ root@ubuntu (DSA) <14>Mar 16 14:52:05 ec2: 256 SHA256:l9oZR2B+4YmSdpPbxSA8UEncL4gWx/4kxzz7Sp4X48k root@ubuntu (ECDSA) <14>Mar 16 14:52:05 ec2: 256 SHA256:dtZ5cX9OU85ot7hBHGABc5MjYoxcG95mschnT/bPZUo root@ubuntu (ED25519) <14>Mar 16 14:52:05 ec2: 2048 SHA256:NcC4EVh4QDSJVGAaQEWAh6z1aXkK2S+TLyFnoQVXXsQ root@ubuntu (RSA) <14>Mar 16 14:52:05 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Mar 16 14:52:05 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEm1Ofl9EUeXA7hKWSw18a55LRUnZW+KFuN6sBl2jsh94K/hVb76SG2ECPJQV3llWxPhjR6p6DPqv9owFiWzGGk= root@ubuntu ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN6GryWgMWyN18AYBqjl/GSUbY5/srk+jq/JdyUOKtdo root@ubuntu ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf7rNZTrKjLRNHo2gOqBEKhOWRoz5wu/t5cJd2lyv5nQGVmvOMSOyVbDDOex9jRNET26xyOFznj6amp9j/MW5kOe4y0iQS9mAilw2y5Ls6b6ZnIifFm/zmK1ZN/dlC9k1ZSw7oZpSzW7Hr4rBJs4pfK06C2p9lioFM8xH1zkSwiqhmk8/kvZr2R4rGbbC2LZcNd7OTdhUiBPeo1uwZeyxJicZ9YyI0J7zd8XbKfqo7aAI4bwwDDH5TPoNvtQixevgnyE6Q1a+aUygFNdFTYidl3eDg40UNj8rftSEYyY9W/nXolcxTObw4yZDlrYFt1VarVKT5lXseONSLwR9YzQ9Z root@ubuntu -----END SSH HOST KEY KEYS----- [ 16.850729] cloud-init[901]: Cloud-init v. 17.2 running 'modules:final' at Fri, 16 Mar 2018 14:52:05 +0000. Up 16.47 seconds. [ 16.853227] cloud-init[901]: ci-info: no authorized ssh keys fingerprints found for user ubuntu. [ 16.860043] cloud-init[901]: Cloud-init v. 17.2 finished at Fri, 16 Mar 2018 14:52:05 +0000. Datasource DataSourceNoCloudNet [seed=dmi,https://smoser.brickies.net/ubuntu/nocloud/][dsmode=net]. Up 16.84 seconds [ OK ] Started Execute cloud user/final scripts. [ OK ] Reached target Cloud-init target. Ubuntu 17.10 ubuntu ttyS0 ubuntu login: ubuntu Password: Welcome to Ubuntu 17.10 (GNU/Linux 4.13.0-37-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 12 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:~$ sudo poweroff [ OK ] Stopped target Graphical Interface. Stopping Accounts Service... [ OK ] Stopped target Cloud-init target. Stopping Authorization Manager... Stopping User Manager for UID 1000... [ OK ] Stopped Execute cloud user/final scripts. [ OK ] Stopped Apply the settings specified in cloud-config. [ OK ] Stopped target Cloud-config availability. [ OK ] Stopped target Host and Network Name Lookups. [ OK ] Stopped target Multi-User System. Stopping LSB: automatic crash report generation... Stopping D-Bus System Message Bus... Stopping Regular background program processing daemon... Stopping Unattended Upgrades Shutdown... Stopping LSB: Record successful boot for GRUB... Stopping FUSE filesystem for LXC... Stopping LXD - container startup/shutdown... [ OK ] Stopped target Login Prompts. Stopping Getty on tty1... Stopping Serial Getty on ttyS0... Stopping Deferred execution scheduler... Stopping OpenBSD Secure Shell server... Stopping Snappy daemon... Stopping System Logging Service... [ OK ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch. [ OK ] Stopped target Timers. [ OK ] Stopped Message of the Day. [ OK ] Stopped Timer to automatically refresh installed snaps. [ OK ] Stopped Daily Cleanup of Temporary Directories. [ OK ] Stopped Daily apt upgrade and clean activities. [ OK ] Stopped Daily apt download activities. [ OK ] Stopped target System Time Synchronized. [ OK ] Stopped Session 1 of user ubuntu. [ OK ] Unmounted /var/lib/lxcfs. [ OK ] Stopped Deferred execution scheduler. [ OK ] Stopped Regular background program processing daemon. [ OK ] Stopped System Logging Service. [ OK ] Stopped Accounts Service. [ OK ] Stopped Snappy daemon. [ OK ] Stopped Authorization Manager. [ 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 ] Removed slice User Slice of ubuntu. Stopping Login Service... [ OK ] Removed slice system-getty.slice. [ OK ] Removed slice system-serial\x2dgetty.slice. Stopping Permit User Sessions... [ OK ] Stopped Login Service. [ OK ] Stopped LSB: Record successful boot for GRUB. [ OK ] Stopped Permit User Sessions. [ OK ] Stopped LSB: automatic crash report generation. [ OK ] Stopped target Remote File Systems. [ OK ] Stopped target Remote File Systems (Pre). Stopping iSCSI initiator daemon (iscsid)... [ OK ] Stopped target User and Group Name Lookups. [ OK ] Stopped iSCSI initiator daemon (iscsid). [ OK ] Stopped target Network is Online. [ OK ] Stopped Unattended Upgrades Shutdown. [ OK ] Stopped target Basic System. [ OK ] Stopped target Sockets. [ OK ] Closed D-Bus System Message Bus Socket. [ OK ] Closed UUID daemon activation socket. [ OK ] Closed Syslog Socket. [ OK ] Closed ACPID Listen Socket. [ OK ] Closed LXD - unix socket. [ OK ] Closed Socket activation for snappy daemon. [ OK ] Stopped target Paths. [ OK ] Stopped systemd-resolved-update-resolvconf.path. [ OK ] Stopped ACPI Events Check. [ OK ] Stopped target Slices. [ OK ] Removed slice User and Session Slice. [ OK ] Stopped target System Initialization. Stopping Update UTMP about System Boot/Shutdown... [ OK ] Stopped target Swap. [ OK ] Stopped target Encrypted Volumes. [ OK ] Stopped Dispatch Password Requests to Console Directory Watch. [ OK ] Stopped Forward Password Requests to Wall Directory Watch. Stopping Load/Save Random Seed... [ OK ] Stopped Initial cloud-init job (metadata service crawler). [ OK ] Stopped Wait for Network to be Configured. Stopping Network Time Synchronization... [ OK ] Stopped target Network. Stopping Network Service... [ OK ] Stopped Network Time Synchronization. [ OK ] Stopped Update UTMP about System Boot/Shutdown. [ OK ] Stopped Network Service. [ OK ] Stopped Load/Save Random Seed. [ OK ] Stopped Apply Kernel Variables. [ OK ] Stopped Load Kernel Modules. [ OK ] Stopped target Network (Pre). [ OK ] Stopped Initial cloud-init job (pre-networking). [ OK ] Stopped Create Volatile Files and Directories. [ OK ] Stopped target Local File Systems. Unmounting /run/user/1000... Unmounting /boot/efi... [ OK ] Unmounted /run/user/1000. [ OK ] Unmounted /boot/efi. [ OK ] Reached target Unmount All Filesystems. [ OK ] Stopped target Local File Systems (Pre). [ OK ] Stopped Create Static Device Nodes in /dev. [ OK ] Stopped Remount Root and Kernel File Systems. [ OK ] Reached target Shutdown. [ 32.920880] reboot: Power down