I have no idea what happened
sudo service gitlab start
Starting both the GitLab Unicorn and Sidekiqscript/web: line 21: bundle: command not found
......
Check my system information
System information
System: Ubuntu 12.04
Current User: git
Using RVM: yes
RVM Version: 1.25.19
Ruby Version: 1.9.3p545
Gem Version: 2.2.2
Bundler Version:1.5.3
Rake Version: 10.1.1
GitLab information
Version: 6.6.4
Revision: 42e34ae
Directory: /home/git/gitlab
DB Adapter: postgresql
URL: http://localhost:1680
HTTP Clone URL: http://localhost:1680/some-project.git
SSH Clone URL: git@localhost:some-project.git
Using LDAP: no
Using Omniauth: no
GitLab Shell
Version: 1.8.0
Repositories: /home/git/repositories/
Hooks: /home/git/gitlab-shell/hooks/
Git: /usr/bin/git
This is currently followed in issue 6019, and has no definitive resolution yet.
It also occurs on a reboot, where the server hangs with an increasing number of dots after:
On startup, you can see:
The issue 6019 includes now this comment:
Still not enough though, with a GitLab 6.7.2
That issue now includes the message from Terry Wang:
$HOME/.rbenv/shims
to PATH in the gitlab init scriptOR simply create a symbolic link for bundle in
/usr/local/bin
(or whatever appropriate) like below without changing anythingsu - git ln -s $(which bundle) /usr/local/bin
Alexander Adam added back in May: