sb2014

GitLab sudo gitlab-rake gitlab:check

Oct 24th, 2018 (edited)
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. Checking GitLab Shell ...
  2.  
  3. GitLab Shell version >= 8.3.3 ? ... OK (8.3.3)
  4. Repo base directory exists?
  5. default... yes
  6. Repo storage directories are symlinks?
  7. default... no
  8. Repo paths owned by git:root, or git:git?
  9. default... yes
  10. Repo paths access is drwxrws---?
  11. default... yes
  12. hooks directories in repos are links: ...
  13. name / folder ... ok
  14. name / folder ... ok
  15. name / folder ... ok
  16. name / folder ... ok
  17. name / folder ... repository is empty
  18. Running /opt/gitlab/embedded/service/gitlab-shell/bin/check
  19. Check GitLab API access: OK
  20. Redis available via internal API: OK
  21.  
  22. Access to /var/opt/gitlab/.ssh/authorized_keys: OK
  23. gitlab-shell self-check successful
  24.  
  25. Checking GitLab Shell ... Finished
  26.  
  27. Checking Sidekiq ...
  28.  
  29. Running? ... no
  30. Try fixing it:
  31. sudo -u git -H RAILS_ENV=production bin/background_jobs start
  32. For more information see:
  33. doc/install/installation.md in section "Install Init Script"
  34. see log/sidekiq.log for possible errors
  35. Please fix the error above and rerun the checks.
  36.  
  37. Checking Sidekiq ... Finished
  38.  
  39. Reply by email is disabled in config/gitlab.yml
  40. Checking LDAP ...
  41.  
  42. LDAP is disabled in config/gitlab.yml
  43.  
  44. Checking LDAP ... Finished
  45.  
  46. Checking GitLab ...
  47.  
  48. Git configured correctly? ... yes
  49. Database config exists? ... yes
  50. All migrations up? ... yes
  51. Database contains orphaned GroupMembers? ... no
  52. GitLab config exists? ... yes
  53. GitLab config up to date? ... yes
  54. Log directory writable? ... yes
  55. Tmp directory writable? ... yes
  56. Uploads directory exists? ... yes
  57. Uploads directory has correct permissions? ... yes
  58. Uploads directory tmp has correct permissions? ... skipped (no tmp uploads folde r yet)
  59. Init script exists? ... skipped (omnibus-gitlab has no init script)
  60. Init script up-to-date? ... skipped (omnibus-gitlab has no init script)
  61. Projects have namespace: ...
  62. name / folder ... yes
  63. name / folder ... yes
  64. name / folder ... yes
  65. name / folder ... yes
  66. name / folder ... yes
  67. Redis version >= 2.8.0? ... yes
  68. Ruby version >= 2.3.5 ? ... yes (2.4.4)
  69. Git version >= 2.9.5 ? ... yes (2.18.1)
  70. Git user has default SSH configuration? ... yes
  71. Active users: ... 2
  72. Elasticsearch version 5.1 - 5.5? ... skipped (elasticsearch is disabled)
  73.  
  74. Checking GitLab ... Finished
Add Comment
Please, Sign In to add comment