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
  • #4008

Closed
Open
Created May 21, 2013 by Administrator@rootOwner

GitLab tells me no puma installed (RVM / Ruby issue, I guess)

Created by: Leandros

I'am running 5.2 and I tried to install Gitlab CI (but droped it due to the need of Jenkins) and I guess RVM just messed up my Gitlab installation. RVM is configured to use 1.9.3-p392.

sudo -u git -H ruby -v tells me that 327 is in use. ruby -v on the root user tells me 392 su git and ruby -v tells me this: "/usr/bin/env: bash: No such file or directory"

If I try to start Gitlab, it don't work (obviously)

root@secrethostname:/home/git# sudo service gitlab start
bundler: command not found: puma
Install missing gem executables with `bundle install`
GitLab service started

but if I execute sudo -u git -H bundle exec puma -v there is Puma 2.0.1 installed ...

Hopefully you can help me!

Assignee
Assign to
Time tracking