Skip to content

Instantly share code, notes, and snippets.

@derekperkins
Created September 17, 2013 21:35
Show Gist options
  • Save derekperkins/6600975 to your computer and use it in GitHub Desktop.
Save derekperkins/6600975 to your computer and use it in GitHub Desktop.
Using your new box
C:\nozzle-chef>vagrant up --provider=vmware_workstation
Bringing machine 'default' up with 'vmware_workstation' provider...
[default] Box 'nozzle-vagrant' was not found. Fetching box from specified URL fo
r
the provider 'vmware_workstation'. Note that if the URL does not have
a box for this provider, you should interrupt Vagrant now and add
the box yourself. Otherwise Vagrant will attempt to download the
full box prior to discovering this error.
Downloading or copying the box...
←[0KExtracting box...ate: 7032k/s, Estimated time remaining: --:--:--)
Successfully added box 'nozzle-vagrant' with provider 'vmware_fusion'!
[default] Cloning VMware VM: 'nozzle-vagrant'. This can take some time...
[default] Verifying vmnet devices are healthy...
[default] Preparing network adapters...
[default] Starting the VMware VM...
[default] Waiting for the VM to finish booting...
[default] The machine is booted and ready!
[default] Forwarding ports...
[default] -- 22 => 2222
[default] -- 80 => 8082
[default] Setting hostname...
[default] Configuring network adapters within the VM...
[default] Enabling and configuring shared folders...
[default] -- C:/nozzle-chef: /vagrant
[default] -- C:/nozzle-chef/roles: /tmp/vagrant-chef-1/chef-solo-3/roles
[default] -- C:/nozzle-chef/site-cookbooks: /tmp/vagrant-chef-1/chef-solo-2/cook
books
[default] -- C:/nozzle-chef/cookbooks: /tmp/vagrant-chef-1/chef-solo-1/cookbooks
[default] -- C:/nozzle-chef/data_bags: /tmp/vagrant-chef-1/chef-solo-4/data_bags
[default] Running provisioner: shell...
[default] Running: C:/Users/Derek/AppData/Local/Temp/vagrant-shell20130917-2368-
52e65n
stdin: is not a tty
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6790 100 6790 0 0 6342 0 0:00:01 0:00:01 --:--:-- 9365
Downloading Chef for ubuntu...
Installing Chef
(Reading database ... 62307 files and directories currently installed.)
Preparing to replace chef 11.4.0-1.ubuntu.11.04 (using .../tmp.xBb1JHWf/chef__am
d64.deb) ...
Unpacking replacement chef ...
Setting up chef (11.6.0-1.ubuntu.12.04) ...
Thank you for installing Chef!
[default] Running provisioner: chef_solo...
Generating chef JSON and uploading...
Running chef-solo...
stdin: is not a tty
[2013-09-17T21:33:24+00:00] INFO: Forking chef instance to converge...
[2013-09-17T21:33:24+00:00] INFO: *** Chef 11.6.0 ***
[2013-09-17T21:33:26+00:00] INFO: Setting the run_list to ["role[development]"]
from JSON
[2013-09-17T21:33:26+00:00] INFO: Run List is [role[development]]
[2013-09-17T21:33:26+00:00] INFO: Run List expands to [apt, build-essential, che
f-client, htop, vim, dummy, redis::server_source, chef-php54, gearman, java::ope
njdk, elasticsearch, mysql::server, mysql::ruby, nozzle::prereqs, nozzle::web, n
ozzle::deploy, nozzle::database]
[2013-09-17T21:33:26+00:00] INFO: Starting Chef Run for local.nozzle.io
[2013-09-17T21:33:26+00:00] INFO: Running start handlers
[2013-09-17T21:33:26+00:00] INFO: Start handlers complete.
[2013-09-17T21:33:26+00:00] ERROR: Running exception handlers
[2013-09-17T21:33:26+00:00] ERROR: Exception handlers complete
[2013-09-17T21:33:26+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-sta
cktrace.out
[2013-09-17T21:33:26+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef ru
n process exited unsuccessfully (exit code 1)
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