Skip to content

Instantly share code, notes, and snippets.

@cjs226span
Created August 26, 2011 20:50
Show Gist options
  • Save cjs226span/1174407 to your computer and use it in GitHub Desktop.
Save cjs226span/1174407 to your computer and use it in GitHub Desktop.
chef - error deleting clients
[csmith@opschef01 Fri Aug 26 08:48 PM] ~/.chef
$ knife client list
chef-validator
chef-webui
chickenfry
csmith
csmith_opslog02
i-978d81f6
ops-chef-01
root
[csmith@opschef01 Fri Aug 26 08:48 PM] ~/.chef
$ knife client delete i-978d81f6
Do you really want to delete i-978d81f6? (Y/N) y
ERROR: Server returned error for http://chef.spanning.co:4000/clients/i-978d81f6, retrying 1/5 in 3s
ERROR: The object you are looking for could not be found
Response: Cannot load client i-978d81f6
[csmith@opschef01 Fri Aug 26 08:48 PM] ~/.chef
$ knife client list
chef-validator
chef-webui
chickenfry
csmith
csmith_opslog02
ops-chef-01
root
[csmith@opschef01 Fri Aug 26 08:48 PM] /var/log/chef
$ knife node list
[csmith@opschef01 Fri Aug 26 08:48 PM] /var/log/chef
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment