Skip to content

Instantly share code, notes, and snippets.

@wfarr
Created May 16, 2011 01:33
Show Gist options
  • Save wfarr/973766 to your computer and use it in GitHub Desktop.
Save wfarr/973766 to your computer and use it in GitHub Desktop.
ree-1.8.7-2011.03 in git/ on master
› vagrant up
[default] Provisioning enabled with chef_solo...
[default] Importing base box 'lucid32'...
[default] Matching MAC address for NAT networking...
[default] The guest additions on this VM do not match the install version of
VirtualBox! This may cause things such as forwarded ports, shared
folders, and more to not work properly. If any of those things fail on
this machine, please update the guest additions and repackage the
box.
Guest Additions Version: 4.0.2
VirtualBox Version: 4.0.6
[default] Running any VM customizations...
[default] Clearing any previously set forwarded ports...
[default] Forwarding ports...
[default] -- ssh: 22 => 2222 (adapter 1)
[default] Creating shared folders metadata...
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
[default] VM booted and ready for use!
[default] Mounting shared folders...
[default] -- v-csc-0: /tmp/vagrant-chef/cookbooks-0
[default] -- v-root: /vagrant
[default] Running provisioner: Vagrant::Provisioners::ChefSolo...
[default] Generating chef JSON and uploading...
[default] Running chef-solo...
[default] [Sun, 15 May 2011 18:30:56 -0700] INFO: Setting the run_list to ["recipe[git]"] from JSON
[Sun, 15 May 2011 18:30:56 -0700] INFO: Starting Chef Run (Version 0.9.12)
: stdout
[default] [Sun, 15 May 2011 18:30:59 -0700] INFO: Installing package[git-core] version 1:1.7.0.4-1ubuntu0.2
: stdout
[default] [Sun, 15 May 2011 18:31:34 -0700] INFO: Chef Run complete in 37.930802 seconds
[Sun, 15 May 2011 18:31:34 -0700] INFO: cleaning the checksum cache
[Sun, 15 May 2011 18:31:34 -0700] INFO: Running report handlers
[Sun, 15 May 2011 18:31:34 -0700] INFO: Report handlers complete
: stdout
[default] : stdout
ree-1.8.7-2011.03 in git/ on master
› vagrant ssh
Welcome to your Vagrant-built virtual machine.
Last login: Wed Jan 19 16:09:20 2011
vagrant@vagrantup:~$ ls
vagrant@vagrantup:~$ which git
/usr/bin/git
vagrant@vagrantup:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment