Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error executing action install on resource 'package[php5-cgi]' #32

Open
syropian opened this issue Oct 18, 2014 · 1 comment
Open

Error executing action install on resource 'package[php5-cgi]' #32

syropian opened this issue Oct 18, 2014 · 1 comment

Comments

@syropian
Copy link

I think I almost got this thing working, but right at the end, it fails:

Error executing action `install` on resource 'package[php5-cgi]'
==> cider: [2014-10-18T13:41:18+00:00] INFO: Forking chef instance to converge...
==> cider: [2014-10-18T13:41:18+00:00] INFO: *** Chef 11.6.0 ***
==> cider: [2014-10-18T13:41:19+00:00] INFO: Setting the run_list to ["recipe[app::packages]", "recipe[app::web_server]", "recipe[app::vhost]", "recipe[memcached]", "recipe[app::db]"] from JSON
==> cider: [2014-10-18T13:41:19+00:00] INFO: Run List is [recipe[app::packages], recipe[app::web_server], recipe[app::vhost], recipe[memcached], recipe[app::db]]
==> cider: [2014-10-18T13:41:19+00:00] INFO: Run List expands to [app::packages, app::web_server, app::vhost, memcached, app::db]
==> cider: [2014-10-18T13:41:19+00:00] INFO: Starting Chef Run for ciderdev
==> cider: [2014-10-18T13:41:19+00:00] INFO: Running start handlers
==> cider: [2014-10-18T13:41:19+00:00] INFO: Start handlers complete.
==> cider: [2014-10-18T13:41:19+00:00] ERROR: Running exception handlers
==> cider: [2014-10-18T13:41:19+00:00] ERROR: Exception handlers complete
==> cider: [2014-10-18T13:41:19+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> cider: [2014-10-18T13:41:19+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.

@syropian syropian changed the title Error: RunniException Handlers Error: Running Exception Handlers Oct 18, 2014
@syropian syropian changed the title Error: Running Exception Handlers Error executing action install on resource 'package[php5-cgi]' Oct 18, 2014
@Sokka
Copy link

Sokka commented Feb 24, 2015

Wanted to get this working quickly so locked the versions to about the same time as the repo and that did the trick for a quick fix.

Try changing the Berksfile to

source "https://supermarket.getchef.com"

cookbook 'apache2', '<=1.10.4'
cookbook 'apt', '<=2.4.0'
cookbook 'build-essential', '<=2.0.4'
cookbook 'dotdeb', git: 'git://github.com/tomcoonen/chef-dotdeb.git'
cookbook 'memcached'
cookbook 'mysql', '<=5.6.1'
cookbook 'openssl'
cookbook 'php', '<=1.4.6'
cookbook 'postfix'
cookbook 'app', path: './site-cookbooks/app'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants