Skip to content

Instantly share code, notes, and snippets.

@Spoygg
Created March 26, 2013 10:01
Show Gist options
  • Save Spoygg/5244279 to your computer and use it in GitHub Desktop.
Save Spoygg/5244279 to your computer and use it in GitHub Desktop.
spoygg@Yggdrasill ~/S/unwrap> vagrant up
[default] Box debian64 was not found. Fetching box from specified URL...
[vagrant] Downloading with Vagrant::Downloaders::HTTP...
[vagrant] Downloading box: https://dl.dropbox.com/u/366736/Vagrant%20boxes/debian64.box
[vagrant] Extracting box...
[vagrant] Verifying box...
[vagrant] Cleaning up downloaded box...
[default] Importing base box 'debian64'...
[default] Matching MAC address for NAT networking...
[default] Clearing any previously set forwarded ports...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] -- 5432 => 65432 (adapter 1)
[default] Exporting NFS shared folders...
[vagrant] Preparing to edit /etc/exports. Administrator privileges will be required...
[sudo] password for spoygg:
* Stopping NFS kernel daemon [ OK ]
* Unexporting directories for NFS kernel daemon... [ OK ]
* Exporting directories for NFS kernel daemon... [ OK ]
* Starting NFS kernel daemon [ OK ]
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Running any VM customizations...
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
[default] VM booted and ready for use!
[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.2.6
VirtualBox Version: 4.1.12
[default] Configuring and enabling network interfaces...
[default] Setting host name...
[default] Mounting shared folders...
[default] Mounting NFS shared folders...
[default] Running provisioner: Vagrant::Provisioners::ChefSolo...
[default] Generating chef JSON and uploading...
[default] Running chef-solo...
stdin: is not a tty
[2013-03-26T09:42:25+00:00] INFO: *** Chef 11.4.0 ***
[2013-03-26T09:42:26+00:00] INFO: Setting the run_list to ["recipe[timezone-ii]", "recipe[unwrap::default]"] from JSON
[2013-03-26T09:42:26+00:00] INFO: Run List is [recipe[timezone-ii], recipe[unwrap::default]]
[2013-03-26T09:42:26+00:00] INFO: Run List expands to [timezone-ii, unwrap::default]
[2013-03-26T09:42:26+00:00] INFO: Starting Chef Run for unwrap
[2013-03-26T09:42:26+00:00] INFO: Running start handlers
[2013-03-26T09:42:26+00:00] INFO: Start handlers complete.
[2013-03-26T09:42:26+00:00] ERROR: Running exception handlers
[2013-03-26T09:42:26+00:00] ERROR: Exception handlers complete
[2013-03-26T09:42:26+00:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out
[2013-03-26T09:42:26+00:00] FATAL: Chef::Exceptions::CookbookNotFound: Cookbook timezone-ii not found. If you're loading timezone-ii from another cookbook, make sure you configure the dependency in your metadata
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment