Skip to content

Instantly share code, notes, and snippets.

@ssbarnea
Created October 10, 2014 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssbarnea/9d4ddba4ff507e17c5cc to your computer and use it in GitHub Desktop.
Save ssbarnea/9d4ddba4ff507e17c5cc to your computer and use it in GitHub Desktop.
root@hera:/etc/gitlab# sudo gitlab-rake gitlab:check
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
Checking Environment ...
Git configured for git user? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 2.0.1 ? ... OK (2.0.1)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
Satellites access is drwxr-x---? ... yes
hooks directories in repos are links: ...
devops / devops-utils ... ok
Sorin Sbârnea / zzz ... repository is empty
devops / playground ... repository is empty
devops / aaa ... repository is empty
Sorin Sbârnea / xxx ... repository is empty
Sorin Sbârnea / vvv ... repository is empty
Sorin Sbârnea / bbb ... repository is empty
devops / bbb ... repository is empty
Running /opt/gitlab/embedded/service/gitlab-shell/bin/check
Check GitLab API access: OK
Check directories and files:
/var/opt/gitlab/git-data/repositories: OK
/var/opt/gitlab/.ssh/authorized_keys: OK
Test redis-cli executable: redis-cli 2.8.2
Send ping to redis server: PONG
gitlab-shell self-check successful
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Number of Sidekiq processes ... 1
Checking Sidekiq ... Finished
Checking LDAP ...
LDAP users with access to your GitLab server (only showing the first 100 results)
(censored)
Checking LDAP ... Finished
Checking GitLab ...
Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
Database contains orphaned UsersGroups? ... no
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... skipped (omnibus-gitlab has no init script)
Init script up-to-date? ... skipped (omnibus-gitlab has no init script)
projects have namespace: ...
devops / devops-utils ... yes
Sorin Sbârnea / zzz ... yes
devops / playground ... yes
devops / aaa ... yes
Sorin Sbârnea / xxx ... yes
Sorin Sbârnea / vvv ... yes
Sorin Sbârnea / bbb ... yes
devops / bbb ... yes
Projects have satellites? ...
devops / devops-utils ... yes
Sorin Sbârnea / zzz ... can't create, repository is empty
devops / playground ... can't create, repository is empty
devops / aaa ... can't create, repository is empty
Sorin Sbârnea / xxx ... can't create, repository is empty
Sorin Sbârnea / vvv ... can't create, repository is empty
Sorin Sbârnea / bbb ... can't create, repository is empty
devops / bbb ... can't create, repository is empty
Redis version >= 2.0.0? ... yes
Ruby version >= 2.0.0 ? ... yes (2.1.2)
Your git bin path is "/opt/gitlab/embedded/bin/git"
Git version >= 1.7.10 ? ... yes (2.0.0)
Checking GitLab ... Finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment