Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created December 10, 2012 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitaibu/4250326 to your computer and use it in GitHub Desktop.
Save amitaibu/4250326 to your computer and use it in GitHub Desktop.
================================================================================
Error executing action `install` on resource 'package[php5-xhprof]'
================================================================================
Chef::Exceptions::Exec
----------------------
apt-get -q -y install php5-xhprof=0.9.2-2ppa1~precise returned 100, expected 0
Resource Declaration:
---------------------
# In /tmp/vagrant-chef-1/chef-solo-2/cookbooks/xhprof/recipes/default.rb
32:
33: package "php5-xhprof"
34:
Compiled Resource:
------------------
# Declared in /tmp/vagrant-chef-1/chef-solo-2/cookbooks/xhprof/recipes/default.rb:33:in `from_file'
package("php5-xhprof") do
retry_delay 2
retries 0
recipe_name "default"
action :install
cookbook_name :xhprof
package_name "php5-xhprof"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment