Skip to content

Instantly share code, notes, and snippets.

@LCartwright
LCartwright / output 2.log
Created February 11, 2017 13:31
thimble.mozilla.org vagrant up log with default logging level
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'ubuntu/trusty64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'ubuntu/trusty64' is up to date...
==> default: Setting the name of the VM: thimblemozillaorg_default_1486818888438_18834
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
@LCartwright
LCartwright / output.log
Created February 11, 2017 12:52
thimble.mozilla.org vagrant up log
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'ubuntu/trusty64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'ubuntu/trusty64' is up to date...
==> default: Setting the name of the VM: thimblemozillaorg_default_1486814562954_5680
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
SELECT
XMLELEMENT("fox-error"
, XMLELEMENT("msg", 'I am the message!')
)
FROM dual