davlefou

Untitled

Apr 6th, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 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? ... no
  23. Try fixing it:
  24. sudo -u git -H RAILS_ENV=production bin/background_jobs start
  25. For more information see:
  26. doc/install/installation.md in section "Install Init Script"
  27. see log/sidekiq.log for possible errors
  28. Please fix the error above and rerun the checks.
  29.  
  30. Checking Sidekiq ... Finished
  31.  
  32. Checking Incoming Email ...
  33.  
  34. Incoming Email: ... Reply by email is disabled in config/gitlab.yml
  35.  
  36. Checking Incoming Email ... Finished
  37.  
  38. Checking LDAP ...
  39.  
  40. LDAP: ... LDAP is disabled in config/gitlab.yml
  41.  
  42. Checking LDAP ... Finished
  43.  
  44. Checking GitLab App ...
  45.  
  46. Git configured correctly? ... yes
  47. Database config exists? ... yes
  48. All migrations up? ... yes
  49. Database contains orphaned GroupMembers? ... no
  50. GitLab config exists? ... yes
  51. GitLab config up to date? ... yes
  52. Log directory writable? ... yes
  53. Tmp directory writable? ... yes
  54. Uploads directory exists? ... yes
  55. Uploads directory has correct permissions? ... yes
  56. Uploads directory tmp has correct permissions? ... skipped (no tmp uploads folder yet)
  57. Init script exists? ... no
  58. Try fixing it:
  59. Install the init script
  60. For more information see:
  61. doc/install/installation.md in section "Install Init Script"
  62. Please fix the error above and rerun the checks.
  63. Init script up-to-date? ... can't check because of previous errors
  64. Projects have namespace: ...
  65. GitLab Instance / Monitoring ... yes
  66. Redis version >= 4.0.0? ... yes
  67. Ruby version >= 2.7.2 ? ... yes (2.7.2)
  68. Git version >= 2.29.0 ? ... yes (2.31.1)
  69. Git user has default SSH configuration? ... yes
  70. Active users: ... 1
  71. Is authorized keys file accessible? ... no
  72. Trying to fix error automatically. ...Success
  73. GitLab configured to store new projects in hashed storage? ... yes
  74. All projects are in hashed storage? ... yes
  75.  
  76. Checking GitLab App ... Finished
  77.  
  78.  
  79. Checking GitLab subtasks ... Finished
  80.  
  81.  
Advertisement
Add Comment
Please, Sign In to add comment