davlefou

Untitled

Apr 8th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. su -l git -c "cd /usr/local/www/gitlab-ce && rake gitlab:check RAILS_ENV=production"
  2. Checking GitLab subtasks ...
  3.  
  4. Checking GitLab Shell ...
  5.  
  6. GitLab Shell: ... GitLab Shell version >= 13.17.0 ? ... OK (13.17.0)
  7. Running /usr/local/share/gitlab-shell/bin/check
  8. Internal API available: OK
  9. Redis available via internal API: OK
  10. gitlab-shell self-check successful
  11.  
  12. Checking GitLab Shell ... Finished
  13.  
  14. Checking Gitaly ...
  15.  
  16. Gitaly: ... default ... OK
  17.  
  18. Checking Gitaly ... Finished
  19.  
  20. Checking Sidekiq ...
  21.  
  22. Sidekiq: ... Running? ... yes
  23. Number of Sidekiq processes ... 1
  24.  
  25. Checking Sidekiq ... Finished
  26.  
  27. Checking Incoming Email ...
  28.  
  29. Incoming Email: ... Reply by email is disabled in config/gitlab.yml
  30.  
  31. Checking Incoming Email ... Finished
  32.  
  33. Checking LDAP ...
  34.  
  35. LDAP: ... LDAP is disabled in config/gitlab.yml
  36.  
  37. Checking LDAP ... Finished
  38.  
  39. Checking GitLab App ...
  40.  
  41. Git configured correctly? ... yes
  42. Database config exists? ... yes
  43. All migrations up? ... yes
  44. Database contains orphaned GroupMembers? ... no
  45. GitLab config exists? ... yes
  46. GitLab config up to date? ... yes
  47. Log directory writable? ... yes
  48. Tmp directory writable? ... yes
  49. Uploads directory exists? ... yes
  50. Uploads directory has correct permissions? ... yes
  51. Uploads directory tmp has correct permissions? ... skipped (no tmp uploads folder yet)
  52. Init script exists? ... no
  53. Try fixing it:
  54. Install the init script
  55. For more information see:
  56. doc/install/installation.md in section "Install Init Script"
  57. Please fix the error above and rerun the checks.
  58. Init script up-to-date? ... can't check because of previous errors
  59. Projects have namespace: ...
  60. GitLab Instance / Monitoring ... yes
  61. Redis version >= 4.0.0? ... yes
  62. Ruby version >= 2.7.2 ? ... yes (2.7.2)
  63. Git version >= 2.29.0 ? ... yes (2.31.1)
  64. Git user has default SSH configuration? ... yes
  65. Active users: ... 1
  66. Is authorized keys file accessible? ... yes
  67. GitLab configured to store new projects in hashed storage? ... yes
  68. All projects are in hashed storage? ... yes
  69.  
  70. Checking GitLab App ... Finished
  71.  
  72.  
  73. Checking GitLab subtasks ... Finished
  74.  
Advertisement
Add Comment
Please, Sign In to add comment