env:info and check problems
Created by: MrKeiKun
Summary:
whenever running bundle exec rake gitlab:env:info RAILS_ENV=production
and bundle exec rake gitlab:check RAILS_ENV=production
, it returns rake abort
.
Logs:
[git@GitHost gitlab]$ bundle exec rake gitlab:env:info RAILS_ENV=production
rake aborted!
No such file or directory - rvm
/home/git/gitlab/lib/gitlab/popen.rb:23:in `popen'
/home/git/gitlab/lib/tasks/gitlab/task_helpers.rake:83:in `run'
/home/git/gitlab/lib/tasks/gitlab/task_helpers.rake:73:in `run_and_match'
/home/git/gitlab/lib/tasks/gitlab/info.rake:7:in `block (3 levels) in <top (required)>'
Tasks: TOP => gitlab:env:info
(See full trace by running task with --trace)
[git@GitHost gitlab]$ bundle exec rake gitlab:check RAILS_ENV=production
Checking Environment ...
Git configured for git user? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.7.9 ? ... OK (1.8.0)
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
update hook up-to-date? ... yes
update hooks in repos are links: ...
Trolled/Neko ... ok
Running /home/git/gitlab-shell/bin/check
Check GitLab API access: OK
Check directories and files:
/home/git/repositories: OK
/home/git/.ssh/authorized_keys: OK
Test redis-cli executable: redis-cli 2.6.13
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 is disabled in config/gitlab.yml
Checking LDAP ... Finished
Checking GitLab ...
Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... yes
Init script up-to-date? ... no
Try fixing it:
Redownload the init script
For more information see:
doc/install/installation.md in section "Install Init Script"
Please fix the error above and rerun the checks.
projects have namespace: ...
Trolled/Neko ... yes
Projects have satellites? ...
Trolled/Neko ... yes
Redis version >= 2.0.0? ... rake aborted!
System commands must be given as an array of strings
/home/git/gitlab/lib/gitlab/popen.rb:10:in `popen'
/home/git/gitlab/lib/tasks/gitlab/task_helpers.rake:83:in `run'
/home/git/gitlab/lib/tasks/gitlab/task_helpers.rake:73:in `run_and_match'
/home/git/gitlab/lib/tasks/gitlab/check.rake:258:in `check_redis_version'
/home/git/gitlab/lib/tasks/gitlab/check.rake:28:in `block (3 levels) in <top (required)>'
Tasks: TOP => gitlab:check => gitlab:app:che