Hi guys. I've been banging my head against the wall for the last hours with 
some problem with gitlab installation that i just can't put my finger on.

I'm using Ubuntu 14 and I've installed GitLab following a tut online with 
gitlab_7.1.1-omnibus-1_amd64.deb. 

I'm having 3 problems and i'm going nuts:

1. ssh connection to the git@server asks for password (might be because 
gitlab-shell is not working??)
2. gitlab:check doesn't identify GitLab Shell
3. I can't change git user's settings:

> root@server-name:/home/git# sudo -u git -H git config --global user.name 
> "GitLab"
> error: could not lock config file /var/opt/gitlab/.gitconfig: Permission 
> denied

The file is owned by git and has rw permissions.

Please help, what do i do next?!?!


Bellow i'm going to show what gitlab:check returns:

root@server-name:/home/git/gitlab# sudo -u git -H bundle exec rake 
gitlab:check RAILS_ENV=production
Digest::Digest is deprecated; use Digest
Checking Environment ...
Git configured for git user? ... no
  Try fixing it:
  sudo -u git -H git config --global user.name  "GitLab"
  sudo -u git -H git config --global user.email "gitlab@server-fccn"
  For more information see:
  doc/install/installation.md in section "GitLab"
  Please fix the error above and rerun the checks.
Has python2? ... yes
python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.7.0 ? ... FAIL. Please update gitlab-shell to 
1.7.0 from Unknown
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
post-receive hook up-to-date? ... yes
post-receive hooks in repos are links: ... 
Jorge Ferreira / Example Project ... repository is empty
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Checking Sidekiq ... Finished
Checking GitLab ...
Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... Digest::Digest is deprecated; use Digest
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 satellites? ... 
Jorge Ferreira / Example Project ... can't create, repository is empty
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.9.1)
Checking GitLab ... Finished

This is the return from gitlab-shell check command:

root@server-name:/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.8.4
> Send ping to redis server: PONG




-- 
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 gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/7d2e8266-ed85-4109-a9c2-afdf9f786b7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to