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

Closed
Open
Created Nov 01, 2015 by Administrator@rootOwner

7.2 to 8.0 – Shutting down gitlab-git-http-server hangs

Created by: phanan

I'm using an installed-from-source Gitlab – Omnibus wasn't an option 3 years ago :( After upgrading from 7.2 to 8.0 today, there's this issue when I tried to (re)start Gitlab service:

$ service gitlab restart
Shutting down GitLab Unicorn
Shutting down GitLab Sidekiq
Shutting down gitlab-git-http-server
.......................................................(to infinity and beyond)^C
Session terminated, killing shell... ...killed.

As you can see, the number of dots just keeps increasing to infinity. Now I'll kill it manually and start the service again:

$ service gitlab start
Removing stale gitlab-git-http-server pid. This is most likely caused by gitlab-git-http-server crashing the last time it ran.
Starting GitLab Unicorn
Starting gitlab-git-http-server
bundler: command not found: unicorn_rails
Install missing gem executables with `bundle install`
The Sidekiq job dispatcher is already running with pid 21214, not restarting
..............................Waited 30s for the processes to write their pids, something probably went wrong.
.........................

Another try you say?

$ service gitlab start
Starting GitLab Unicorn
bundler: command not found: unicorn_rails
Install missing gem executables with `bundle install`
The Sidekiq job dispatcher is already running with pid 21214, not restarting
The gitlab-git-http-server is already running with pid 21214, not restarting
..............................Waited 30s for the processes to write their pids, something probably went wrong.

And of course, nginx returns a beautiful 502 error.

Anyone can give me a clue what's going on here?

Assignee
Assign to
Time tracking