I'm running my chef-solo on ubuntu 12.04 (worked on previous versions), and I am getting this error:
Starting Chef Client, version 11.4.0
Compiling Cookbooks...
[2013-02-18T20:05:17+00:00] ERROR: Running exception handlers
[2013-02-18T20:05:17+00:00] ERROR: Exception handlers complete
Chef Client failed. 0 resources updated
[2013-02-18T20:05:17+00:00] FATAL: Stacktrace dumped to /home/ubuntu/chef/chef-stacktrace.out
[2013-02-18T20:05:17+00:00] FATAL: Chef::Exceptions::CookbookNotFound: Cookbook yum not found. If you're loading yum from another cookbook, make sure you configure the dependency in your metadata
On thing to note, I was using chef 10.16.2 before also.
Is there a trace mode that I can figure out exactly which cookbook is giving this error?
I'm guessing some recipe has a bug in its ability to figure out I am using ubuntu (which uses apt).