Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Joseph-R/99fd6e4d905a13f8e531 to your computer and use it in GitHub Desktop.
Save Joseph-R/99fd6e4d905a13f8e531 to your computer and use it in GitHub Desktop.
$ chef-client -z simple.rb
[2015-04-11T21:54:50-04:00] INFO: Started chef-zero at http://localhost:8889 with repository at /Users/jreid/repo/chef-repo
One version per cookbook
[2015-04-11T21:54:50-04:00] INFO: Forking chef instance to converge...
Starting Chef Client, version 12.2.1
[2015-04-11T21:54:50-04:00] INFO: *** Chef 12.2.1 ***
[2015-04-11T21:54:50-04:00] INFO: Chef-client pid: 18822
[2015-04-11T21:54:52-04:00] INFO: Run List is []
[2015-04-11T21:54:52-04:00] INFO: Run List expands to []
[2015-04-11T21:54:52-04:00] INFO: Starting Chef Run for JoesMacBookPro.local
[2015-04-11T21:54:52-04:00] INFO: Running start handlers
[2015-04-11T21:54:52-04:00] INFO: Start handlers complete.
[2015-04-11T21:54:52-04:00] INFO: HTTP Request Returned 404 Not Found : Object not found: /reports/nodes/JoesMacBookPro.local/runs
resolving cookbooks for run list: []
[2015-04-11T21:54:52-04:00] INFO: Loading cookbooks []
Synchronizing Cookbooks:
Compiling Cookbooks...
Running handlers:
[2015-04-11T21:54:54-04:00] ERROR: Running exception handlers
Running handlers complete
[2015-04-11T21:54:54-04:00] ERROR: Exception handlers complete
[2015-04-11T21:54:54-04:00] FATAL: Stacktrace dumped to /Users/jreid/repo/chef-repo/.chef/local-mode-cache/cache/chef-stacktrace.out
Chef Client failed. 0 resources updated in 4.196364 seconds
[2015-04-11T21:54:55-04:00] ERROR: undefined method `with_machine_options' for Chef::Resource::Machine
[2015-04-11T21:54:55-04:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment