Guest User

Untitled

a guest
Oct 4th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.80 KB | None | 0 0
  1. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: Processing directory[/var/www/sitter.strsocial.com] action create (httpd::vhost line 8)
  2. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: Processing directory[/var/www/.ssh] action create (httpd::vhost line 15)
  3. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: Processing cookbook_file[/var/www/.ssh/id_rsa] action create (httpd::vhost line 22)
  4. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: Processing cookbook_file[/var/www/.ssh/id_rsa.pub] action create (httpd::vhost line 29)
  5. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: Processing cookbook_file[/var/www/.ssh/known_hosts] action create (httpd::vhost line 36)
  6. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: Processing package[nfs-utils] action install (nclouds_nfs::client line 12)
  7. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: Processing package[autofs] action install (nclouds_nfs::client line 14)
  8. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: Processing service[autofs] action enable (nclouds_nfs::client line 18)
  9. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: Processing service[autofs] action start (nclouds_nfs::client line 18)
  10. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: Processing template[/etc/auto.master] action create (nclouds_nfs::client line 22)
  11. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: Processing template[/etc/auto.nfs] action create (nclouds_nfs::client line 28)
  12. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: Processing deploy[/var/www/sitter.strsocial.com] action deploy (deployapp::default line 10)
  13. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: deploy[/var/www/sitter.strsocial.com] set user to apache
  14. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: deploy[/var/www/sitter.strsocial.com] set group to apache
  15. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: deploy[/var/www/sitter.strsocial.com] cloning repo git@streamlinesocial.unfuddle.com:streamlinesocial/urbansitter.git to /var/www/sitter.strsocial.com/shared/cached-copy
  16. [Fri, 27 Apr 2012 15:33:44 -0700] INFO: deploy[/var/www/sitter.strsocial.com] sh(git clone git@streamlinesocial.unfuddle.com:streamlinesocial/urbansitter.git /var/www/sitter.strsocial.com/shared/cached-copy)
  17. Initialized empty Git repository in /var/www/sitter.strsocial.com/shared/cached-copy/.git/
  18. [Fri, 27 Apr 2012 15:33:50 -0700] ERROR: deploy[/var/www/sitter.strsocial.com] (deployapp::default line 10) has had an error
  19. [Fri, 27 Apr 2012 15:33:50 -0700] ERROR: deploy[/var/www/sitter.strsocial.com] (/var/chef/cache/cookbooks/deployapp/recipes/default.rb:10:in `from_file') had an error:
  20. deploy[/var/www/sitter.strsocial.com] (deployapp::default line 10) had an error: Chef::Exceptions::ShellCommandFailed: Expected process to exit with [0], but received '128'
  21. ---- Begin output of git clone git@streamlinesocial.unfuddle.com:streamlinesocial/urbansitter.git /var/www/sitter.strsocial.com/shared/cached-copy ----
  22. STDOUT: Initialized empty Git repository in /var/www/sitter.strsocial.com/shared/cached-copy/.git/
  23. STDERR: error: refs/remotes/origin/master does not point to a valid object!
  24. error: Trying to write ref refs/heads/master with nonexistant object be6984bcea4b0f4febd2252a08dcb6b5b12f72b3
  25. fatal: Cannot update the ref 'HEAD'.
  26. ---- End output of git clone git@streamlinesocial.unfuddle.com:streamlinesocial/urbansitter.git /var/www/sitter.strsocial.com/shared/cached-copy ----
  27. Ran git clone git@streamlinesocial.unfuddle.com:streamlinesocial/urbansitter.git /var/www/sitter.strsocial.com/shared/cached-copy returned 128
  28. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/shell_out.rb:206:in `invalid!'
  29. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/shell_out.rb:192:in `error!'
  30. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/mixin/shell_out.rb:36:in `shell_out!'
  31. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/provider/git.rb:124:in `clone'
  32. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/provider/git.rb:42:in `action_checkout'
  33. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/provider/git.rb:72:in `action_sync'
  34. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/provider/deploy.rb:218:in `run_scm_sync'
  35. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/provider/deploy.rb:213:in `update_cached_repo'
  36. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/provider/deploy.rb:120:in `deploy'
  37. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/provider/deploy.rb:73:in `action_deploy'
  38. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/provider/deploy.rb:383:in `with_rollback_on_error'
  39. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/provider/deploy.rb:72:in `action_deploy'
  40. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/resource.rb:440:in `send'
  41. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/resource.rb:440:in `run_action'
  42. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/runner.rb:45:in `run_action'
  43. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/runner.rb:81:in `converge'
  44. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/runner.rb:81:in `each'
  45. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/runner.rb:81:in `converge'
  46. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/resource_collection.rb:94:in `execute_each_resource'
  47. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in `call'
  48. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in `call_iterator_block'
  49. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:85:in `step'
  50. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:104:in `iterate'
  51. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/resource_collection/stepable_iterator.rb:55:in `each_with_index'
  52. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/resource_collection.rb:92:in `execute_each_resource'
  53. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/runner.rb:76:in `converge'
  54. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/client.rb:312:in `converge'
  55. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/client.rb:160:in `run'
  56. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/application/client.rb:239:in `run_application'
  57. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/application/client.rb:229:in `loop'
  58. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/application/client.rb:229:in `run_application'
  59. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/../lib/chef/application.rb:67:in `run'
  60. /usr/lib64/ruby/gems/1.8/gems/chef-0.10.8/bin/chef-client:26
  61. /usr/bin/chef-client:19:in `load'
  62. /usr/bin/chef-client:19
  63. [Fri, 27 Apr 2012 15:33:50 -0700] ERROR: Running exception handlers
  64. [Fri, 27 Apr 2012 15:33:51 -0700] FATAL: Saving node information to /var/chef/cache/failed-run-data.json
  65. [Fri, 27 Apr 2012 15:33:51 -0700] ERROR: Exception handlers complete
  66. [Fri, 27 Apr 2012 15:33:51 -0700] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
  67. [Fri, 27 Apr 2012 15:33:51 -0700] FATAL: Chef::Exceptions::ShellCommandFailed: deploy[/var/www/sitter.strsocial.com] (deployapp::default line 10) had an error: Chef::Exceptions::ShellCommandFailed: Expected process to exit with [0], but received '128'
  68. ---- Begin output of git clone git@streamlinesocial.unfuddle.com:streamlinesocial/urbansitter.git /var/www/sitter.strsocial.com/shared/cached-copy ----
  69. STDOUT: Initialized empty Git repository in /var/www/sitter.strsocial.com/shared/cached-copy/.git/
  70. STDERR: error: refs/remotes/origin/master does not point to a valid object!
  71. error: Trying to write ref refs/heads/master with nonexistant object be6984bcea4b0f4febd2252a08dcb6b5b12f72b3
  72. fatal: Cannot update the ref 'HEAD'.
  73. ---- End output of git clone git@streamlinesocial.unfuddle.com:streamlinesocial/urbansitter.git /var/www/sitter.strsocial.com/shared/cached-copy ----
  74. Ran git clone git@streamlinesocial.unfuddle.com:streamlinesocial/urbansitter.git /var/www/sitter.strsocial.com/shared/cached-copy returned 128
Add Comment
Please, Sign In to add comment