Skip to content

Instantly share code, notes, and snippets.

@paulmooring
Created February 22, 2013 00:00
Show Gist options
  • Save paulmooring/5009607 to your computer and use it in GitHub Desktop.
Save paulmooring/5009607 to your computer and use it in GitHub Desktop.
wat?
[2013-02-21T22:42:05+00:00] INFO: Loading cookbooks [bluepill, build-essential, chef-client, ntp, rsyslog, runit]
which: no chef-server in (/sbin:/bin:/usr/sbin:/usr/bin:/opt/chef/embedded/bin:/opt/chef/embedded/bin:/usr/local/sbin:/usr/local/bin)
which: no chef-server in (/sbin:/bin:/usr/sbin:/usr/bin:/opt/chef/embedded/bin:/opt/chef/embedded/bin:/usr/local/sbin:/usr/local/bin)
================================================================================
Recipe Compile Error in /var/chef/cache/cookbooks/chef-client/recipes/default.rb
================================================================================
Chef::Exceptions::CookbookNotFound
----------------------------------
Cookbook bluepill_service not found. If you're loading bluepill_service from another cookbook, make sure you configure the dependency in your metadata
Cookbook Trace:
---------------
/var/chef/cache/cookbooks/chef-client/recipes/service.rb:38:in `from_file'
/var/chef/cache/cookbooks/chef-client/recipes/default.rb:20:in `from_file'
Relevant File Content:
----------------------
/var/chef/cache/cookbooks/chef-client/recipes/service.rb:
31: 'upstart',
32: 'winsw'
33: ]
34: init_style = node["chef_client"]["init_style"]
35:
36: # Services moved to recipes
37: if supported_init_styles.member? init_style
38>> include_recipe "#{init_style}_service"
39: else
40: log "Could not determine service init style, manual intervention required to start up the chef-client service."
41: end 42:
[2013-02-21T22:42:05+00:00] ERROR: Running exception handlers
[2013-02-21T22:42:05+00:00] FATAL: Saving node information to /var/chef/cache/failed-run-data.json
[2013-02-21T22:42:05+00:00] ERROR: Exception handlers complete
[2013-02-21T22:42:05+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2013-02-21T22:42:05+00:00] FATAL: Chef::Exceptions::CookbookNotFound: Cookbook bluepill_service not found. If you're loading bluepill_service from another cookbook, make sure you configure the dependency in your metadata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment