dergachev / vagrant_drupal

Deploy a local Drupal development stack with Vagrant.
9 stars 2 forks source link

Version of Chef too old #11

Open pixelite opened 11 years ago

pixelite commented 11 years ago

I'm getting this error when running vagrant up

[Thu, 17 Jan 2013 21:37:05 +0000] ERROR: Running exception handlers [Thu, 17 Jan 2013 21:37:05 +0000] ERROR: Exception handlers complete [Thu, 17 Jan 2013 21:37:05 +0000] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out [Thu, 17 Jan 2013 21:37:05 +0000] FATAL: NameError: php_pear[Console_Table](drush::install_console_table line 20) had an error: NameError: Cannot find a resource for converge_by on ubuntu version 12.04

dergachev commented 11 years ago

The chef version is no good, See http://community.opscode.com/chat/chef/2012-11-22#id-243251

Suzanne ran "chef-solo -v" and confirmed that her precise64 image has chef 0.10.10 while we need 10.16+.

More info: https://gist.github.com/0fcfdef3d6275fc96051

For now, told her to run vagrant box add precise64-v2 http://files.vagrantup.com/precise64.box and try using that box, since it may be more up to date.