Skip to content

Instantly share code, notes, and snippets.

@ktsosno
Created June 4, 2014 04:14
Show Gist options
  • Save ktsosno/a777de8f2443c331595a to your computer and use it in GitHub Desktop.
Save ktsosno/a777de8f2443c331595a to your computer and use it in GitHub Desktop.
ksosnows-mn1:bloc-vagrant ksosnows$ vagrant destroy
default: Are you sure you want to destroy the 'default' VM? [y/N] y
==> default: Forcing shutdown of VM...
==> default: Destroying VM and associated drives...
==> default: Running cleanup tasks for 'chef_solo' provisioner...
==> default: Running cleanup tasks for 'shell' provisioner...
==> default: Running cleanup tasks for 'shell' provisioner...
==> default: Running cleanup tasks for 'shell' provisioner...
==> default: Running cleanup tasks for 'shell' provisioner...
==> default: Running cleanup tasks for 'shell' provisioner...
ksosnows-mn1:bloc-vagrant ksosnows$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'precise32'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: bloc-vagrant_default_1401855250629_77360
==> default: Fixed port collision for 22 => 2222. Now on port 2200.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 3000 => 3000 (adapter 1)
default: 22 => 2200 (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2200
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: The guest additions on this VM do not match the installed version of
default: VirtualBox! In most cases this is fine, but in rare cases it can
default: prevent things such as shared folders from working properly. If you see
default: shared folder errors, please make sure the guest additions within the
default: virtual machine match the version of VirtualBox you have installed on
default: your host and reload your VM.
default:
default: Guest Additions Version: 4.2.0
default: VirtualBox Version: 4.3
==> default: Mounting shared folders...
default: /vagrant => /Users/ksosnows/Bloc/bloc-vagrant
default: /home/vagrant/app => /Users/ksosnows/Bloc/bloc-vagrant/app
default: /tmp/vagrant-chef-1/chef-solo-1/cookbooks => /Users/ksosnows/Bloc/bloc-vagrant/cookbooks
==> default: Running provisioner: chef_solo...
Generating chef JSON and uploading...
Running chef-solo...
stdin: is not a tty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment