Advertisement
axil

gitlab:app:status error

Oct 13th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. sudo -u gitlab bundle exec rake gitlab:app:status RAILS_ENV=production --trace
  2. ** Invoke gitlab:app:status (first_time)
  3. ** Invoke environment (first_time)
  4. ** Execute environment
  5. ** Execute gitlab:app:status
  6. Starting diagnostic
  7. config/database.yml............exists
  8. config/gitlab.yml............exists
  9. /home/git/repositories/............exists
  10. /home/git/repositories/ is writable?............YES
  11. remote: Counting objects: 128, done.
  12. remote: Compressing objects: 100% (99/99), done.
  13. remote: Total 128 (delta 33), reused 0 (delta 0)
  14. Receiving objects: 100% (128/128), 11.55 KiB, done.
  15. Resolving deltas: 100% (33/33), done.
  16. Can clone gitolite-admin?............YES
  17. UMASK for .gitolite.rc is 0007? ............YES
  18. /home/git/.gitolite/hooks/common/post-receive exists? ............NO
  19. rake aborted!
  20. unexpected return
  21. /home/gitlab/gitlab/lib/tasks/gitlab/status.rake:68:in `block (4 levels) in <top (required)>'
  22. /home/gitlab/gitlab/lib/tasks/gitlab/status.rake:61:in `each'
  23. /home/gitlab/gitlab/lib/tasks/gitlab/status.rake:61:in `block (3 levels) in <top (required)>'
  24. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
  25. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
  26. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
  27. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
  28. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
  29. /usr/local/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
  30. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
  31. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
  32. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
  33. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'
  34. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'
  35. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'
  36. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
  37. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
  38. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'
  39. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
  40. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
  41. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
  42. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/bin/rake:23:in `load'
  43. /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/bin/rake:23:in `<main>'
  44. Tasks: TOP => gitlab:app:status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement