Skip to content

Instantly share code, notes, and snippets.

@tybenz
Created May 25, 2012 20:22
Show Gist options
  • Save tybenz/2790379 to your computer and use it in GitHub Desktop.
Save tybenz/2790379 to your computer and use it in GitHub Desktop.
[Fri, 25 May 2012 20:21:26 +0000] INFO: *** Chef 0.10.8 ***
[Fri, 25 May 2012 20:21:26 +0000] INFO: Setting the run_list to ["recipe[rails-template]"] from JSON
[Fri, 25 May 2012 20:21:26 +0000] INFO: Run List is [recipe[rails-template]]
[Fri, 25 May 2012 20:21:26 +0000] INFO: Run List expands to [rails-template]
[Fri, 25 May 2012 20:21:26 +0000] INFO: Starting Chef Run for precise64
[Fri, 25 May 2012 20:21:26 +0000] INFO: Running start handlers
[Fri, 25 May 2012 20:21:26 +0000] INFO: Start handlers complete.
[Fri, 25 May 2012 20:21:26 +0000] ERROR: Running exception handlers
[Fri, 25 May 2012 20:21:26 +0000] ERROR: Exception handlers complete
[Fri, 25 May 2012 20:21:26 +0000] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out
[Fri, 25 May 2012 20:21:26 +0000] FATAL: SyntaxError: compile error
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rails-template/recipes/default.rb:43: syntax error, unexpected tIDENTIFIER, ex
pecting kDO or '{' or '('
sudo apt-get install -qq python-software-properties
^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rails-template/recipes/default.rb:43: syntax error, unexpected tIDENTIFIER, ex
pecting kDO or '{' or '('
sudo apt-get install -qq python-software-properties
^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rails-template/recipes/default.rb:44: syntax error, unexpected tUMINUS, expect
ing kDO or '{' or '('
sudo add-apt-repository --yes ppa:chris-lea/node.js
^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rails-template/recipes/default.rb:44: syntax error, unexpected tIDENTIFIER, ex
pecting kDO or '{' or '('
sudo add-apt-repository --yes ppa:chris-lea/node.js
^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rails-template/recipes/default.rb:45: syntax error, unexpected tIDENTIFIER, ex
pecting kDO or '{' or '('
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rails-template/recipes/default.rb:46: syntax error, unexpected tIDENTIFIER, ex
pecting kDO or '{' or '('
apt-get install -qq nodejs
^
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rails-template/recipes/default.rb:46: syntax error, unexpected tIDENTIFIER, ex
pecting kDO or '{' or '('
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/rails-template/recipes/default.rb:78: syntax error, unexpected $end, expecting
kEND
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