Skip to content

Instantly share code, notes, and snippets.

@derekperkins
derekperkins / gist:6584136
Created September 16, 2013 17:55
vagrant provision
$ vagrant provision
[default] Running provisioner: shell...
[default] Running: C:/cygwin64/tmp/vagrant-shell20130916-6600-32eymi
stdin: is not a tty
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6790 100 6790 0 0 11593 0 --:--:-- --:--:-- --:--:-- 15396
Downloading Chef for ubuntu...
Installing Chef
(Reading database ... 64715 files and directories currently installed.)
@derekperkins
derekperkins / gist:6583944
Created September 16, 2013 17:39
syslog error
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Importing base box 'nozzle-vagrant'...
[default] Matching MAC address for NAT networking...
[default] Setting the name of the VM...
[default] Clearing any previously set forwarded ports...
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
<script type="text/javascript">
piAId = '10162';
piCId = '27375';
(function() {
function async_load(){
var s = document.createElement('script'); s.type = 'text/javascript';
s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
}