Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save reyk/6d369c5c0bd0c76f4906f83933f3bb71 to your computer and use it in GitHub Desktop.
Save reyk/6d369c5c0bd0c76f4906f83933f3bb71 to your computer and use it in GitHub Desktop.
OpenBSD vmm and meta-data running ubuntu-16.10-server-cloudimg-amd64.raw
- Get OpenBSD from http://www.openbsd.org/ ;)
- Find an Ubuntu cloud image on https://cloud-images.ubuntu.com/
- Get https://github.com/reyk/meta-data and configure it for cloud-init
- Run the VM ...
Script started on Thu Mar 30 01:53:50 2017
# qemu-img convert ubuntu-16.10-server-cloudimg-amd64.img ubuntu-16.10-server-cloudimg-amd64.raw
# vmctl start ubuntu -d ubuntu-16.10-server-cloudimg-amd64.raw -n nat -c
Connected to /dev/ttyp6 (speed 9600)
Changing serial settings was 0/0 now 3/0
SeaBIOS (version 1.10.2p1-OpenBSD-vmm)
BUILD: gcc: (GCC) 4.2.1 20070719 binutils: 2.17
enabling shadow ram
Unable to unlock ram - bridge not found
RamSize: 0x20000000 [cmos]
malloc preinit
malloc init
init ivt
init bda
init bios32
init keyboard
init pic
math cp init
pci setup
=== PCI bus & bridge init ===
PCI: pci_bios_init_bus_rec bus = 0x0
=== PCI device probing ===
PCI probe
Found 5 PCI devices (max PCI bus is 00)
=== PCI new allocation pass #1 ===
PCI: check devices
=== PCI new allocation pass #2 ===
PCI: IO: 1000 - 4fff
PCI: 32: 0000000020000000 - 00000000fec00000
PCI: map device bdf=00:01.0 bar 0, addr 00001000, size 00001000 [io]
PCI: map device bdf=00:02.0 bar 0, addr 00002000, size 00001000 [io]
PCI: map device bdf=00:03.0 bar 0, addr 00003000, size 00001000 [io]
PCI: map device bdf=00:04.0 bar 0, addr 00004000, size 00001000 [io]
PCI: map device bdf=00:00.0 bar 6, addr febfb000, size 00001000 [mem]
PCI: map device bdf=00:01.0 bar 6, addr febfc000, size 00001000 [mem]
PCI: map device bdf=00:02.0 bar 6, addr febfd000, size 00001000 [mem]
PCI: map device bdf=00:03.0 bar 6, addr febfe000, size 00001000 [mem]
PCI: map device bdf=00:04.0 bar 6, addr febff000, size 00001000 [mem]
PCI: init bdf=00:00.0 id=0b5d:0666
PCI: init bdf=00:01.0 id=1af4:1005
pci_slot_get_irq called with unknown routing
PCI: init bdf=00:02.0 id=1af4:1001
pci_slot_get_irq called with unknown routing
PCI: init bdf=00:03.0 id=1af4:1000
pci_slot_get_irq called with unknown routing
PCI: init bdf=00:04.0 id=0b5d:0777
pci_slot_get_irq called with unknown routing
PCI: No VGA devices found
No apic - only the main cpu is present.
init timer
init virtio-blk
found virtio-blk at 00:02.0
pci dev 00:02.0 using legacy (0.9.5) virtio mode
virtio-blk 00:02.0 blksize=512 sectors=4612096
Registering bootable: Virtio disk PCI:00:02.0 (type:2 prio:9999 data:f1fa0)
init serial
Found 1 serial ports
Searching bootorder for: HALT
Mapping hd drive 0x000f1fa0 to 0
drive 0x000f1fa0: PCHS=0/0/0 translation=lba LCHS=571/128/63 s=4612096
malloc finalize
Space available for UMB: c0000-ef000, f0000-f1fa0
Returned 253952 bytes of ZoneHigh
e820 map has 6 items:
0: 0000000000000000 - 000000000009fc00 = 1 RAM
1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
3: 0000000000100000 - 000000001fffe000 = 1 RAM
4: 000000001fffe000 - 0000000020000000 = 2 RESERVED
5: 00000000fffc0000 - 0000000100000000 = 2 RESERVED
locking shadow ram
Unable to lock ram - bridge not found
Jump to int19
enter handle_19:
NULL
Booting from 0000:7c00
[ 0.000000] Linux version 4.8.0-41-generic (buildd@lgw01-18) (gcc version 6.2.0 20161005 (Ubuntu 6.2.0-5ubuntu12) ) #44-Ubuntu SMP Fri Mar 3 15:27:17 UTC 2017 (Ubuntu 4.8.0-41.44-generic 4.8.17)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.8.0-41-generic root=LABEL=cloudimg-rootfs console=ttyS0
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Disabled fast string operations
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffdfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001fffe000-0x000000001fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI not present or invalid.
[ 0.000000] e820: last_pfn = 0x1fffe max_arch_pfn = 0x400000000
[ 0.000000] MTRR: Disabled
[ 0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too.
[ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] RAMDISK: [mem 0x1ebca000-0x1f70efff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI BIOS Error (bug): A valid RSDP was not found (20160422/tbxfroot-243)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001fffdfff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x1fff9000-0x1fffdfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001fffdfff]
[ 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-0x000000001fffdfff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001fffdfff]
[ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[ 0.000000] No local APIC present
[ 0.000000] APIC: disable apic facility
[ 0.000000] APIC: switched to apic NOOP
[ 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 0x20000000-0xfffbffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] percpu: Embedded 36 pages/cpu @ffff958cdfc00000 s107864 r8192 d31400 u2097152
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128903
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.8.0-41-generic root=LABEL=cloudimg-rootfs console=ttyS0
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Memory: 484952K/523888K available (8852K kernel code, 1441K rwdata, 3828K rodata, 1556K init, 1296K bss, 38936K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=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:32 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Calibrating delay loop... 7841.79 BogoMIPS (lpj=15683584)
[ 0.044000] pid_max: default: 32768 minimum: 301
[ 0.044000] Security Framework initialized
[ 0.044000] Yama: becoming mindful.
[ 0.044000] AppArmor: AppArmor initialized
[ 0.044000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.048000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.048000] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.048000] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.052000] Disabled fast string operations
[ 0.052000] CPU: CPU feature xsave disabled, no CPUID level 0xd
[ 0.052000] mce: CPU supports 0 MCE banks
[ 0.052000] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.056000] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.080000] Freeing SMP alternatives memory: 32K (ffffffff866ef000 - ffffffff866f7000)
[ 0.096000] ftrace: allocating 33435 entries in 131 pages
[ 0.104000] smpboot: Max logical packages: 1
[ 0.104000] smpboot: weird, boot CPU (#0) not listed by the BIOS
[ 0.108000] smpboot: SMP motherboard not detected
[ 0.108000] smpboot: SMP disabled
[ 0.108000] Apic disabled by BIOS
[ 0.108000] smpboot: Local APIC not detected. Using dummy APIC emulation.
[ 0.108000] Performance Events: unsupported p6 CPU model 78 no PMU driver, software events only.
[ 0.112000] x86: Booted up 1 node, 1 CPUs
[ 0.112000] smpboot: Total of 1 processors activated (7841.79 BogoMIPS)
[ 0.112000] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.112000] NMI watchdog: Shutting down hard lockup detector on all cpus
[ 0.116000] devtmpfs: initialized
[ 0.116000] x86/mm: Memory block size: 128MB
[ 0.116000] evm: security.selinux
[ 0.116000] evm: security.SMACK64
[ 0.120000] evm: security.SMACK64EXEC
[ 0.120000] evm: security.SMACK64TRANSMUTE
[ 0.120000] evm: security.SMACK64MMAP
[ 0.120000] evm: security.ima
[ 0.120000] evm: security.capability
[ 0.120000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.124000] pinctrl core: initialized pinctrl subsystem
[ 0.124000] RTC time: 23:54:17, date: 03/29/17
[ 0.124000] NET: Registered protocol family 16
[ 0.124000] cpuidle: using governor ladder
[ 0.124000] cpuidle: using governor menu
[ 0.128000] PCI: Using configuration type 1 for base access
[ 0.128000] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 0.128000] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.128000] ACPI: Interpreter disabled.
[ 0.132000] SCSI subsystem initialized
[ 0.132000] vgaarb: loaded
[ 0.132000] usbcore: registered new interface driver usbfs
[ 0.132000] usbcore: registered new interface driver hub
[ 0.132000] usbcore: registered new device driver usb
[ 0.132000] dmi: Firmware registration failed.
[ 0.136000] PCI: Probing PCI hardware
[ 0.136000] PCI host bridge to bus 0000:00
[ 0.136000] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.136000] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
[ 0.136000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.140000] NetLabel: Initializing
[ 0.140000] NetLabel: domain hash size = 128
[ 0.140000] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.144000] NetLabel: unlabeled traffic allowed by default
[ 0.144000] clocksource: Switched to clocksource refined-jiffies
[ 0.156000] VFS: Disk quotas dquot_6.6.0
[ 0.156000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.156000] AppArmor: AppArmor Filesystem Enabled
[ 0.156000] pnp: PnP ACPI: disabled
[ 0.160001] NET: Registered protocol family 2
[ 0.160001] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.160001] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.160001] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.164001] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.164001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.164001] NET: Registered protocol family 1
[ 0.164001] Trying to unpack rootfs image as initramfs...
[ 1.024055] random: fast init done
[ 1.544087] Freeing initrd memory: 11540K (ffff958cdebca000 - ffff958cdf70f000)
[ 1.544087] no MSR PMU driver.
[ 1.544087] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 1.544087] Scanning for low memory corruption every 60 seconds
[ 1.548087] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 1.548087] audit: initializing netlink subsys (disabled)
[ 1.548087] audit: type=2000 audit(1490831657.548:1): initialized
[ 1.548087] Initialise system trusted keyrings
[ 1.548087] workingset: timestamp_bits=40 max_order=17 bucket_order=0
[ 1.552088] zbud: loaded
[ 1.552088] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.552088] fuse init (API version 7.25)
[ 1.552088] Allocating IMA blacklist keyring.
[ 1.556088] Key type asymmetric registered
[ 1.556088] Asymmetric key parser 'x509' registered
[ 1.556088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 1.556088] io scheduler noop registered
[ 1.556088] io scheduler deadline registered (default)
[ 1.560088] io scheduler cfq registered
[ 1.560088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.560088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.560088] virtio-pci 0000:00:01.0: virtio_pci: leaving for legacy driver
[ 1.560088] virtio-pci 0000:00:02.0: virtio_pci: leaving for legacy driver
[ 1.564088] virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver
[ 1.564088] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.564088] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 8250
[ 1.568089] Linux agpgart interface v0.103
[ 1.568089] brd: module loaded
[ 1.572089] loop: module loaded
[ 1.572089] libphy: Fixed MDIO Bus: probed
[ 1.572089] tun: Universal TUN/TAP device driver, 1.6
[ 1.572089] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.572089] PPP generic driver version 2.4.2
[ 1.576089] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.576089] ehci-pci: EHCI PCI platform driver
[ 1.576089] ehci-platform: EHCI generic platform driver
[ 1.576089] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.580089] ohci-pci: OHCI PCI platform driver
[ 1.580089] ohci-platform: OHCI generic platform driver
[ 1.580089] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.580089] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.588090] i8042: No controller found
[ 1.592090] mousedev: PS/2 mouse device common for all mice
[ 1.592090] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[ 1.592090] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[ 1.596090] i2c /dev entries driver
[ 1.596090] device-mapper: uevent: version 1.0.3
[ 1.596090] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 1.596090] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.600091] NET: Registered protocol family 10
[ 1.600091] NET: Registered protocol family 17
[ 1.600091] Key type dns_resolver registered
[ 1.600091] microcode: sig=0x406e3, pf=0x1, revision=0x0
[ 1.604091] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 1.604091] registered taskstats version 1
[ 1.604091] Loading compiled-in X.509 certificates
[ 1.608091] Loaded X.509 cert 'Build time autogenerated kernel key: 01efd8212b4e7a4a90d2d5ccf24572af6c03b153'
[ 1.608091] zswap: loaded using pool lzo/zbud
[ 1.612091] Key type big_key registered
[ 1.612091] Key type trusted registered
[ 1.612091] Key type encrypted registered
[ 1.616092] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.616092] ima: No TPM chip found, activating TPM-bypass!
[ 1.616092] evm: HMAC attrs: 0x1
[ 1.616092] Magic number: 9:493:960
[ 1.616092] rtc_cmos rtc_cmos: setting system clock to 2017-03-29 23:54:20 UTC (1490831660)
[ 1.616092] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.620092] EDD information not available.
[ 1.620092] Freeing unused kernel memory: 1556K (ffffffff8656a000 - ffffffff866ef000)
[ 1.620092] Write protecting the kernel read-only data: 14336k
[ 1.624092] Freeing unused kernel memory: 1372K (ffff958cd50a9000 - ffff958cd5200000)
[ 1.624092] Freeing unused kernel memory: 268K (ffff958cd55bd000 - ffff958cd5600000)
[ 1.628092] x86/mm: Checked W+X mappings: passed, no W+X pages found.
Loading, please wait...
starting version 231
[ 1.656094] vda: vda1 vda14 vda15
[ 1.668095] AVX2 version of gcm_enc/dec engaged.
[ 1.704097] virtio_net virtio2 enp0s3: renamed from eth0
Begin: Loading essential drivers ... [ 2.780164] md: linear personality registered for level -1
[ 2.780164] md: multipath personality registered for level -4
[ 2.784165] md: raid0 personality registered for level 0
[ 2.788165] md: raid1 personality registered for level 1
[ 2.860169] raid6: sse2x1 gen() 14198 MB/s
[ 2.928174] raid6: sse2x1 xor() 10436 MB/s
[ 2.996178] raid6: sse2x2 gen() 16988 MB/s
[ 3.064182] raid6: sse2x2 xor() 12318 MB/s
[ 3.132186] raid6: sse2x4 gen() 18793 MB/s
[ 3.200191] raid6: sse2x4 xor() 13350 MB/s
[ 3.200191] raid6: using algorithm sse2x4 gen() 18793 MB/s
[ 3.200191] raid6: .... xor() 13350 MB/s, rmw enabled
[ 3.200191] raid6: using ssse3x2 recovery algorithm
[ 3.204191] xor: measuring software checksum speed
[ 3.244193] prefetch64-sse: 22889.000 MB/sec
[ 3.284196] generic_sse: 21258.000 MB/sec
[ 3.284196] xor: using function: prefetch64-sse (22889.000 MB/sec)
[ 3.284196] async_tx: api initialized (async)
[ 3.292196] md: raid6 personality registered for level 6
[ 3.296197] md: raid5 personality registered for level 5
[ 3.296197] md: raid4 personality registered for level 4
[ 3.300197] 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 ... [ 3.332199] Btrfs loaded, crc32c=crc32c-intel
Scanning for Btrfs filesystems
done.
Warning: fsck not present, so skipping root file system
[ 3.360201] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... /scripts/init-bottom/plymouth: line 18: /bin/plymouth: not found
done.
[ 3.432205] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.444206] systemd[1]: systemd 231 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 3.444206] systemd[1]: Detected virtualization vm-other.
[ 3.444206] systemd[1]: Detected architecture x86-64.
Welcome to 1mUbuntu 16.100m!
[ 3.452206] systemd[1]: Set hostname to <ubuntu>.
[ 3.456207] systemd[1]: Initializing machine ID from random generator.
[ 3.456207] systemd[1]: Installed transient /etc/machine-id file.
[ 3.520211] systemd[1]: Reached target Swap.
[0;32m OK 0m] Reached target Swap.
[ 3.524211] systemd[1]: Reached target User and Group Name Lookups.
[0;32m OK 0m] Reached target User and Group Name Lookups.
[ 3.528211] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[0;32m OK 0m] Started Forward Password Requests to Wall Directory Watch.
[ 3.532211] systemd[1]: Listening on LVM2 poll daemon socket.
[0;32m OK 0m] Listening on LVM2 poll daemon socket.
[0;32m OK 0m] Listening on udev Control Socket.
[0;32m OK 0m] Listening on Device-mapper event daemon FIFOs.
[0;32m OK 0m] Listening on Syslog Socket.
[0;32m OK 0m] Listening on /dev/initctl Compatibility Named Pipe.
[0;32m OK 0m] Created slice System Slice.
[0;32m OK 0m] Listening on Journal Socket (/dev/log).
[0;32m OK 0m] Listening on Journal Socket.
Mounting Debug File System...
Starting Load Kernel Modules...
Starting Set the console keyboard layout...
Starting Create list of required st... nodes for the current kernel...
Starting Remount Root and Kernel File Systems...
Mounting Huge Pages File System...
[0;32m OK 0m] Listening on LVM2 metadata daemon socket.
Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
[0;32m OK 0m] Set up automount Arbitrary Executab...ats File System Automount Point.
[0;32m OK 0m] Listening on Journal Audit Socket.
Starting Journal Service...
Mounting POSIX Message Queue File System...
[0;32m OK 0m] Created slice system-serial\x2dgetty.slice.
[0;32m OK 0m] Reached target Encrypted Volumes.
[0;32m OK 0m] Created slice User and Session Slice.
[0;32m OK 0m] Reached target Slices.
[0;32m OK 0m] Listening on udev Kernel Socket.
Starting Uncomplicated firewall...
Starting Nameserver information manager...
[0;32m OK 0m] Mounted Debug File System.
[0;32m OK 0m] Mounted Huge Pages File System.
[0;32m OK 0m] Started Create list of required sta...ce nodes for the current kernel.
Starting Create Static Device Nodes in /dev...
[0;32m OK 0m] Mounted POSIX Message Queue File System.
[0;32m OK 0m] Started Nameserver information manager.
[ 3.664220] EXT4-fs (vda1): re-mounted. Opts: (null)
[0;32m OK 0m] Started Remount Root and Kernel File Systems.
Starting udev Coldplug all Devices...
Starting Initial cloud-init job (pre-networking)...
Starting Load/Save Random Seed...
[0;32m OK 0m] Started Uncomplicated firewall.
[ 3.724223] Loading iSCSI transport class v2.0-870.
[0;32m OK 0m] Started Create Static Device Nodes in /dev.
[0;32m OK 0m] Started Journal Service.
Starting Flush Journal to Persistent Storage...
Starting udev Kernel Device Manager...
[0;32m OK 0m] Started Load/Save Random Seed.
[ 3.776227] systemd-journald[388]: Received request to flush runtime journal from PID 1
[0;32m OK 0m] Started Flush Journal to Persistent Storage.
[ 3.812229] iscsi: registered transport (tcp)
[0;32m OK 0m] Started LVM2 metadata daemon.
[0;32m OK 0m] Started udev Kernel Device Manager.
[0;32m OK 0m] Started udev Coldplug all Devices.
[ 3.884233] iscsi: registered transport (iser)
[0;32m OK 0m] Started Load Kernel Modules.
Mounting Configuration File System...
Starting Apply Kernel Variables...
Mounting FUSE Control File System...
[0;32m OK 0m] Mounted Configuration File System.
[0;32m OK 0m] Started Apply Kernel Variables.
[0;32m OK 0m] Mounted FUSE Control File System.
[0;32m OK 0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
[0;32m OK 0m] Started Set the console keyboard layout.
[0;32m OK 0m] Reached target Local File Systems (Pre).
[0;32m OK 0m] Started Dispatch Password Requests to Console Directory Watch.
[0;32m OK 0m] Found device /dev/ttyS0.
[0;32m OK 0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[0;32m OK 0m] Found device /dev/disk/by-label/UEFI.
Mounting /boot/efi...
[ 4.812291] systemd-journald[388]: Failed to write entry (25 items, 599 bytes), ignoring: Invalid argument
[0;32m OK 0m] Mounted /boot/efi.
[0;32m OK 0m] Reached target Local File Systems.
Starting Tell Plymouth To Write Out Runtime Data...
Starting ebtables ruleset management...
Starting Set console font and keymap...
Starting Create Volatile Files and Directories...
Starting Commit a transient machine-id on disk...
Starting AppArmor initialization...
[0;32m OK 0m] Started Set console font and keymap.
[0;32m OK 0m] Started Tell Plymouth To Write Out Runtime Data.
[0;32m OK 0m] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[0;32m OK 0m] Started Commit a transient machine-id on disk.
[0;32m OK 0m] Started Update UTMP about System Boot/Shutdown.
[0;32m OK 0m] Started ebtables ruleset management.
[0;32m OK 0m] Started Network Time Synchronization.
[ 5.052306] systemd-journald[388]: Failed to write entry (25 items, 592 bytes), ignoring: Invalid argument
[0;32m OK 0m] Reached target System Time Synchronized.
[ 5.092309] cloud-init[412]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 29 Mar 2017 23:54:23 +0000. Up 4.55 seconds.
[0;32m OK 0m] Started Initial cloud-init job (pre-networking).
[0;32m OK 0m] Reached target Network (Pre).
[0;32m OK 0m] Started AppArmor initialization.
Starting Raise network interfaces...
[0;32m OK 0m] Started Raise network interfaces.
[0;32m OK 0m] Reached target Network.
Starting Initial cloud-init job (metadata service crawler)...
[ 7.464457] cloud-init[1031]: Cloud-init v. 0.7.9 running 'init' at Wed, 29 Mar 2017 23:54:25 +0000. Up 6.76 seconds.
[ 7.468457] cloud-init[1031]: ci-info: +++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++
[ 7.476458] cloud-init[1031]: ci-info: +---------+------+--------------+---------------+-------+-------------------+
[ 7.484458] cloud-init[1031]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
[ 7.484458] cloud-init[1031]: ci-info: +---------+------+--------------+---------------+-------+-------------------+
[ 7.488459] cloud-init[1031]: ci-info: | enp0s3: | True | 192.168.1.95 | 255.255.255.0 | . | fe:e1:bb:d1:45:27 |
[ 7.492459] cloud-init[1031]: ci-info: | enp0s3: | True | . | . | d | fe:e1:bb:d1:45:27 |
[ 7.496459] cloud-init[1031]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . |
[ 7.496459] cloud-init[1031]: ci-info: | lo: | True | . | . | d | . |
[ 7.500459] cloud-init[1031]: ci-info: +---------+------+--------------+---------------+-------+-------------------+
[ 7.504460] cloud-init[1031]: ci-info: +++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++
[ 7.508460] cloud-init[1031]: ci-info: +-------+-------------+-------------+---------------+-----------+-------+
[ 7.508460] cloud-init[1031]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
[ 7.512460] cloud-init[1031]: ci-info: +-------+-------------+-------------+---------------+-----------+-------+
[ 7.516460] cloud-init[1031]: ci-info: | 0 | 0.0.0.0 | 192.168.1.1 | 0.0.0.0 | enp0s3 | UG |
[ 7.520461] cloud-init[1031]: ci-info: | 1 | 192.168.1.0 | 0.0.0.0 | 255.255.255.0 | enp0s3 | U |
[ 7.520461] cloud-init[1031]: ci-info: +-------+-------------+-------------+---------------+-----------+-------+
[ 7.524461] cloud-init[1031]: Generating public/private rsa key pair.
[ 7.528461] cloud-init[1031]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
[ 7.528461] cloud-init[1031]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
[ 7.532461] cloud-init[1031]: The key fingerprint is:
[ 7.540462] cloud-init[1031]: SHA256:dwAohC9vzV/tbuHV5BMWJUJkz10AfUv9kvRUwgKGtSE root@ubuntu
[ 7.544462] cloud-init[1031]: The key's randomart image is:
[ 7.544462] cloud-init[1031]: +---[RSA 2048]----+
[ 7.548462] cloud-init[1031]: | o. .Eo=+*++.B|
[ 7.548462] cloud-init[1031]: | . . . .+ +.++*=|
[ 7.552463] cloud-init[1031]: | . . o o+==|
[ 7.552463] cloud-init[1031]: | . . . o++|
[ 7.552463] cloud-init[1031]: | o o S ... .=.|
[ 7.556463] cloud-init[1031]: | o o ...o ..o|
[ 7.560463] cloud-init[1031]: | . . . o o .|
[ 7.560463] cloud-init[1031]: | . + |
[ 7.564463] cloud-init[1031]: | o. |
[ 7.564463] cloud-init[1031]: +----[SHA256]-----+
[ 7.568464] cloud-init[1031]: Generating public/private dsa key pair.
[ 7.568464] cloud-init[1031]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.
[ 7.572464] cloud-init[1031]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
[ 7.576464] cloud-init[1031]: The key fingerprint is:
[ 7.580464] cloud-init[1031]: SHA256:hqLUPqDd2u/zthgm4/EtCG4Z8T7vJiYAQDJgr68mWiY root@ubuntu
[ 7.580464] cloud-init[1031]: The key's randomart image is:
[ 7.584465] cloud-init[1031]: +---[DSA 1024]----+
[ 7.584465] cloud-init[1031]: |*o |
[ 7.588465] cloud-init[1031]: |+.. |
[ 7.588465] cloud-init[1031]: |. . |
[ 7.592465] cloud-init[1031]: |. o. . |
[ 7.592465] cloud-init[1031]: |..ooo . S |
[ 7.596465] cloud-init[1031]: |.++=.. . |
[ 7.596465] cloud-init[1031]: |Eo=*B.o |
[ 7.600466] cloud-init[1031]: |.=*+*B++. |
[ 7.600466] cloud-init[1031]: |=o.ooOB=+. |
[ 7.604466] cloud-init[1031]: +----[SHA256]-----+
[ 7.604466] cloud-init[1031]: Generating public/private ecdsa key pair.
[ 7.608466] cloud-init[1031]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
[ 7.612466] cloud-init[1031]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
[ 7.612466] cloud-init[1031]: The key fingerprint is:
[ 7.616467] cloud-init[1031]: SHA256:ZPzupUBf6gO6T1aoZXZFs2LCGfOTaAC+XQl2o7aQOR8 root@ubuntu
[ 7.620467] cloud-init[1031]: The key's randomart image is:
[ 7.620467] cloud-init[1031]: +---[ECDSA 256]---+
[ 7.624467] cloud-init[1031]: | ..+ = o |
[ 7.632468] cloud-init[1031]: | . + B O o o |
[ 7.632468] cloud-init[1031]: | * E % * o |
[ 7.640468] cloud-init[1031]: | B B = + |
[ 7.640468] cloud-init[1031]: | . + S + . |
[ 7.644468] cloud-init[1031]: | *.= o |
[ 7.644468] cloud-init[1031]: | ..+.+ . |
[ 7.648469] cloud-init[1031]: | .o +.o |
[ 7.648469] cloud-init[1031]: | .o. +. |
[ 7.648469] cloud-init[1031]: +----[SHA256]-----+
[ 7.652469] cloud-init[1031]: Generating public/private ed25519 key pair.
[ 7.652469] cloud-init[1031]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
[ 7.656469] cloud-init[1031]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
[ 7.660469] cloud-init[1031]: The key fingerprint is:
[ 7.660469] cloud-init[1031]: SHA256:Bzd7FclffzP3B2MtDch59WvIjrSAjFRzkVuc/qq/LWA root@ubuntu
[ 7.664470] cloud-init[1031]: The key's randomart image is:
[ 7.664470] cloud-init[1031]: +--[ED25519 256]--+
[ 7.668470] cloud-init[1031]: | o o+..+.o.|
[ 7.668470] cloud-init[1031]: | . o. ++ =.o|
[ 7.672470] cloud-init[1031]: | . . * ..=+|
[ 7.672470] cloud-init[1031]: | . o .+ +..*oO|
[ 7.676470] cloud-init[1031]: | . oS.o.o+ **|
[ 7.676470] cloud-init[1031]: | Eo.+.. o|
[ 7.680471] cloud-init[1031]: | . .o.. .|
[ 7.680471] cloud-init[1031]: | o. |
[ 7.680471] cloud-init[1031]: | .ooo. |
[ 7.684471] cloud-init[1031]: +----[SHA256]-----+
[0;32m OK 0m] Started Initial cloud-init job (metadata service crawler).
[0;32m OK 0m] Reached target Network is Online.
Starting iSCSI initiator daemon (iscsid)...
[0;32m OK 0m] Reached target Cloud-config availability.
[0;32m OK 0m] Reached target System Initialization.
[0;32m OK 0m] Started Timer to automatically refresh installed snaps.
[0;32m OK 0m] Listening on D-Bus System Message Bus Socket.
[0;32m OK 0m] Listening on ACPID Listen Socket.
Starting Socket activation for snappy daemon.
[0;32m OK 0m] Started Daily apt activities.
[0;32m OK 0m] Started Daily Cleanup of Temporary Directories.
[0;32m OK 0m] Reached target Timers.
[0;32m OK 0m] Listening on UUID daemon activation socket.
Starting LXD - unix socket.
[0;32m OK 0m] Started ACPI Events Check.
[0;32m OK 0m] Reached target Paths.
[0;32m OK 0m] Listening on Socket activation for snappy daemon.
[0;32m OK 0m] Listening on LXD - unix socket.
[0;32m OK 0m] Reached target Sockets.
[0;32m OK 0m] Reached target Basic System.
Starting LXD - container startup/shutdown...
Starting Apply the settings specified in cloud-config...
Starting Accounts Service...
Starting Login Service...
Starting LSB: Record successful boot for GRUB...
[0;32m OK 0m] Started ACPI event daemon.
[0;32m OK 0m] Started Deferred execution scheduler.
[0;32m OK 0m] Started D-Bus System Message Bus.
Starting Network Name Resolution...
Starting Pollinate to seed the pseudo random number generator...
Starting System Logging Service...
[0;32m OK 0m] Started Regular background program processing daemon.
[0;32m OK 0m] Started FUSE filesystem for LXC.
[0;32m OK 0m] Started Snappy daemon.
Starting Auto import assertions from block devices...
[0;1;31mFAILED0m] Failed to start Accounts Service.
See 'systemctl status accounts-daemon.service' for details.
[0;32m OK 0m] Started Login Service.
[0;32m OK 0m] Started LSB: Record successful boot for GRUB.
[0;32m OK 0m] Started iSCSI initiator daemon (iscsid).
Starting Login to default iSCSI targets...
[0;32m OK 0m] Started System Logging Service.
[0;32m OK 0m] Started Auto import assertions from block devices.
[0;32m OK 0m] Started Login to default iSCSI targets.
[0;32m OK 0m] Reached target Remote File Systems (Pre).
[0;32m OK 0m] Reached target Remote File Systems.
Starting Permit User Sessions...
Starting LSB: daemon to balance interrupts for SMP systems...
Starting LSB: automatic crash report generation...
[0;32m OK 0m] Started Permit User Sessions.
Starting Hold until boot process finishes up...
Starting Terminate Plymouth Boot Screen...
[0;32m OK 0m] Started Hold until boot process finishes up.
Starting Set console scheme...
[0;32m OK 0m] Started Serial Getty on ttyS0.
[0;32m OK 0m] Started Set console scheme.
[0;32m OK 0m] Created slice system-getty.slice.
[0;32m OK 0m] Started Getty on tty1.
[0;32m OK 0m] Reached target Login Prompts.
[0;32m OK 0m] Started LSB: daemon to balance interrupts for SMP systems.
[0;32m OK 0m] Started Terminate Plymouth Boot Screen.
[0;32m OK 0m] Started LSB: automatic crash report generation.
[0;32m OK 0m] Started Network Name Resolution.
[0;1;31mFAILED0m] Failed to start LXD - container startup/shutdown.
See 'systemctl status lxd-containers.service' for details.
[ 8.736537] cloud-init[1130]: Generating locales (this might take a while)...
[ 9.272570] cloud-init[1130]: en_US.UTF-8... done
[ 9.272570] cloud-init[1130]: Generation complete.
[ 9.464582] cloud-init[1130]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 29 Mar 2017 23:54:27 +0000. Up 8.62 seconds.
[0;32m OK 0m] Started Apply the settings specified in cloud-config.
Ubuntu 16.10 ubuntu ttyS0
ubuntu login: ci-info: Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu
ci-info: +---------+-------------------+---------+---------+
ci-info: | Keytype | Fingerprint (md5) | Options | Comment |
ci-info: +---------+-------------------+---------+---------+
ci-info: +---------+-------------------+---------+---------+
<14>Mar 29 23:54:35 ec2:
<14>Mar 29 23:54:35 ec2: #############################################################
<14>Mar 29 23:54:35 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
<14>Mar 29 23:54:35 ec2: 1024 SHA256:hqLUPqDd2u/zthgm4/EtCG4Z8T7vJiYAQDJgr68mWiY root@ubuntu (DSA)
<14>Mar 29 23:54:35 ec2: 256 SHA256:ZPzupUBf6gO6T1aoZXZFs2LCGfOTaAC+XQl2o7aQOR8 root@ubuntu (ECDSA)
<14>Mar 29 23:54:35 ec2: 256 SHA256:Bzd7FclffzP3B2MtDch59WvIjrSAjFRzkVuc/qq/LWA root@ubuntu (ED25519)
<14>Mar 29 23:54:35 ec2: 204[ 16.297009] serial8250: too much work for irq4
8 SHA256:dwAohC9vzV/tbuHV5BMWJUJkz10AfUv9kvRUwgKGtSE root@ubuntu (RSA)
<14>Mar 29 23:54:35 ec2: -----END SSH HOST KEY FINGERPRINTS-----
<14>Mar 29 23:54:35 ec2: #############################################################
-----BEGIN SSH HOST KEY KEYS-----
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNO5YCHEttcvdMTfeALixIgjsHrj6tnf9JaBP4Ko6oVNGsYdVd3IcLeJUzN58aDbdwvgXVYM0uPTdqoAJWHJw7s= root@ubuntu
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBtQxcszXKEb62C7VgEsMzOo7mONTO/E2XoNuUWkK9c[ 75.560713] serial8250: too much work for irq4
k root@ubuntu
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjbHijAlpNCDXqbyCHaZAj4d3OjdO+qw0NX90AwHZUvD2g1OW8TVDEi2CJ/uijwWfy5dvP/6sjz/9WLLvfOpUm01SgUX6IO/IbIbHqPOrEuedF3KkNJvIrMFehcxVKNMk4Mw3rMfkT3yAnGzSYe97kbp/LmNYvZbBhu3kF+vISSe8vEf+QNBR8s9TOo19wwd1PSOI8b0aug0Y70jAR+LuarraM4OJ5Jkl5MNWdGXr2gFCbztpfv6HURAW1o6bcWKm9O0f7fPovk3j3P+AXgHP3xMWduxU6k2sCUwTzW6+2OHL+EmYanvlCZfMaGNCGxzbiaJohGZ7gU0um0eAJqh7L root@ubuntu
-----END SSH HOST KEY KEYS-----
[ 16.309010] cloud-init[1374]: Cloud-init v. 0.7.9 running 'modules:fi[ 76.476770] serial8250: too much work for irq4
nal' at Wed, 29 Mar 2017 23:54:35 +0000. Up 16.22 seconds.
[ 16.309010] cloud-init[1374]: Cloud-init v. 0.7.9 finished at Wed, 29 Mar 2017 23:54:35 +0000. Datasource DataSourceEc2. Up 16.30 seconds
Ubuntu 16.10 ubuntu ttyS0
ubuntu login: root
Password:
Welcome to Ubuntu 16.10 (GNU/Linux 4.8.0-41-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
0 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.
root@ubuntu:~#
Script done on Thu Mar 30 02:00:11 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment