c:\vagrant\vagrant_drupal>vagrant up [default] Importing base box 'base'... [default] Matching MAC address for NAT networking... [default] Clearing any previously set forwarded ports... [default] Forwarding ports... [default] -- 22 => 2222 (adapter 1) [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.0 VirtualBox Version: 4.2.10 [default] Configuring and enabling network interfaces... [default] Mounting shared folders... [default] -- v-root: /vagrant [default] -- public: /vagrant/public [default] -- v-csr-3: /tmp/vagrant-chef-1/chef-solo-3/roles [default] -- v-csc-2: /tmp/vagrant-chef-1/chef-solo-2/cookbooks [default] -- v-csc-1: /tmp/vagrant-chef-1/chef-solo-1/cookbooks [default] Running provisioner: Vagrant::Provisioners::ChefSolo... [default] Generating chef JSON and uploading... [default] Running chef-solo... stdin: is not a tty [2013-03-23T17:10:23+01:00] INFO: *** Chef 10.14.2 *** [2013-03-23T17:10:24+01:00] INFO: Setting the run_list to ["role[drupal_lamp_var nish_dev]", "recipe[drupal::example]"] from JSON [2013-03-23T17:10:24+01:00] INFO: Run List is [role[drupal_lamp_varnish_dev], re cipe[drupal::example]] [2013-03-23T17:10:24+01:00] INFO: Run List expands to [php, apache2, apache2::mo d_expires, apache2::mod_php5, apache2::mod_rewrite, drupal::minimal, php::module _curl, php::module_gd, php::module_mysql, php::module_memcache, imagemagick, dru pal::dev, drush::head, drush_make, phpmyadmin, webgrind, xhprof, memcached, mysq l::server, varnish, drupal::drupal_apps, drupal::example] [2013-03-23T17:10:24+01:00] INFO: Starting Chef Run for lucid32.hsd1.ca.comcast. net. [2013-03-23T17:10:24+01:00] INFO: Running start handlers [2013-03-23T17:10:24+01:00] INFO: Start handlers complete. [2013-03-23T17:10:25+01:00] INFO: Missing gem 'mysql' [2013-03-23T17:10:25+01:00] WARN: require_recipe is deprecated and will be remov ed in a future release, please use include_recipe [2013-03-23T17:10:25+01:00] WARN: require_recipe is deprecated and will be remov ed in a future release, please use include_recipe [2013-03-23T17:10:25+01:00] INFO: Processing execute[apt-get update] action run (apt::default line 20) [2013-03-23T17:11:06+01:00] INFO: execute[apt-get update] ran successfully [2013-03-23T17:11:06+01:00] WARN: require_recipe is deprecated and will be remov ed in a future release, please use include_recipe [2013-03-23T17:11:06+01:00] INFO: Could not find previously defined grants.sql r esource [2013-03-23T17:11:06+01:00] WARN: require_recipe is deprecated and will be remov ed in a future release, please use include_recipe [2013-03-23T17:11:06+01:00] WARN: require_recipe is deprecated and will be remov ed in a future release, please use include_recipe [2013-03-23T17:11:07+01:00] WARN: require_recipe is deprecated and will be remov ed in a future release, please use include_recipe [2013-03-23T17:11:07+01:00] WARN: require_recipe is deprecated and will be remov ed in a future release, please use include_recipe [2013-03-23T17:11:07+01:00] WARN: require_recipe is deprecated and will be remov ed in a future release, please use include_recipe [2013-03-23T17:11:07+01:00] INFO: Processing package[php5-cgi] action install (p hp::package line 32) ================================================================================ Error executing action `install` on resource 'package[php5-cgi]' ================================================================================ Chef::Exceptions::Exec ---------------------- apt-get -q -y install php5-cgi=5.3.2-1ubuntu4.17 returned 100, expected 0 Resource Declaration: --------------------- # In /tmp/vagrant-chef-1/chef-solo-1/cookbooks/php/recipes/package.rb 31: pkgs.each do |pkg| 32: package pkg do 33: action :install 34: end 35: end Compiled Resource: ------------------ # Declared in /tmp/vagrant-chef-1/chef-solo-1/cookbooks/php/recipes/package.rb:3 2:in `from_file' package("php5-cgi") do retry_delay 2 cookbook_name :php package_name "php5-cgi" retries 0 action [:install] recipe_name "package" end [2013-03-23T17:12:07+01:00] ERROR: Running exception handlers [2013-03-23T17:12:07+01:00] ERROR: Exception handlers complete [2013-03-23T17:12:07+01:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef -stacktrace.out [2013-03-23T17:12:07+01:00] FATAL: Chef::Exceptions::Exec: package[php5-cgi] (ph p::package line 32) had an error: Chef::Exceptions::Exec: apt-get -q -y install php5-cgi=5.3.2-1ubuntu4.17 returned 100, expected 0 Chef never successfully completed! Any errors should be visible in the output above. Please fix your recipes so that they properly complete.