Skip to content

Instantly share code, notes, and snippets.

@Spoygg
Created May 9, 2013 09:49
Show Gist options
  • Save Spoygg/5546613 to your computer and use it in GitHub Desktop.
Save Spoygg/5546613 to your computer and use it in GitHub Desktop.
spoygg@Yggdrasill ~/S/itsmyplay> vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Importing base box 'itsmyplay'...
[default] Matching MAC address for NAT networking...
[default] Setting the name of the VM...
[default] Clearing any previously set forwarded ports...
[Berkshelf] Berkshelf plugin is disabled but a Berksfile was found at your configured path: /home/spoygg/Saturized/itsmyplay/Berksfile
[Berkshelf] Enable the Berkshelf plugin by setting 'config.berkshelf.enabled = true' in your vagrant config
Pruning invalid NFS exports. Administrator privileges will be required...
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[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] Setting hostname...
[default] Configuring and enabling network interfaces...
[default] Mounting shared folders...
[default] -- /vagrant
[default] Exporting NFS shared folders...
Preparing to edit /etc/exports. Administrator privileges will be required...
* Stopping NFS kernel daemon
...done.
* Unexporting directories for NFS kernel daemon...
...done.
* Exporting directories for NFS kernel daemon...
...done.
* Starting NFS kernel daemon
...done.
[default] Mounting NFS shared folders...
[default] Running provisioner: VagrantPlugins::Chef::Provisioner::ChefSolo...
Generating chef JSON and uploading...
Running chef-solo...
stdin: is not a tty
[2013-05-09T11:44:50+02:00] INFO: *** Chef 11.4.0 ***
[2013-05-09T11:44:51+02:00] INFO: Setting the run_list to ["recipe[timezone-ii]", "recipe[itsmyplay::default]"] from JSON
[2013-05-09T11:44:51+02:00] INFO: Run List is [recipe[timezone-ii], recipe[itsmyplay::default]]
[2013-05-09T11:44:51+02:00] INFO: Run List expands to [timezone-ii, itsmyplay::default]
[2013-05-09T11:44:51+02:00] INFO: Starting Chef Run for itsmyplay
[2013-05-09T11:44:51+02:00] INFO: Running start handlers
[2013-05-09T11:44:51+02:00] INFO: Start handlers complete.
[2013-05-09T11:44:51+02:00] ERROR: Running exception handlers
[2013-05-09T11:44:51+02:00] ERROR: Exception handlers complete
[2013-05-09T11:44:51+02:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out
[2013-05-09T11:44:51+02: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.
s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment