Skip to content

Instantly share code, notes, and snippets.

@viperfx
Created March 28, 2012 17:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save viperfx/2228684 to your computer and use it in GitHub Desktop.
[Wed, 28 Mar 2012 10:50:29 -0700] INFO: Processing bash[install-pip] action run (python::pip line 33)
[Wed, 28 Mar 2012 10:50:29 -0700] INFO: bash[install-pip] sh("bash" "/tmp/chef-script20120328-961-k5h6u-0")
[Wed, 28 Mar 2012 10:50:29 -0700] ERROR: bash[install-pip] (python::pip line 33) has had an error
[Wed, 28 Mar 2012 10:50:29 -0700] ERROR: Running exception handlers
[Wed, 28 Mar 2012 10:50:29 -0700] ERROR: Exception handlers complete
[Wed, 28 Mar 2012 10:50:29 -0700] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out
[Wed, 28 Mar 2012 10:50:29 -0700] FATAL: Chef::Exceptions::ShellCommandFailed: bash[install-pip] (python::pip line 33) had an error: Expected process to exit 0, but it exited with 127
---- Begin output of "bash" "/tmp/chef-script20120328-961-k5h6u-0" ----
STDOUT:
STDERR: /tmp/chef-script20120328-961-k5h6u-0: line 1: /usr/local/bin/python: No such file or directory
/tmp/chef-script20120328-961-k5h6u-0: line 2: /usr/local/bin/easy_install: No such file or directory
---- End output of "bash" "/tmp/chef-script20120328-961-k5h6u-0" ----
Ran "bash" "/tmp/chef-script20120328-961-k5h6u-0" returned 127
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