Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #6470

Closed
Open
Created Mar 05, 2014 by Administrator@rootOwner

Hardcoded gitlab-shell directory in install check script

Created by: etki

Hi. I'm running quite an off-guide installation, and i've installed gitlab-shell under '/srv/git/gitlab/shell'. Gitlab is working fine, but running sudo -u gitlab bundle exec rake gitlab:check RAILS_ENV=production gives me following output:

Running /srv/git/gitlab/gitlab-shell/bin/check
gitlab-shell self-check failed
  Try fixing it:
  Make sure GitLab is running;
  Check the gitlab-shell configuration file:
  sudo -u gitlab -H editor /srv/git/gitlab/gitlab-shell/config.yml
  Please fix the error above and rerun the checks.

It seems that 'gitlab-shell' directory name is hardcoded somewhere (i think, it is concatenated from gitlab home 'srv/git/gitlab' and 'gitlab-shell', since config points to exact directory).

Assignee
Assign to
Time tracking