Error starting gitlab service after pulling latest
Created by: keith9820
GitLab 6.3.0.pre c946defb
When I start the GitLab service I get this error:
Could not find diff-lcs-1.2.5 in any of the sources
Run `bundle install` to install missing gems.
I did a bundle install
and it didn't fix the problem.
The diff-lcs-1.2.5 gem is in the vendors directory.
I'm sorry I can't provide output from gitlab:env:info but running any rake task results in the aforementioned error.
root># sudo -Hu git bundle exec rake gitlab:check RAILS_ENV=production
Checking Environment ...
Git configured for git user? ... yes
Has python2? ... yes
python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.7.6 ? ... OK (1.7.7)
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: ...
Developers / documentation ... ok
Running /home/git/gitlab-shell/bin/check
Check GitLab API access: FAILED. code: 502
Check directories and files:
/home/git/repositories: OK
/home/git/.ssh/authorized_keys: OK
/usr/bin/redis-cli: OK
gitlab-shell self-check successful
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... no
Try fixing it:
sudo -u git -H RAILS_ENV=production script/background_jobs start
For more information see:
doc/install/installation.md in section "Install Init Script"
see log/sidekiq.log for possible errors
Please fix the error above and rerun the checks.
Checking Sidekiq ... 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? ... yes
projects have namespace: ...
Developers / documentation ... yes
Projects have satellites? ...
Developers / documentation ... yes
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.8.3)
Checking GitLab ... Finished