Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@debian:/home/git/gitlab# sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
  2. Checking Environment ...
  3.  
  4. Git configured for git user? ... yes
  5.  
  6. Checking Environment ... Finished
  7.  
  8. Checking GitLab Shell ...
  9.  
  10. GitLab Shell version >= 2.2.0 ? ... OK (2.2.0)
  11. Repo base directory exists? ... yes
  12. Repo base directory is a symlink? ... no
  13. Repo base owned by git:git? ... yes
  14. Repo base access is drwxrws---? ... yes
  15. Satellites access is drwxr-x---? ... yes
  16. hooks directories in repos are links: ...
  17. My User / My Test Project ... ok
  18. Running /home/git/gitlab-shell/bin/check
  19. Check GitLab API access: OK
  20. Check directories and files:
  21.         /home/git/repositories/: OK
  22.         /home/git/.ssh/authorized_keys: OK
  23. Test redis-cli executable: redis-cli 2.4.14
  24. Send ping to redis server: PONG
  25. gitlab-shell self-check successful
  26.  
  27. Checking GitLab Shell ... Finished
  28.  
  29. Checking Sidekiq ...
  30.  
  31. Running? ... yes
  32. Number of Sidekiq processes ... 1
  33.  
  34. Checking Sidekiq ... Finished
  35.  
  36. Checking LDAP ...
  37.  
  38. LDAP is disabled in config/gitlab.yml
  39.  
  40. Checking LDAP ... Finished
  41.  
  42. Checking GitLab ...
  43.  
  44. Database config exists? ... yes
  45. Database is SQLite ... no
  46. All migrations up? ... yes
  47. Database contains orphaned GroupMembers? ... no
  48. GitLab config exists? ... yes
  49. GitLab config outdated? ... no
  50. Log directory writable? ... yes
  51. Tmp directory writable? ... yes
  52. Init script exists? ... yes
  53. Init script up-to-date? ... yes
  54. projects have namespace: ...
  55. My User / My Test Project ... yes
  56. Projects have satellites? ...
  57. My User / My Test Project ... yes
  58. Redis version >= 2.0.0? ... yes
  59. Ruby version >= 2.0.0 ? ... yes (2.1.5)
  60. Your git bin path is "/usr/local/bin/git"
  61. Git version >= 1.7.10 ? ... yes (2.1.2)
  62.  
  63. Checking GitLab ... Finished
  64.  
  65. root@debian:/home/git/gitlab#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement