Advertisement
kerts93

Untitled

Feb 20th, 2017
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. ** Invoke gitlab:check (first_time)
  2. ** Invoke gitlab:gitlab_shell:check (first_time)
  3. ** Invoke environment (first_time)
  4. ** Execute environment
  5. ** Execute gitlab:gitlab_shell:check
  6. Checking GitLab Shell ...
  7.  
  8. GitLab Shell version >= 4.1.1 ? ... OK (4.1.1)
  9. Repo base directory exists?
  10. default... yes
  11. Repo storage directories are symlinks?
  12. default... no
  13. Repo paths owned by git:git?
  14. default... yes
  15. Repo paths access is drwxrws---?
  16. default... yes
  17. hooks directories in repos are links: ... can't check, you have no projects
  18. Running /opt/gitlab/embedded/service/gitlab-shell/bin/check
  19. Check GitLab API access: OK
  20. Access to /var/opt/gitlab/.ssh/authorized_keys: OK
  21. Send ping to redis server: OK
  22. gitlab-shell self-check successful
  23.  
  24. Checking GitLab Shell ... Finished
  25.  
  26. ** Invoke gitlab:sidekiq:check (first_time)
  27. ** Invoke environment
  28. ** Execute gitlab:sidekiq:check
  29. Checking Sidekiq ...
  30.  
  31. Running? ... yes
  32. Number of Sidekiq processes ... 1
  33.  
  34. Checking Sidekiq ... Finished
  35.  
  36. ** Invoke gitlab:incoming_email:check (first_time)
  37. ** Invoke environment
  38. ** Execute gitlab:incoming_email:check
  39. Checking Reply by email ...
  40.  
  41. Reply by email is disabled in config/gitlab.yml
  42.  
  43. Checking Reply by email ... Finished
  44.  
  45. ** Invoke gitlab:ldap:check (first_time)
  46. ** Invoke environment
  47. ** Execute gitlab:ldap:check
  48. Checking LDAP ...
  49.  
  50. LDAP is disabled in config/gitlab.yml
  51.  
  52. Checking LDAP ... Finished
  53.  
  54. ** Invoke gitlab:app:check (first_time)
  55. ** Invoke environment
  56. ** Execute gitlab:app:check
  57. Checking GitLab ...
  58.  
  59. Git configured with autocrlf=input? ... yes
  60. Database config exists? ... yes
  61. All migrations up? ... yes
  62. Database contains orphaned GroupMembers? ... no
  63. GitLab config exists? ... yes
  64. GitLab config outdated? ... no
  65. Log directory writable? ... yes
  66. Tmp directory writable? ... yes
  67. Uploads directory setup correctly? ... skipped (no tmp uploads folder yet)
  68. Init script exists? ... skipped (omnibus-gitlab has no init script)
  69. Init script up-to-date? ... skipped (omnibus-gitlab has no init script)
  70. projects have namespace: ... can't check, you have no projects
  71. Redis version >= 2.8.0? ... yes
  72. Ruby version >= 2.1.0 ? ... yes (2.3.3)
  73. Your git bin path is "/opt/gitlab/embedded/bin/git"
  74. Git version >= 2.7.3 ? ... yes (2.10.2)
  75. Active users: 1
  76.  
  77. Checking GitLab ... Finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement