On 01/06/14 10:59, Es sy wrote: > Hi everyone, > > I'm totally new to gitlab and happy to have found this group. > I started the initial configuration of gitlab on my RHEL 6 server but > unfortunately my gitlab check fails with the following error: > > $ bundle exec rake gitlab:check RAILS_ENV=production > > 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: ... can't check, you have no projects > Running /home/git/gitlab-shell/bin/check > *Check GitLab API access: > /usr/local/lib/ruby/2.1.0/net/http/response.rb:119:in `error!': 407 > "authenticationrequired" (Net::HTTPServerException)* > * from /usr/local/lib/ruby/2.1.0/net/http/response.rb:128:in > `value'* > * from /usr/local/lib/ruby/2.1.0/net/http.rb:915:in `connect'* > * from /usr/local/lib/ruby/2.1.0/net/http.rb:863:in `do_start'* > * from /usr/local/lib/ruby/2.1.0/net/http.rb:852:in `start'* > * from /home/git/gitlab-shell/lib/gitlab_net.rb:62:in `get'* > * from /home/git/gitlab-shell/lib/gitlab_net.rb:29:in `check'* > * from /home/git/gitlab-shell/bin/check:11:in `<main>'* > *gitlab-shell self-check failed* > * Try fixing it:* > * Make sure GitLab is running;* > * Check the gitlab-shell configuration file:* > * sudo -u git -H editor /home/git/gitlab-shell/config.yml* > * Please fix the error above and rerun the checks.* >
Long shot but could this be related to the fact that you are using ruby 2.1? Last time I checked on the bugtracker, travis build failed with 2.1.0 https://github.com/gitlabhq/gitlabhq/pull/5978 But was kinda solved using latest bundler. Again, long shot. -- GPG : 0xABF99BE5 Blog: http://axilleas.me -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
