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

Closed
Open
Created Sep 16, 2013 by Administrator@rootOwner

Init.d script reports Sidekiq Job Dispatcher as Not Running in v6.1

Created by: demisx

After upgrading to 6.1-stable, the gitlab init.d script, besides taking much time to start, reports sidekiq not running:

# service gitlab start 
Starting the GitLab Unicorn web server...
Starting the GitLab Sidekiq event dispatcher...
The GitLab Unicorn webserver with pid 27448 is running.
The GitLab Sidekiq job dispatcher is not running.

However, it appears to be running and GitLab functions properly. Here is my output of ps after the start:

# ps -ef | grep sidekiq | grep -v grep                                                                                                                                                                        
git      27484     1  7 11:20 pts/1    00:00:44 sidekiq 2.14.0 gitlab [0 of 25 busy]        

And the environment:

$ bundle exec rake gitlab:env:info   

System information
System:     Ubuntu 12.04
Current User:   git
Using RVM:  yes
RVM Version:    1.22.3
Ruby Version:   1.9.3p429
Gem Version:    1.8.25
Bundler Version:1.3.5
Rake Version:   10.1.0

GitLab information
Version:    6.1.0.rc1
Revision:   16b6040
Directory:  /home/git/gitlab
DB Adapter: mysql2
URL:        http://git.colddata.com
HTTP Clone URL: http://git.colddata.com/some-project.git
SSH Clone URL:  [email protected]:some-project.git
Using LDAP: no
Using Omniauth: no

GitLab Shell
Version:    1.7.0
Repositories:   /home/git/repositories/
Hooks:      /home/git/gitlab-shell/hooks/
Git:        /usr/bin/git
Assignee
Assign to
Time tracking