diff --git a/infra/full/rspec.yml b/infra/full/rspec.yml
new file mode 100644
index 0000000000000000000000000000000000000000..99153af05dce770b6207e477763e88306a62333e
--- /dev/null
+++ b/infra/full/rspec.yml
@@ -0,0 +1,101 @@
+hosts:
+  - name: clmc-service
+    cpus: 1
+    memory: 2048
+    disk: "10GB"
+    forward_ports:
+      - guest: 8086
+        host: 8086
+      - guest: 8888
+        host: 8888
+      - guest: 9092
+        host: 9092
+    ip_address: "192.168.50.10"
+    install_script: "install-clmc-service.sh"
+    start_script: "start-clmc-service.sh"
+  - name: apache1
+    cpus: 1
+    memory: 2048
+    disk: "10GB"
+    service_name: "apache"
+    forward_ports:
+      - guest: 80
+        host: 8081
+    ip_address: "192.168.50.11"
+    location: "DC1"
+    sfc_id: "MS_Template_1"
+    sfc_id_instance: "MS_I1"
+    sf_id: "adaptive_streaming"
+    sf_id_instance: "adaptive_streaming_I1"
+    ipendpoint_id: "adaptive_streaming_I1_apache1"
+    influxdb_url: "http://192.168.50.10:8086"
+    database_name: "CLMCMetrics"
+  - name: apache2
+    cpus: 1
+    memory: 2048
+    disk: "10GB"
+    service_name: "apache"
+    forward_ports:
+      - guest: 80
+        host: 8082
+    ip_address: "192.168.50.12"
+    location: "DC2"
+    sfc_id: "MS_Template_1"
+    sfc_id_instance: "MS_I1"
+    sf_id: "adaptive_streaming"
+    sf_id_instance: "adaptive_streaming_I1"
+    ipendpoint_id: "adaptive_streaming_I1_apache2"
+    influxdb_url: "http://192.168.50.10:8086"
+    database_name: "CLMCMetrics"      
+    
+  - name: nginx
+    cpus: 1
+    memory: 2048
+    disk: "10GB"
+    service_name: "nginx"
+    forward_ports:
+      - guest: 80
+        host: 8083
+    ip_address: "192.168.50.13"
+    location: "DC1"
+    sfc_id: "MS_Template_1"
+    sfc_id_instance: "MS_I1"
+    sf_id: "adaptive_streaming"
+    sf_id_instance: "adaptive_streaming_nginx_I1"
+    ipendpoint_id: "adaptive_streaming_nginx_I1_apache1"
+    influxdb_url: "http://192.168.50.10:8086"
+    database_name: "CLMCMetrics"
+  - name: mongo
+    cpus: 1
+    memory: 2048
+    disk: "10GB"
+    service_name: "mongo"
+    forward_ports:
+      - guest: 80
+        host: 8084
+    ip_address: "192.168.50.14"
+    location: "DC1"
+    sfc_id: "MS_Template_1"
+    sfc_id_instance: "MS_I1"
+    sf_id: "metadata_database"
+    sf_id_instance: "metadata_database_I1"
+    ipendpoint_id: "metadata_database_I1_apache1"
+    influxdb_url: "http://192.168.50.10:8086"
+    database_name: "CLMCMetrics" 
+  - name: ffmpeg
+    cpus: 1
+    memory: 2048
+    disk: "10GB"
+    service_name: "ffmpeg"
+    forward_ports:
+      - guest: 80
+        host: 8085
+    ip_address: "192.168.50.14"
+    location: "DC1"
+    sfc_id: "MS_Template_1"
+    sfc_id_instance: "MS_I1"
+    sf_id: "metadata_database"
+    sf_id_instance: "metadata_database_I1"
+    ipendpoint_id: "metadata_database_I1_apache1"
+    influxdb_url: "http://192.168.50.10:8086"
+    database_name: "CLMCMetrics" 
diff --git a/test/services/apache/000-default.conf b/test/services/apache/000-default.conf
new file mode 100644
index 0000000000000000000000000000000000000000..147bf1576ed3a73e97c488420ca09b5278dc84a5
--- /dev/null
+++ b/test/services/apache/000-default.conf
@@ -0,0 +1,29 @@
+<VirtualHost *:8890>
+        # The ServerName directive sets the request scheme, hostname and port that
+        # the server uses to identify itself. This is used when creating
+        # redirection URLs. In the context of virtual hosts, the ServerName
+        # specifies what hostname must appear in the request's Host: header to
+        # match this virtual host. For the default virtual host (this file) this
+        # value is not decisive as it is used as a last resort host regardless.
+        # However, you must set it for any further virtual host explicitly.
+        #ServerName www.example.com
+
+        ServerAdmin webmaster@localhost
+        DocumentRoot /var/www/html
+
+        # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
+        # error, crit, alert, emerg.
+        # It is also possible to configure the loglevel for particular
+        # modules, e.g.
+        #LogLevel info ssl:warn
+
+        ErrorLog ${APACHE_LOG_DIR}/error.log
+        CustomLog ${APACHE_LOG_DIR}/access.log combined
+
+        # For most configuration files from conf-available/, which are
+        # enabled or disabled at a global level, it is possible to
+        # include a line for only one particular virtual host. For example the
+        # following line enables the CGI configuration for this host only
+        # after it has been globally disabled with "a2disconf".
+        #Include conf-available/serve-cgi-bin.conf
+</VirtualHost>
diff --git a/test/services/apache/apache2.conf b/test/services/apache/apache2.conf
new file mode 100644
index 0000000000000000000000000000000000000000..956b717ec9eea9a80916465d900e2634dc56c555
--- /dev/null
+++ b/test/services/apache/apache2.conf
@@ -0,0 +1,223 @@
+# This is the main Apache server configuration file.  It contains the
+# configuration directives that give the server its instructions.
+# See http://httpd.apache.org/docs/2.4/ for detailed information about
+# the directives and /usr/share/doc/apache2/README.Debian about Debian specific
+# hints.
+#
+#
+# Summary of how the Apache 2 configuration works in Debian:
+# The Apache 2 web server configuration in Debian is quite different to
+# upstream's suggested way to configure the web server. This is because Debian's
+# default Apache2 installation attempts to make adding and removing modules,
+# virtual hosts, and extra configuration directives as flexible as possible, in
+# order to make automating the changes and administering the server as easy as
+# possible.
+
+# It is split into several files forming the configuration hierarchy outlined
+# below, all located in the /etc/apache2/ directory:
+#
+#       /etc/apache2/
+#       |-- apache2.conf
+#       |       `--  ports.conf
+#       |-- mods-enabled
+#       |       |-- *.load
+#       |       `-- *.conf
+#       |-- conf-enabled
+#       |       `-- *.conf
+#       `-- sites-enabled
+#               `-- *.conf
+#
+#
+# * apache2.conf is the main configuration file (this file). It puts the pieces
+#   together by including all remaining configuration files when starting up the
+#   web server.
+#
+# * ports.conf is always included from the main configuration file. It is
+#   supposed to determine listening ports for incoming connections which can be
+#   customized anytime.
+#
+# * Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/
+#   directories contain particular configuration snippets which manage modules,
+#   global configuration fragments, or virtual host configurations,
+#   respectively.
+#
+#   They are activated by symlinking available configuration files from their
+#   respective *-available/ counterparts. These should be managed by using our
+#   helpers a2enmod/a2dismod, a2ensite/a2dissite and a2enconf/a2disconf. See
+#   their respective man pages for detailed information.
+#
+# * The binary is called apache2. Due to the use of environment variables, in
+#   the default configuration, apache2 needs to be started/stopped with
+#   /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not
+#   work with the default configuration.
+
+
+# Global configuration
+#
+ServerName apache1
+
+#
+# ServerRoot: The top of the directory tree under which the server's
+# configuration, error, and log files are kept.
+#
+# NOTE!  If you intend to place this on an NFS (or otherwise network)
+# mounted filesystem then please read the Mutex documentation (available
+# at <URL:http://httpd.apache.org/docs/2.4/mod/core.html#mutex>);
+# you will save yourself a lot of trouble.
+#
+# Do NOT add a slash at the end of the directory path.
+#
+#ServerRoot "/etc/apache2"
+
+#
+# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
+#
+Mutex file:${APACHE_LOCK_DIR} default
+
+#
+# PidFile: The file in which the server should record its process
+# identification number when it starts.
+# This needs to be set in /etc/apache2/envvars
+#
+PidFile ${APACHE_PID_FILE}
+
+#
+# Timeout: The number of seconds before receives and sends time out.
+#
+Timeout 300
+
+#
+# KeepAlive: Whether or not to allow persistent connections (more than
+# one request per connection). Set to "Off" to deactivate.
+#
+KeepAlive On
+
+#
+# MaxKeepAliveRequests: The maximum number of requests to allow
+# during a persistent connection. Set to 0 to allow an unlimited amount.
+# We recommend you leave this number high, for maximum performance.
+#
+MaxKeepAliveRequests 100
+
+#
+# KeepAliveTimeout: Number of seconds to wait for the next request from the
+# same client on the same connection.
+#
+KeepAliveTimeout 5
+
+
+# These need to be set in /etc/apache2/envvars
+User ${APACHE_RUN_USER}
+Group ${APACHE_RUN_GROUP}
+
+#
+# HostnameLookups: Log the names of clients or just their IP addresses
+# e.g., www.apache.org (on) or 204.62.129.132 (off).
+# The default is off because it'd be overall better for the net if people
+# had to knowingly turn this feature on, since enabling it means that
+# each client request will result in AT LEAST one lookup request to the
+# nameserver.
+#
+HostnameLookups Off
+
+# ErrorLog: The location of the error log file.
+# If you do not specify an ErrorLog directive within a <VirtualHost>
+# container, error messages relating to that virtual host will be
+# logged here.  If you *do* define an error logfile for a <VirtualHost>
+# container, that host's errors will be logged there and not here.
+#
+ErrorLog ${APACHE_LOG_DIR}/error.log
+
+#
+# LogLevel: Control the severity of messages logged to the error_log.
+# Available values: trace8, ..., trace1, debug, info, notice, warn,
+# error, crit, alert, emerg.
+# It is also possible to configure the log level for particular modules, e.g.
+# "LogLevel info ssl:warn"
+#
+LogLevel warn
+
+# Include module configuration:
+IncludeOptional mods-enabled/*.load
+IncludeOptional mods-enabled/*.conf
+
+# Include list of ports to listen on
+Include ports.conf
+
+
+# Sets the default security model of the Apache2 HTTPD server. It does
+# not allow access to the root filesystem outside of /usr/share and /var/www.
+# The former is used by web applications packaged in Debian,
+# the latter may be used for local directories served by the web server. If
+# your system is serving content from a sub-directory in /srv you must allow
+# access here, or in any related virtual host.
+<Directory />
+        Options FollowSymLinks
+        AllowOverride None
+        Require all denied
+</Directory>
+
+<Directory /usr/share>
+        AllowOverride None
+        Require all granted
+</Directory>
+
+<Directory /var/www/>
+        Options Indexes FollowSymLinks
+        AllowOverride None
+        Require all granted
+</Directory>
+
+#<Directory /srv/>
+#       Options Indexes FollowSymLinks
+#       AllowOverride None
+#       Require all granted
+#</Directory>
+
+
+
+
+# AccessFileName: The name of the file to look for in each directory
+# for additional configuration directives.  See also the AllowOverride
+# directive.
+#
+AccessFileName .htaccess
+
+#
+# The following lines prevent .htaccess and .htpasswd files from being
+# viewed by Web clients.
+#
+<FilesMatch "^\.ht">
+        Require all denied
+</FilesMatch>
+
+
+#
+# The following directives define some format nicknames for use with
+# a CustomLog directive.
+#
+# These deviate from the Common Log Format definitions in that they use %O
+# (the actual bytes sent including headers) instead of %b (the size of the
+# requested file), because the latter makes it impossible to detect partial
+# requests.
+#
+# Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
+# Use mod_remoteip instead.
+#
+LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
+LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
+LogFormat "%h %l %u %t \"%r\" %>s %O" common
+LogFormat "%{Referer}i -> %U" referer
+LogFormat "%{User-agent}i" agent
+
+# Include of directories ignores editors' and dpkg's backup files,
+# see README.Debian for details.
+
+# Include generic snippets of statements
+IncludeOptional conf-enabled/*.conf
+
+# Include the virtual host configurations:
+IncludeOptional sites-enabled/*.conf
+
+# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
+
diff --git a/test/services/apache/ports.conf b/test/services/apache/ports.conf
new file mode 100644
index 0000000000000000000000000000000000000000..d6aa8e26ce9ea680be7a165248889ca427392b67
--- /dev/null
+++ b/test/services/apache/ports.conf
@@ -0,0 +1,16 @@
+# If you just change the port or add more ports here, you will likely also
+# have to change the VirtualHost statement in
+# /etc/apache2/sites-enabled/000-default.conf
+
+#Listen 80
+Listen 8890
+
+<IfModule ssl_module>
+        Listen 443
+</IfModule>
+
+<IfModule mod_gnutls.c>
+        Listen 443
+</IfModule>
+
+# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
diff --git a/test/services/mpeg/install-ffmpeg.sh b/test/services/mpeg/install-ffmpeg.sh
new file mode 100644
index 0000000000000000000000000000000000000000..17ba950c43884ffc86639712e7f38cbbfba9d6fc
--- /dev/null
+++ b/test/services/mpeg/install-ffmpeg.sh
@@ -0,0 +1,42 @@
+# Criando um script .sh para executar todos os comandos:
+#root@servidor:~# vi script.sh 
+#root@servidor:~# chmod +x script.sh 
+#root@servidor:~# ./script.sh
+
+apt-get update
+apt-get -y install autoconf automake build-essential git-core libass-dev libgpac-dev libsdl1.2-dev libtheora-dev libtool libvdpau-dev libvorbis-dev libx11-dev libxext-dev libxfixes-dev pkg-config texi2html zlib1g-dev libmp3lame-dev nasm gcc yasm && true
+mkdir ~/ffmpeg_sources
+cd ~/ffmpeg_sources
+git clone --depth 1 git://github.com/mstorsjo/fdk-aac.git
+cd fdk-aac
+autoreconf -fiv
+./configure --prefix="$HOME/ffmpeg_build" --disable-shared
+make
+make install
+make distclean
+cd ~/ffmpeg_sources
+wget http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz
+tar xzvf lame-3.99.5.tar.gz
+cd lame-3.99.5
+./configure --prefix="$HOME/ffmpeg_build" --enable-nasm --disable-shared
+make
+make install
+make distclean
+cd ~/ffmpeg_sources
+git clone --depth 1 git://source.ffmpeg.org/ffmpeg
+echo "**************************************************************"
+echo "Finished with git, configuring and installing into /usr/bin/"
+echo "**************************************************************"
+cd ffmpeg
+PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig"
+export PKG_CONFIG_PATH
+./configure --prefix="$HOME/ffmpeg_build" \
+  --extra-cflags="-I$HOME/ffmpeg_build/include" --extra-ldflags="-L$HOME/ffmpeg_build/lib" \
+  --bindir="$HOME/bin" --extra-libs="-ldl" --enable-gpl --enable-libass --enable-libfdk-aac \
+  --enable-libmp3lame --enable-nonfree
+make
+make install
+cp ffmpeg /usr/bin/
+make distclean
+hash -r
+ffmpeg 2>&1 | head -n1
diff --git a/test/services/mpeg/install-mpeg.sh b/test/services/mpeg/install-mpeg.sh
new file mode 100644
index 0000000000000000000000000000000000000000..0b82b03b98b3ea4bdaf5b8c942dcebfae0a817cc
--- /dev/null
+++ b/test/services/mpeg/install-mpeg.sh
@@ -0,0 +1,24 @@
+
+sudo apt-get update
+# Install python prerequisite
+echo "Installing python"
+echo "Y" | sudo apt-get install python
+echo "installing unzip"
+echo "Y" | sudo apt-get install zip unzip 
+echo "installing ffpmeg"
+#echo "Y" | sudo apt-get install ffmpeg
+echo "Y" | sudo apt-get install make
+echo "Y" | sudo apt-get install git
+./test/services/install-ffmpeg.sh
+# Obtain bento4
+echo "downloading bento4"
+wget -O scripts/mpegdash/bento4.zip http://zebulon.bok.net/Bento4/binaries/Bento4-SDK-1-5-1-621.x86-unknown-linux.zip
+echo "Ay" | unzip scripts/mpegdash/bento4.zip
+#mv /scripts/mpegdash/Bento4-SDK-1-5-1-621.x86-unknown-linux /scripts/mpegdash/bento4
+#cp scripts/mpegdash/Bento4-SDK-1-5-1-621.x86-unknown-linux/bin ~/opt/bento4
+#PATH=vagrant/scripts/mpegdash/Bento4-SDK-1-5-1-621.x86-unknown-linux/bin:$PATH
+
+
+echo "Running mpeg fragmentation script"
+./scripts/mpegdash/mpeg_transcode.sh scripts/mpegdash/videofile.mp4
+#ffmpeg
\ No newline at end of file
diff --git a/test/services/mpeg/telegraf_mpeg_template.conf b/test/services/mpeg/telegraf_mpeg_template.conf
new file mode 100644
index 0000000000000000000000000000000000000000..99f334996bd9f67a4465cd27950978a2803d69d4
--- /dev/null
+++ b/test/services/mpeg/telegraf_mpeg_template.conf
@@ -0,0 +1,133 @@
+# Telegraf configuration
+
+# Telegraf is entirely plugin driven. All metrics are gathered from the
+# declared inputs, and sent to the declared outputs.
+
+# Plugins must be declared in here to be active.
+# To deactivate a plugin, comment out the name and any variables.
+
+# Use 'telegraf -config telegraf.conf -test' to see what metrics a config
+# file would generate.
+
+# Global tags can be specified here in key="value" format.
+[global_tags]
+  # location of the data centre
+  location="{{LOCATION}}"
+  # media service template id
+  sfc="{{SFC_ID}}"
+  # media service instance
+  sfc_i="{{SFC_ID_INSTANCE}}"
+  # service function type
+  sf="{{SF_ID}}"
+  # service function instance id
+  sf_i="{{SF_ID_INSTANCE}}"
+  # ipendpoint id aka surrogate instance
+  ipendpoint="{{IP_ENDPOINT_ID}}"
+
+# Configuration for telegraf agent
+[agent]
+  ## Default data collection interval for all inputs
+  interval = "10s"
+  ## Rounds collection interval to 'interval'
+  ## ie, if interval="10s" then always collect on :00, :10, :20, etc.
+  round_interval = true
+
+  ## Telegraf will cache metric_buffer_limit metrics for each output, and will
+  ## flush this buffer on a successful write.
+  metric_buffer_limit = 1000
+  ## Flush the buffer whenever full, regardless of flush_interval.
+  flush_buffer_when_full = true
+
+  ## Collection jitter is used to jitter the collection by a random amount.
+  ## Each plugin will sleep for a random time within jitter before collecting.
+  ## This can be used to avoid many plugins querying things like sysfs at the
+  ## same time, which can have a measurable effect on the system.
+  collection_jitter = "0s"
+
+  ## Default flushing interval for all outputs. You shouldn't set this below
+  ## interval. Maximum flush_interval will be flush_interval + flush_jitter
+  flush_interval = "10s"
+  ## Jitter the flush interval by a random amount. This is primarily to avoid
+  ## large write spikes for users running a large number of telegraf instances.
+  ## ie, a jitter of 5s and interval 10s means flushes will happen every 10-15s
+  flush_jitter = "0s"
+
+  ## Logging configuration:
+  ## Run telegraf in debug mode
+  debug = false
+  ## Run telegraf in quiet mode
+  quiet = false
+  ## Specify the log file name. The empty string means to log to stdout.
+  logfile = "G:/Telegraf/telegraf.log"
+
+  ## Override default hostname, if empty use os.Hostname()
+  hostname = ""
+
+
+###############################################################################
+#                                  OUTPUTS                                    #
+###############################################################################
+
+# Configuration for influxdb server to send metrics to
+[[outputs.influxdb]]
+  # The full HTTP or UDP endpoint URL for your InfluxDB instance.
+  # Multiple urls can be specified but it is assumed that they are part of the same
+  # cluster, this means that only ONE of the urls will be written to each interval.
+  # urls = ["udp://127.0.0.1:8089"] # UDP endpoint example
+  urls = ["{{INFLUXDB_URL}}"] # required
+  # The target database for metrics (telegraf will create it if not exists)
+  database = "{{DATABASE_NAME}}" # required
+  # Precision of writes, valid values are "ns", "us" (or "µs"), "ms", "s", "m", "h".
+  # note: using second precision greatly helps InfluxDB compression
+  precision = "s"
+
+  ## Write timeout (for the InfluxDB client), formatted as a string.
+  ## If not provided, will default to 5s. 0s means no timeout (not recommended).
+  timeout = "5s"
+  # username = "telegraf"
+  # password = "metricsmetricsmetricsmetrics"
+  # Set the user agent for HTTP POSTs (can be useful for log differentiation)
+  # user_agent = "telegraf"
+  # Set UDP payload size, defaults to InfluxDB UDP Client default (512 bytes)
+  # udp_payload = 512
+
+
+###############################################################################
+#                                  INPUTS                                     #
+###############################################################################
+# # Influx HTTP write listener
+[[inputs.http_listener]]
+  ## Address and port to host HTTP listener on
+  service_address = ":8186"
+
+  ## timeouts
+  read_timeout = "10s"
+  write_timeout = "10s"
+
+  ## HTTPS
+  #tls_cert= "/etc/telegraf/cert.pem"
+  #tls_key = "/etc/telegraf/key.pem"
+
+  ## MTLS
+  #tls_allowed_cacerts = ["/etc/telegraf/clientca.pem"]
+
+# Read Apache status information (mod_status)
+[[inputs.apache]]
+  ## An array of URLs to gather from, must be directed at the machine
+  ## readable version of the mod_status page including the auto query string.
+  ## Default is "http://localhost/server-status?auto".
+  urls = ["http://localhost/server-status?auto"]
+
+  ## Credentials for basic HTTP authentication.
+  # username = "myuser"
+  # password = "mypassword"
+
+  ## Maximum time to receive response.
+  # response_timeout = "5s"
+
+  ## Optional SSL Config
+  # ssl_ca = "/etc/telegraf/ca.pem"
+  # ssl_cert = "/etc/telegraf/cert.pem"
+  # ssl_key = "/etc/telegraf/key.pem"
+  ## Use SSL but skip chain & host verification
+  # insecure_skip_verify = false
\ No newline at end of file
diff --git a/ubuntu-xenial-16.04-cloudimg-console.log b/ubuntu-xenial-16.04-cloudimg-console.log
new file mode 100644
index 0000000000000000000000000000000000000000..fc8bad30dc4dcbd63e65ffcf8ac6dc97cf2fb934
--- /dev/null
+++ b/ubuntu-xenial-16.04-cloudimg-console.log
@@ -0,0 +1,712 @@
+[    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-98-generic (buildd@lcy01-03) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 (Ubuntu 4.4.0-98.121-generic 4.4.90)
+[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-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: xstate_offset[2]:  576, xstate_sizes[2]:  256
+[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
+[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
+[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
+[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
+[    0.000000] x86/fpu: Using '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-0x000000007ffeffff] usable
+[    0.000000] BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] ACPI data
+[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
+[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
+[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
+[    0.000000] NX (Execute Disable) protection: active
+[    0.000000] SMBIOS 2.5 present.
+[    0.000000] Hypervisor detected: KVM
+[    0.000000] e820: last_pfn = 0x7fff0 max_arch_pfn = 0x400000000
+[    0.000000] MTRR: Disabled
+[    0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too.
+[    0.000000] CPU MTRRs all blank - virtualized system.
+[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
+[    0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0]
+[    0.000000] Scanning 1 areas for low memory corruption
+[    0.000000] RAMDISK: [mem 0x36ac6000-0x3755afff]
+[    0.000000] ACPI: Early table checksum verification disabled
+[    0.000000] ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX  )
+[    0.000000] ACPI: XSDT 0x000000007FFF0030 00003C (v01 VBOX   VBOXXSDT 00000001 ASL  00000061)
+[    0.000000] ACPI: FACP 0x000000007FFF00F0 0000F4 (v04 VBOX   VBOXFACP 00000001 ASL  00000061)
+[    0.000000] ACPI: DSDT 0x000000007FFF0470 0021FF (v02 VBOX   VBOXBIOS 00000002 INTL 20100528)
+[    0.000000] ACPI: FACS 0x000000007FFF0200 000040
+[    0.000000] ACPI: FACS 0x000000007FFF0200 000040
+[    0.000000] ACPI: APIC 0x000000007FFF0240 000054 (v02 VBOX   VBOXAPIC 00000001 ASL  00000061)
+[    0.000000] ACPI: SSDT 0x000000007FFF02A0 0001CC (v01 VBOX   VBOXCPUT 00000002 INTL 20100528)
+[    0.000000] No NUMA configuration found
+[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffeffff]
+[    0.000000] NODE_DATA(0) allocated [mem 0x7ffeb000-0x7ffeffff]
+[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
+[    0.000000] kvm-clock: cpu 0, msr 0:7ffe3001, primary cpu clock
+[    0.000000] kvm-clock: using sched offset of 3322116807 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-0x000000007ffeffff]
+[    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-0x000000007ffeffff]
+[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffeffff]
+[    0.000000] ACPI: PM-Timer IO Port: 0x4008
+[    0.000000] IOAPIC[0]: apic_id 1, version 32, 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 9 global_irq 9 high level)
+[    0.000000] Using ACPI (MADT) for SMP configuration information
+[    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 0x80000000-0xfebfffff] 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 @ffff88007fc00000 s98328 r8192 d32744 u2097152
+[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
+[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 515961
+[    0.000000] Policy zone: DMA32
+[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
+[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
+[    0.000000] Memory: 2034056K/2096696K available (8484K kernel code, 1294K rwdata, 3988K rodata, 1492K init, 1316K bss, 62640K 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:256 16
+[    0.000000] Console: colour VGA+ 80x25
+[    0.000000] console [tty1] enabled
+[    0.000000] console [ttyS0] enabled
+[    0.000000] tsc: Detected 2693.764 MHz processor
+[    0.240683] Calibrating delay loop (skipped) preset value.. 5387.52 BogoMIPS (lpj=10775056)
+[    0.244406] pid_max: default: 32768 minimum: 301
+[    0.246894] ACPI: Core revision 20150930
+[    0.249693] ACPI: 2 ACPI AML tables successfully acquired and loaded
+[    0.250774] Security Framework initialized
+[    0.253305] Yama: becoming mindful.
+[    0.253966] AppArmor: AppArmor initialized
+[    0.257133] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
+[    0.284199] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
+[    0.286578] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
+[    0.288788] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
+[    0.294225] Initializing cgroup subsys io
+[    0.294920] Initializing cgroup subsys memory
+[    0.295644] Initializing cgroup subsys devices
+[    0.297573] Initializing cgroup subsys freezer
+[    0.299520] Initializing cgroup subsys net_cls
+[    0.300248] Initializing cgroup subsys perf_event
+[    0.302745] Initializing cgroup subsys net_prio
+[    0.303496] Initializing cgroup subsys hugetlb
+[    0.304232] Initializing cgroup subsys pids
+[    0.305023] CPU: Physical Processor ID: 0
+[    0.327847] mce: CPU supports 0 MCE banks
+[    0.342676] process: using mwait in idle threads
+[    0.351762] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
+[    0.380720] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
+[    0.395328] Freeing SMP alternatives memory: 32K
+[    0.413175] ftrace: allocating 32154 entries in 126 pages
+[    0.460228] smpboot: APIC(0) Converting physical 0 to logical package 0
+[    0.552639] smpboot: Max logical packages: 1
+[    0.557468] x2apic enabled
+[    0.618573] Switched APIC routing to physical x2apic.
+[    0.644501] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
+[    0.753775] smpboot: CPU0: Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz (family: 0x6, model: 0x45, stepping: 0x1)
+[    0.763274] Performance Events: unsupported p6 CPU model 69 no PMU driver, software events only.
+[    0.773173] KVM setup paravirtual spinlock
+[    0.778405] x86: Booted up 1 node, 1 CPUs
+[    0.779107] smpboot: Total of 1 processors activated (5387.52 BogoMIPS)
+[    0.783669] devtmpfs: initialized
+[    0.791548] evm: security.selinux
+[    0.803907] evm: security.SMACK64
+[    0.839194] evm: security.SMACK64EXEC
+[    0.872541] evm: security.SMACK64TRANSMUTE
+[    0.937924] evm: security.SMACK64MMAP
+[    0.988961] evm: security.ima
+[    0.991899] evm: security.capability
+[    0.993934] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
+[    1.066170] futex hash table entries: 256 (order: 2, 16384 bytes)
+[    1.076245] pinctrl core: initialized pinctrl subsystem
+[    1.082766] RTC time: 15:34:47, date: 02/09/18
+[    1.086803] NET: Registered protocol family 16
+[    1.097982] cpuidle: using governor ladder
+[    1.115455] cpuidle: using governor menu
+[    1.154452] PCCT header not found.
+[    1.159978] ACPI: bus type PCI registered
+[    1.176559] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
+[    1.179305] PCI: Using configuration type 1 for base access
+[    1.194834] ACPI: Added _OSI(Module Device)
+[    1.210988] ACPI: Added _OSI(Processor Device)
+[    1.211735] ACPI: Added _OSI(3.0 _SCP Extensions)
+[    1.243864] ACPI: Added _OSI(Processor Aggregator Device)
+[    1.245467] ACPI: Executed 1 blocks of module-level executable AML code
+[    1.253130] ACPI: Interpreter enabled
+[    1.287706] ACPI: (supports S0 S5)
+[    1.300118] ACPI: Using IOAPIC for interrupt routing
+[    1.301071] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
+[    1.315160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
+[    1.326779] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
+[    1.342958] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
+[    1.428375] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
+[    1.432519] PCI host bridge to bus 0000:00
+[    1.433213] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
+[    1.435376] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
+[    1.438637] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
+[    1.508743] pci_bus 0000:00: root bus resource [mem 0x80000000-0xffdfffff window]
+[    1.513702] pci_bus 0000:00: root bus resource [bus 00-ff]
+[    1.516049] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
+[    1.517122] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
+[    1.518093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
+[    1.520099] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
+[    1.549247] pci 0000:00:07.0: quirk: [io  0x4000-0x403f] claimed by PIIX4 ACPI
+[    1.588066] pci 0000:00:07.0: quirk: [io  0x4100-0x410f] claimed by PIIX4 SMB
+[    1.626054] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
+[    1.635717] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11)
+[    1.637015] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11)
+[    1.647557] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11)
+[    1.648907] ACPI: Enabled 2 GPEs in block 00 to 07
+[    1.649944] vgaarb: setting as boot device: PCI:0000:00:02.0
+[    1.652351] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
+[    1.653671] vgaarb: loaded
+[    1.654259] vgaarb: bridge control possible 0000:00:02.0
+[    1.690862] SCSI subsystem initialized
+[    1.785207] ACPI: bus type USB registered
+[    1.818307] usbcore: registered new interface driver usbfs
+[    1.835900] usbcore: registered new interface driver hub
+[    1.932925] usbcore: registered new device driver usb
+[    1.949324] PCI: Using ACPI for IRQ routing
+[    1.952443] NetLabel: Initializing
+[    1.979348] NetLabel:  domain hash size = 128
+[    1.991584] NetLabel:  protocols = UNLABELED CIPSOv4
+[    1.994150] NetLabel:  unlabeled traffic allowed by default
+[    2.000540] amd_nb: Cannot enumerate AMD northbridges
+[    2.026119] clocksource: Switched to clocksource kvm-clock
+[    2.036231] AppArmor: AppArmor Filesystem Enabled
+[    2.046428] pnp: PnP ACPI init
+[    2.056712] pnp: PnP ACPI: found 3 devices
+[    2.097659] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
+[    2.099132] NET: Registered protocol family 2
+[    2.103185] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
+[    2.199466] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
+[    2.207510] TCP: Hash tables configured (established 16384 bind 16384)
+[    2.231637] UDP hash table entries: 1024 (order: 3, 32768 bytes)
+[    2.235861] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
+[    2.251856] NET: Registered protocol family 1
+[    2.332380] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
+[    2.342149] pci 0000:00:01.0: Activating ISA DMA hang workarounds
+[    2.343645] Unpacking initramfs...
+[    4.030619] Freeing initrd memory: 10836K
+[    4.053595] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 10737418240 ms ovfl timer
+[    4.131303] hw unit of domain pp0-core 2^-0 Joules
+[    4.231951] hw unit of domain package 2^-0 Joules
+[    4.241303] hw unit of domain dram 2^-0 Joules
+[    4.243745] hw unit of domain pp1-gpu 2^-0 Joules
+[    4.249846] platform rtc_cmos: registered platform RTC device (no PNP device found)
+[    4.251171] Scanning for low memory corruption every 60 seconds
+[    4.295126] audit: initializing netlink subsys (disabled)
+[    4.341219] audit: type=2000 audit(1518190494.355:1): initialized
+[    4.345706] Initialise system trusted keyring
+[    4.355776] HugeTLB registered 2 MB page size, pre-allocated 0 pages
+[    4.361687] zbud: loaded
+[    4.375891] VFS: Disk quotas dquot_6.6.0
+[    4.377971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
+[    4.379436] squashfs: version 4.0 (2009/01/31) Phillip Lougher
+[    4.382523] fuse init (API version 7.23)
+[    4.386581] Key type big_key registered
+[    4.397189] Allocating IMA MOK and blacklist keyrings.
+[    4.415686] Key type asymmetric registered
+[    4.426501] Asymmetric key parser 'x509' registered
+[    4.428431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
+[    4.429705] io scheduler noop registered
+[    4.432346] io scheduler deadline registered (default)
+[    4.435675] io scheduler cfq registered
+[    4.438764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
+[    4.455116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
+[    4.459166] ACPI: AC Adapter [AC] (on-line)
+[    4.459914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
+[    4.461150] ACPI: Power Button [PWRF]
+[    4.463498] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
+[    4.464732] ACPI: Sleep Button [SLPF]
+[    4.465942] ACPI: Battery Slot [BAT0] (battery present)
+[    4.477216] GHES: HEST is not enabled!
+[    4.494294] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
+[    4.575598] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
+[    4.600644] Linux agpgart interface v0.103
+[    4.663008] loop: module loaded
+[    4.702146] scsi host0: ata_piix
+[    4.727453] scsi host1: ata_piix
+[    4.728086] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
+[    4.729109] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
+[    4.732618] libphy: Fixed MDIO Bus: probed
+[    4.733319] tun: Universal TUN/TAP device driver, 1.6
+[    4.734118] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
+[    4.752144] PPP generic driver version 2.4.2
+[    4.754952] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
+[    4.790118] ehci-pci: EHCI PCI platform driver
+[    4.809747] ehci-platform: EHCI generic platform driver
+[    4.841028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
+[    4.849656] ohci-pci: OHCI PCI platform driver
+[    4.873104] ohci-platform: OHCI generic platform driver
+[    4.914684] uhci_hcd: USB Universal Host Controller Interface driver
+[    4.955403] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
+[    5.026029] serio: i8042 KBD port at 0x60,0x64 irq 1
+[    5.035722] serio: i8042 AUX port at 0x60,0x64 irq 12
+[    5.037220] mousedev: PS/2 mouse device common for all mice
+[    5.050327] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
+[    5.058832] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
+[    5.080931] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
+[    5.170986] i2c /dev entries driver
+[    5.234710] device-mapper: uevent: version 1.0.3
+[    5.297624] tsc: Refined TSC clocksource calibration: 2693.427 MHz
+[    5.336814] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26d2fcfe3a3, max_idle_ns: 440795242240 ns
+[    5.394437] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
+[    5.419233] ledtrig-cpu: registered to indicate activity on CPUs
+[    5.445629] NET: Registered protocol family 10
+[    5.448458] NET: Registered protocol family 17
+[    5.452926] Key type dns_resolver registered
+[    5.455216] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x0
+[    5.459292] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
+[    5.463422] registered taskstats version 1
+[    5.464133] Loading compiled-in X.509 certificates
+[    5.465516] Loaded X.509 cert 'Build time autogenerated kernel key: 7431eaeda5a51458aeb00f8de0f18f89e178d882'
+[    5.478863] zswap: loaded using pool lzo/zbud
+[    5.482151] Key type trusted registered
+[    5.484698] Key type encrypted registered
+[    5.573787] AppArmor: AppArmor sha1 policy hashing enabled
+[    5.574697] ima: No TPM chip found, activating TPM-bypass!
+[    5.645617] evm: HMAC attrs: 0x1
+[    5.655901]   Magic number: 6:271:588
+[    5.753496] rtc_cmos rtc_cmos: setting system clock to 2018-02-09 15:34:52 UTC (1518190492)
+[    5.945150] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
+[    5.979775] EDD information not available.
+[    5.984913] Freeing unused kernel memory: 1492K
+[    5.999536] Write protecting the kernel read-only data: 14336k
+[    6.008644] Freeing unused kernel memory: 1744K
+[    6.009599] Freeing unused kernel memory: 108K
+Loading, please [    6.018359] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
+wait...
+startin[    6.041116] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
+g version 229
+[    6.055517] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
+[    6.059573] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
+[    6.061402] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
+[    6.071136] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
+[    6.106981] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
+[    6.184007] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
+[    6.251374] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
+[    6.285856] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
+[    6.334508] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
+[    6.461494] e1000: Copyright (c) 1999-2006 Intel Corporation.
+[    6.478170] Fusion MPT base driver 3.04.20
+[    6.493737] Copyright (c) 1999-2008 LSI Corporation
+[    6.536162] AVX version of gcm_enc/dec engaged.
+[    6.560141] AES CTR mode by8 optimization enabled
+[    6.586034] Fusion MPT SPI Host driver 3.04.20
+[    6.657789] mptbase: ioc0: Initiating bringup
+[    6.720309] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
+[    6.766642] ioc0: LSI53C1030 A0: Capabilities={Initiator}
+[    6.958281] scsi host2: ioc0: LSI53C1030 A0, FwRev=00000000h, Ports=1, MaxQ=256, IRQ=20
+[    7.095534] scsi 2:0:0:0: Direct-Access     VBOX     HARDDISK         1.0  PQ: 0 ANSI: 5
+[    7.151502] scsi target2:0:0: Beginning Domain Validation
+[    7.330649] scsi target2:0:0: Domain Validation skipping write tests
+[    7.362872] scsi target2:0:0: Ending Domain Validation
+[    7.392586] scsi target2:0:0: asynchronous
+[    7.454718] scsi 2:0:1:0: Direct-Access     VBOX     HARDDISK         1.0  PQ: 0 ANSI: 5
+[    7.504734] scsi target2:0:1: Beginning Domain Validation
+[    7.585065] scsi target2:0:1: Domain Validation skipping write tests
+[    7.623468] scsi target2:0:1: Ending Domain Validation
+[    7.695748] scsi target2:0:1: asynchronous
+[    7.751366] sd 2:0:0:0: Attached scsi generic sg0 type 0
+[    7.835486] sd 2:0:0:0: [sda] 20971520 512-byte logical blocks: (10.7 GB/10.0 GiB)
+[    7.864999] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 02:0a:1a:84:64:1f
+[    7.879703] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
+[    7.896813] sd 2:0:0:0: [sda] Write Protect is off
+[    7.897716] sd 2:0:0:0: [sda] Incomplete mode parameter data
+[    7.920831] sd 2:0:0:0: [sda] Assuming drive cache: write through
+[    7.953328] sd 2:0:1:0: [sdb] 20480 512-byte logical blocks: (10.5 MB/10.0 MiB)
+[    8.066385] sd 2:0:1:0: Attached scsi generic sg1 type 0
+[    8.072554] sd 2:0:1:0: [sdb] Write Protect is off
+[    8.073454] sd 2:0:1:0: [sdb] Incomplete mode parameter data
+[    8.074372] sd 2:0:1:0: [sdb] Assuming drive cache: write through
+[    8.133499]  sda: sda1
+[    8.170464] sd 2:0:0:0: [sda] Attached SCSI disk
+[    8.231067] sd 2:0:1:0: [sdb] Attached SCSI disk
+[    8.573877] e1000 0000:00:08.0 eth1: (PCI:33MHz:32-bit) 08:00:27:4a:8b:12
+[    8.584052] e1000 0000:00:08.0 eth1: Intel(R) PRO/1000 Network Connection
+[    8.587434] e1000 0000:00:08.0 enp0s8: renamed from eth1
+[    8.601519] e1000 0000:00:03.0 enp0s3: renamed from eth0
+[    9.563491] floppy0: no floppy controllers found
+Begin: Loading e[   10.943375] md: linear personality registered for level -1
+ssential drivers[   11.031938] md: multipath personality registered for level -4
+ ... [   11.052986] md: raid0 personality registered for level 0
+[   11.083214] md: raid1 personality registered for level 1
+[   11.158802] raid6: sse2x1   gen()  9075 MB/s
+[   11.234427] raid6: sse2x1   xor()  7194 MB/s
+[   11.314491] raid6: sse2x2   gen() 12221 MB/s
+[   11.418479] raid6: sse2x2   xor()  8134 MB/s
+[   11.502455] raid6: sse2x4   gen() 13624 MB/s
+[   11.598580] raid6: sse2x4   xor()  9524 MB/s
+[   11.668455] raid6: using algorithm sse2x4 gen() 13624 MB/s
+[   11.728154] raid6: .... xor() 9524 MB/s, rmw enabled
+[   11.748352] raid6: using ssse3x2 recovery algorithm
+[   11.750964] xor: automatically using best checksumming function:
+[   11.818450]    avx       : 19209.000 MB/sec
+[   11.829092] async_tx: api initialized (async)
+[   11.858845] md: raid6 personality registered for level 6
+[   11.871495] md: raid5 personality registered for level 5
+[   11.878137] md: raid4 personality registered for level 4
+[   11.900023] md: raid10 personality registered for level 10
+done.
+Begin: Running /scripts/init-premount ... done.
+Begin: Mounti[   11.941971] Btrfs loaded
+ng root file system ... Begin: Running /scripts/local-top ... done.
+Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
+done.
+Warning: fsck not present, so sk[   12.061963] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
+ipping root file system
+done.
+Begin: Running /scripts/local-bottom ... done.
+Begin: Running /scripts/init-bottom ... done.
+[   12.930359] 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)
+[   12.977547] systemd[1]: Detected virtualization oracle.
+[   12.997840] systemd[1]: Detected architecture x86-64.
+
+Welcome to Ubuntu 16.04.3 LTS!
+
+[   13.057895] systemd[1]: Set hostname to <ubuntu>.
+[   13.151417] systemd[1]: Initializing machine ID from random generator.
+[   13.211812] systemd[1]: Installed transient /etc/machine-id file.
+[   13.243877] random: nonblocking pool is initialized
+[   14.590357] systemd[1]: Listening on Journal Socket (/dev/log).
+[  OK  ] Listening on Journal Socket (/dev/log).
+[   14.667322] systemd[1]: Listening on Journal Socket.
+[  OK  ] Listening on Journal Socket.
+[   14.765019] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
+[  OK  ] Set up automount Arbitrary Executab...ats File System Automount Point.
+[   14.838406] systemd[1]: Reached target Swap.
+[  OK  ] Reached target Swap.
+[   14.887190] systemd[1]: Listening on Syslog Socket.
+[  OK  ] Listening on Syslog Socket.
+[   14.946971] systemd[1]: Listening on Device-mapper event daemon FIFOs.
+[  OK  ] Listening on Device-mapper event daemon FIFOs.
+[   15.030779] systemd[1]: Listening on udev Control Socket.
+[  OK  ] Listening on udev Control Socket.
+[   15.034335] systemd[1]: Created slice User and Session Slice.
+[  OK  ] Created slice User and Session Slice.
+[   15.042380] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
+[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
+[   15.050910] systemd[1]: Listening on Journal Audit Socket.
+[  OK  ] Listening on Journal Audit Socket.
+[   15.094554] systemd[1]: Listening on udev Kernel Socket.
+[  OK  ] Listening on udev Kernel Socket.
+[   15.147258] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
+[  OK  ] Started Forward Password Requests to Wall Directory Watch.
+[   15.185421] systemd[1]: Started Trigger resolvconf update for networkd DNS.
+[  OK  ] Started Trigger resolvconf update for networkd DNS.
+[   15.198571] systemd[1]: Reached target Encrypted Volumes.
+[  OK  ] Reached target Encrypted Volumes.
+[   15.223631] systemd[1]: Reached target User and Group Name Lookups.
+[  OK  ] Reached target User and Group Name Lookups.
+[   15.231258] systemd[1]: Created slice System Slice.
+[  OK  ] Created slice System Slice.
+[   15.233472] systemd[1]: Mounting Debug File System...
+         Mounting Debug File System...
+[   15.235502] systemd[1]: Starting Nameserver information manager...
+         Starting Nameserver information manager...
+[   15.254384] systemd[1]: Starting Remount Root and Kernel File Systems...
+         Starting Remount Root and Kernel File Systems...
+[   15.268439] 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...
+[   15.276802] EXT4-fs (sda1): re-mounted. Opts: (null)
+[   15.330544] systemd[1]: Starting Load Kernel Modules...
+         Starting Load Kernel Modules...
+[   15.492367] systemd[1]: Created slice system-serial\x2dgetty.slice.
+[  OK  ] Created slice system-serial\x2dgetty.slice.
+[   15.599472] systemd[1]: Starting Set console keymap...
+         Starting Set console keymap...
+[   15.613086] systemd[1]: Starting Journal Service...
+         Starting Journal Service...
+[   15.618729] systemd[1]: Starting Uncomplicated firewall...
+         Starting Uncomplicated firewall...
+[   15.703686] Loading iSCSI transport class v2.0-870.
+[   15.806856] systemd[1]: Mounting POSIX Message Queue File System...
+         Mounting POSIX Message Queue File System...
+[   15.898519] systemd[1]: Reached target Slices.
+[   15.991381] iscsi: registered transport (tcp)
+[  OK  ] Reached target Slices.
+[   16.107104] systemd[1]: Mounting Huge Pages File System...
+         Mounting Huge Pages File System...
+[   16.120570] systemd[1]: Listening on LVM2 poll daemon socket.
+[  OK  ] Listening on LVM2 poll daemon socket.
+[   16.122760] systemd[1]: Listening on LVM2 metadata daemon socket.
+[  OK  ] Listening on LVM2 metadata daemon socket.
+[   16.179946] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
+         Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
+[   16.260524] systemd[1]: Mounted Debug File System.
+[  OK  ] Mounted Debug File System.
+[   16.306297] systemd[1]: Mounted Huge Pages File System.
+[  OK  ] Mounted Huge Pages File System.
+[   16.321651] systemd[1]: Mounted POSIX Message Queue File System.
+[  OK  ] Mounted POSIX Message Queue File System.
+[   16.330913] systemd[1]: Started Journal Service.
+[  OK  ] Started Journal Service.
+[  OK  ] Started Remou[   16.357456] iscsi: registered transport (iser)
+nt Root and Kernel File Systems.
+[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
+[  OK  ] Started Load Kernel Modules.
+[  OK  ] Started Set console keymap.
+[  OK  ] Started Uncomplicated firewall.
+[  OK  ] Started Nameserver information manager.
+[  OK  ] Started LVM2 metadata daemon.
+         Mounting FUSE Control File System...
+         Starting Apply Kernel Variables...
+         Starting Create Static Device Nodes in /dev...
+         Starting Initial cloud-init job (pre-networking)...
+         Starting Load/Save Random Seed...
+         Starting udev Coldplug all Devices...
+         Starting Flush Journal to Persistent Storage...
+[  OK  ] Mounted FUSE Control File System.
+[  OK  ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
+[  OK  ] Started Apply Kernel Variables.
+[  OK  ] Started Create Static Device Nodes in /dev.
+[  OK  ] Started Load/Save Random Seed.
+[  OK  ] Started udev Coldplug all Devices.
+         Starting udev Kernel Device Manager...
+[  OK  ] Started Flush Journal to Persistent Storage.
+[  OK  ] Started udev Kernel Device Manager.
+[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
+[  OK  ] Reached target Local File Systems (Pre).
+[  OK  ] Reached target Local File Systems.
+         Starting LSB: AppArmor initialization...
+         Starting Set console font and keymap...
+         Starting Tell Plymouth To Write Out Runtime Data...
+         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  ] Found device /dev/ttyS0.
+[  OK  ] Started Create Volatile Files and Directories.
+[  OK  ] Reached target System Time Synchronized.
+         Starting Update UTMP about System Boot/Shutdown...
+[  OK  ] Started Update UTMP about System Boot/Shutdown.
+[  OK  ] Started Set console font and keymap.
+[  OK  ] Created slice system-getty.slice.
+[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
+[  OK  ] Started LSB: AppArmor initialization.
+[   22.849915] cloud-init[455]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 09 Feb 2018 15:35:10 +0000. Up 22.05 seconds.
+[  OK  ] Started Initial cloud-init job (pre-networking).
+[  OK  ] Reached target Network (Pre).
+         Starting Raise network interfaces...
+[  OK  ] Started Raise network interfaces.
+         Starting Initial cloud-init job (metadata service crawler)...
+[  OK  ] Reached target Network.
+[   25.808608] cloud-init[969]: Cloud-init v. 0.7.9 running 'init' at Fri, 09 Feb 2018 15:35:12 +0000. Up 23.65 seconds.
+[   25.868785] cloud-init[969]: ci-info: +++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++
+[  OK  ] Started Initial cloud-init job (metadata service crawler).
+[  OK  ] Reached target Network is Online.
+[   25.946980] cloud-init[969]: ci-info: +--------+-------+---------------------------+---------------+-------+-------------------+
+         Starting iSCSI initiator daemon (iscsid)...
+[  OK  ] Reached target System Initialization.
+[   26.124260] cloud-init[969]: ci-info: | Device |   Up  |          Address          |      Mask     | Scope |     Hw-Address    |
+[   26.297026] cloud-init[969]: ci-info: +--------+-------+---------------------------+---------------+-------+-------------------+
+         Starting LXD - unix socket.
+[  OK  ] Started Timer to automatically refresh installed snaps.
+[   26.350899] cloud-init[969]: ci-info: | enp0s8 | False |             .             |       .       |   .   | 08:00:27:4a:8b:12 |
+[   26.524753] cloud-init[969]: ci-info: | enp0s3 |  True |         10.0.2.15         | 255.255.255.0 |   .   | 02:0a:1a:84:64:1f |
+[  OK  ] Listening on ACPID Listen Socket.
+         Starting Socket activation for snappy daemon.
+[   26.610896] cloud-init[969]: ci-info: | enp0s3 |  True | fe80::a:1aff:fe84:641f/64 |       .       |  link | 02:0a:1a:84:64:1f |
+[   26.678418] cloud-init[969]: ci-info: |   lo   |  True |         127.0.0.1         |   255.0.0.0   |   .   |         .         |
+[  OK  ] Started ACPI Events Check.
+[  OK  ] Reached target Paths.
+[  OK  ] Started Daily Cleanup of Temporary Directories.
+[  OK  ] Started Daily apt download activities.
+[   26.736261] cloud-init[969]: ci-info: |   lo   |  True |          ::1/128          |       .       |  host |         .         |
+[  OK  ] Started Daily apt upgrade and clean activities.
+[  OK  ] Started Timer to automatically fetch and run repair assertions.[   26.780517] cloud-init[969]: ci-info: +--------+-------+---------------------------+---------------+-------+-------------------+
+[   26.800386] cloud-init[969]: ci-info: +++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++
+[   26.800441] cloud-init[969]: ci-info: +-------+-------------+----------+---------------+-----------+-------+
+[   26.800495] cloud-init[969]: ci-info: | Route | Destination | Gateway  |    Genmask    | Interface | Flags |
+[   26.800543] cloud-init[969]: ci-info: +-------+-------------+----------+---------------+-----------+-------+
+[   26.800587] cloud-init[969]: ci-info: |   0   |   0.0.0.0   | 10.0.2.2 |    0.0.0.0    |   enp0s3  |   UG  |
+[   26.800630] cloud-init[969]: ci-info: |   1   |   10.0.2.0  | 0.0.0.0  | 255.255.255.0 |   enp0s3  |   U   |
+[   26.800674] cloud-init[969]: ci-info: +-------+-------------+----------+---------------+-----------+-------+
+[   26.800995] cloud-init[969]: Generating public/private rsa key pair.
+[   26.801050] cloud-init[969]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
+[   26.801096] cloud-init[969]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
+[   26.801142] cloud-init[969]: The key fingerprint is:
+[   26.801206] cloud-init[969]: SHA256:UCX9FRQiQqRl7lV0ELOpE94C+I256dLKXg+IsErwxVI root@ubuntu-xenial
+[   26.801252] cloud-init[969]: The key's randomart image is:
+[   26.801298] cloud-init[969]: +---[RSA 2048]----+
+[   26.801342] cloud-init[969]: |       oOoo.B+=o |
+[   26.801779] cloud-init[969]: |       B o.o *.  |
+[   26.801838] cloud-init[969]: |    E + o o.o.   |
+[   26.802043] cloud-init[969]: |   o   + B +.    |
+[   26.802097] cloud-init[969]: |. o o   S * .    |
+[   26.802137] cloud-init[969]: |.. = . . o o     |
+[   26.802176] cloud-init[969]: | .o . ..=        |
+[   26.802215] cloud-init[969]: |..   ..o.o       |
+[   26.802251] cloud-init[969]: |.    .+o. .      |
+[   26.802288] cloud-init[969]: +----[SHA256]-----+
+[   26.802324] cloud-init[969]: Generating public/private dsa key pair.
+[   26.802361] cloud-init[969]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.
+[   26.802399] cloud-init[969]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
+[   26.802442] cloud-init[969]: The key fingerprint is:
+[   26.802483] cloud-init[969]: SHA256:v29Npl05d7JrCuX7uTFEryMSsdBh3YScPGGMQKnmt8Q root@ubuntu-xenial
+[   26.802524] cloud-init[969]: The key's randomart image is:
+[   26.802564] cloud-init[969]: +---[DSA 1024]----+
+[   26.802606] cloud-init[969]: |       .ooo*o*.  |
+[   26.802648] cloud-init[969]: |        .o.oO .  |
+[   26.802688] cloud-init[969]: |       .. o  ..  |
+[   26.802728] cloud-init[969]: |      o  . o . . |
+[   26.802771] cloud-init[969]: |     o .S o . . o|
+[   26.802813] cloud-init[969]: |      . E. + .+++|
+[   26.802891] cloud-init[969]: |       o .+ o*=++|
+[   26.802940] cloud-init[969]: |        .  +oo== |
+[   26.802982] cloud-init[969]: |          .o++=o |
+[   26.803024] cloud-init[969]: +----[SHA256]-----+
+[   26.803051] cloud-init[969]: Generating public/private ecdsa key pair.
+[   26.803075] cloud-init[969]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
+[   26.803099] cloud-init[969]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
+[   26.803124] cloud-init[969]: The key fingerprint is:
+[   26.803148] cloud-init[969]: SHA256:sLLwLMAfkYFd730GtOrlHVmuylxCjJnwEkhcWWNU3zk root@ubuntu-xenial
+[   26.803172] cloud-init[969]: The key's randomart image is:
+[   26.803198] cloud-init[969]: +---[ECDSA 256]---+
+[   26.803222] cloud-init[969]: |  +ooo+=.o       |
+[   26.803247] cloud-init[969]: | ..o+.o o o . .  |
+[   26.803270] cloud-init[969]: |   + o.. o . E   |
+[   26.803294] cloud-init[969]: |.   . =oB . + .  |
+[   26.803318] cloud-init[969]: |.......BS= = .   |
+[   26.803341] cloud-init[969]: | ..+.oo + + o    |
+[   26.803366] cloud-init[969]: |  ..+  . o +     |
+[   26.803389] cloud-init[969]: |   .    o +      |
+[   26.803413] cloud-init[969]: |         +       |
+[   26.803437] cloud-init[969]: +----[SHA256]-----+
+[   27.726834] cloud-init[969]: Generating public/private ed25519 key pair.
+[   27.726908] cloud-init[969]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
+[   27.726961] cloud-init[969]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
+[   27.727011] cloud-init[969]: The key fingerprint is:
+[   27.727056] cloud-init[969]: SHA256:Rgx07X9XiaHaD01qj5gN+OMq9GTiCEwBtF9CUkrQCQw root@ubuntu-xenial
+[   27.727099] cloud-init[969]: The key's randomart image is:
+[   27.727141] cloud-init[969]: +--[ED25519 256]--+
+[   27.727187] cloud-init[969]: |E*.+ .o ..       |
+[   27.727232] cloud-init[969]: |.oB    +  .  .   |
+[   27.727280] cloud-init[969]: | o.. .  o.  . o .|
+[   27.727326] cloud-init[969]: | .. o  .  .. o ..|
+[   27.727373] cloud-init[969]: |o  .    S o.+   .|
+[   27.727421] cloud-init[969]: | o   o = o =... .|
+[   27.727462] cloud-init[969]: |  . + = . * =. . |
+[   27.727507] cloud-init[969]: |   . o . = o o   |
+[   27.727895] cloud-init[969]: |      ..o..      |
+[   27.727952] cloud-init[969]: +----[SHA256]-----+
+
+[  OK  ] Reached target Timers.
+[  OK  ] Listening on UUID daemon activation socket.
+[  OK  ] Listening on D-Bus System Message Bus Socket.
+[  OK  ] Reached target Cloud-config availability.
+[  OK  ] Listening on LXD - unix socket.
+[  OK  ] Listening on Socket activation for snappy daemon.
+[  OK  ] Started iSCSI initiator daemon (iscsid).
+         Starting Login to default iSCSI targets...
+[  OK  ] Reached target Sockets.
+[  OK  ] Reached target Basic System.
+[  OK  ] Started Unattended Upgrades Shutdown.
+[  OK  ] Started FUSE filesystem for LXC.
+         Starting System Logging Service...
+         Starting LSB: MD monitoring daemon...
+         Starting LXD - container startup/shutdown...
+         Starting /etc/rc.local Compatibility...
+         Starting Accounts Service...
+[  OK  ] Started Regular background program processing daemon.
+         Starting Apply the settings specified in cloud-config...
+         Starting Pollinate to seed the pseudo random number generator...
+         Starting LSB: Record successful boot for GRUB...
+[  OK  ] Started Deferred execution scheduler.
+         Starting Login Service...
+         Starting Snappy daemon...
+[  OK  ] Started D-Bus System Message Bus.
+[   30.766360] cloud-init[1095]: Generating locales (this might take a while)...
+[  OK  ] Started ACPI event daemon.
+[  OK  ] Started System Logging Service.
+[  OK  ] Started /etc/rc.local Compatibility.
+[  OK  ] Started Login Service.
+[  OK  ] Started LSB: Record successful boot for GRUB.
+[  OK  ] Started Login to default iSCSI targets.
+[  OK  ] Reached target Remote File Systems (Pre).
+[  OK  ] Reached target Remote File Systems.
+         Starting LSB: daemon to balance interrupts for SMP systems...
+         Starting LSB: VirtualBox Linux Additions...
+         Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
+         Starting LSB: automatic crash report generation...
+         Starting Permit User Sessions...
+         Starting Authenticate and Authorize Users to Run Privileged Tasks...
+[  OK  ] Started LSB: MD monitoring daemon.
+[  OK  ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
+[  OK  ] Started Permit User Sessions.
+         Starting Terminate Plymouth Boot Screen...
+         Starting Hold until boot process finishes up...
+[  OK  ] Started Terminate Plymouth Boot Screen.
+[  OK  ] Started Hold until boot process finishes up.
+         Starting Set console scheme...
+[  OK  ] Started Serial Getty on ttyS0.
+[  OK  ] Started Getty on tty1.
+[  OK  ] Reached target Login Prompts.
+[  OK  ] Started LSB: daemon to balance interrupts for SMP systems.
+[  OK  ] Started LSB: automatic crash report generation.
+[  OK  ] Started Set console scheme.
+[  OK  ] Started Authenticate and Authorize Users to Run Privileged Tasks.
+[  OK  ] Started Accounts Service.
+[  OK  ] Started LSB: VirtualBox Linux Additions.
+[   34.365537] cloud-init[1095]:   en_US.UTF-8... done
+[   34.392742] cloud-init[1095]: Generation complete.
+[  OK  ] Started Pollinate to seed the pseudo random number generator.
+         Starting OpenBSD Secure Shell server...
+[  OK  ] Started OpenBSD Secure Shell server.
+[  OK  ] Started Snappy daemon.
+         Starting Auto import assertions from block devices...
+[  OK  ] Started Auto import assertions from block devices.
+[  OK  ] Started LXD - container startup/shutdown.
+[  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.
+[   37.563627] cloud-init[1095]: Cloud-init v. 0.7.9 running 'modules:config' at Fri, 09 Feb 2018 15:35:17 +0000. Up 28.82 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>Feb  9 15:35:26 ec2: 
+<14>Feb  9 15:35:26 ec2: #############################################################
+<14>Feb  9 15:35:26 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
+<14>Feb  9 15:35:26 ec2: 1024 SHA256:v29Npl05d7JrCuX7uTFEryMSsdBh3YScPGGMQKnmt8Q root@ubuntu-xenial (DSA)
+<14>Feb  9 15:35:26 ec2: 256 SHA256:sLLwLMAfkYFd730GtOrlHVmuylxCjJnwEkhcWWNU3zk root@ubuntu-xenial (ECDSA)
+<14>Feb  9 15:35:26 ec2: 256 SHA256:Rgx07X9XiaHaD01qj5gN+OMq9GTiCEwBtF9CUkrQCQw root@ubuntu-xenial (ED25519)
+<14>Feb  9 15:35:26 ec2: 2048 SHA256:UCX9FRQiQqRl7lV0ELOpE94C+I256dLKXg+IsErwxVI root@ubuntu-xenial (RSA)
+<14>Feb  9 15:35:26 ec2: -----END SSH HOST KEY FINGERPRINTS-----
+<14>Feb  9 15:35:26 ec2: #############################################################
+-----BEGIN SSH HOST KEY KEYS-----
+ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPMfhSonbX1HBP16JRLW6nYFUjCc3uxJMr7JZDvLJuxXoxDPeNJF9zr/WsSvElDedgR0BQowwlX5xO/nHuurnUI= root@ubuntu-xenial
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILTpHRkIGurf9UIP16vQkhZxEsRCMamUJxE6esnwVdXF root@ubuntu-xenial
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCGYU0ohCQ1IoiGClbyPTrv1/idJYfEu5dorw7ozByLl7rS7+ZAEnjRX4mAzx6aimmnOS74J//f1Fn5SbVe9NT2Adj5Fpsh4rScz3Lc6FJ+GDZdi6c+HJ9I2p7UlFz9/zjP/i7q07WTV7spcWYSMmO+8fTb2dgZsBvwuCt+/3/xLKonbQ50AtNeGxAQ5iYEE+QUboFho8jcAGkdVdMuXo3lRRGW7J6nO7sgwtLHH38t8UMeUSKQwhR2km5CAQ1h6pL/Ul14tXgyGaXmXs7Zz5khPaaKBAJIzytpm23JmQSZtOvoRisZpmeyGhpq1tN0khSFx/AbI7oGrlsNbLGMLs/ root@ubuntu-xenial
+-----END SSH HOST KEY KEYS-----
+[   38.122244] cloud-init[1357]: Cloud-init v. 0.7.9 running 'modules:final' at Fri, 09 Feb 2018 15:35:26 +0000. Up 37.89 seconds.
+[   38.122413] cloud-init[1357]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.
+[   38.122501] cloud-init[1357]: Cloud-init v. 0.7.9 finished at Fri, 09 Feb 2018 15:35:26 +0000. Datasource DataSourceNoCloud [seed=/dev/sdb][dsmode=net].  Up 38.11 seconds
+

+Ubuntu 16.04.3 LTS ubuntu-xenial ttyS0
+
+ubuntu-xenial login: 
\ No newline at end of file