Skip to content

Instantly share code, notes, and snippets.

@hedgehog
Created December 17, 2010 00:20
Show Gist options
  • Select an option

  • Save hedgehog/744270 to your computer and use it in GitHub Desktop.

Select an option

Save hedgehog/744270 to your computer and use it in GitHub Desktop.
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: Processing template[/usr/bin/update_hostname] on chefserver
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: template[/usr/bin/update_hostname] using Chef::Provider::Template
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: looking for template update_hostname.erb in cookbook :hosts
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: Current content's checksum:
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: Rendered content's checksum: f9f61259a32471193a6ccd22d76abcc84377e8a3071ddb314d954125267e379f
[Thu, 16 Dec 2010 16:04:53 -0800] INFO: Writing updated content for template[/usr/bin/update_hostname] to /usr/bin/update_hostname
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: setting mode on /tmp/chef-rendered-template20101216-833-1nfiozc-0 to 755
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: Processing execute[update_hostname] on chefserver
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: execute[update_hostname] using Chef::Provider::Execute
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: Executing /usr/bin/update_hostname
: stdout
[chefserver] [Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: ---- Begin output of /usr/bin/update_hostname ----
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: STDOUT: Take one: somthing
Take two: chefserver
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: STDERR: sed: -e expression #1, char 63: unterminated `s' command
sed: -e expression #1, char 65: unterminated `s' command
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: ---- End output of /usr/bin/update_hostname ----
[Thu, 16 Dec 2010 16:04:53 -0800] DEBUG: Ran /usr/bin/update_hostname returned 1
[Thu, 16 Dec 2010 16:04:53 -0800] ERROR: execute[update_hostname] (/tmp/vagrant-chef/cookbooks-0/hosts/recipes/chefserver.rb:24:in `from_file') had an error:
/usr/bin/update_hostname returned 1, expected 0
---- Begin output of /usr/bin/update_hostname ----
STDOUT: Take one: somthing
Take two: chefserverSTDERR: sed: -e expression #1, char 63: unterminated `s' command
sed: -e expression #1, char 65: unterminated `s' command
---- End output of /usr/bin/update_hostname ----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment