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

Closed
Open
Created Nov 05, 2012 by Administrator@rootOwner

gitlab.socket (in use)

Created by: mikestreety

Hi,

have just installed gitlab from scratch on Debian following the intructions but it doesn't appear to be able to start. Have had a good hour or so googling around, but can't find anything similar.

When I do:

/etc/init.d/gitlab start

I get

Starting Gitlab service: master failed to start, check stderr log for details 
unicorn.

Opened up unicorn.stderr.log and have:

D, [2012-11-05T14:18:33.833529 #1676] DEBUG -- : waiting 16.0s after suspend/hibernation
E, [2012-11-05T14:34:07.532416 #1676] ERROR -- : worker=0 PID:1718 timeout (31s > 30s), killing
E, [2012-11-05T14:34:08.646045 #1676] ERROR -- : worker=0 PID:1718 timeout (32s > 30s), killing
E, [2012-11-05T14:34:08.875801 #1676] ERROR -- : reaped #<Process::Status: pid 1718 SIGKILL (signal 9)> worker=0
I, [2012-11-05T14:34:10.237978 #2055]  INFO -- : worker=0 ready
E, [2012-11-05T14:42:40.541832 #2127] ERROR -- : adding listener failed addr=/home/gitlab/gitlab//tmp/sockets/gitlab.socket (in use)
E, [2012-11-05T14:42:40.628556 #2127] ERROR -- : retrying in 0.5 seconds (4 tries left)
E, [2012-11-05T14:42:41.150399 #2127] ERROR -- : adding listener failed addr=/home/gitlab/gitlab//tmp/sockets/gitlab.socket (in use)
E, [2012-11-05T14:42:41.153882 #2127] ERROR -- : retrying in 0.5 seconds (3 tries left)
E, [2012-11-05T14:42:41.667602 #2127] ERROR -- : adding listener failed addr=/home/gitlab/gitlab//tmp/sockets/gitlab.socket (in use)
E, [2012-11-05T14:42:41.667690 #2127] ERROR -- : retrying in 0.5 seconds (2 tries left)
E, [2012-11-05T14:42:42.221802 #2127] ERROR -- : adding listener failed addr=/home/gitlab/gitlab//tmp/sockets/gitlab.socket (in use)
E, [2012-11-05T14:42:42.221894 #2127] ERROR -- : retrying in 0.5 seconds (1 tries left)
E, [2012-11-05T14:42:42.779379 #2127] ERROR -- : adding listener failed addr=/home/gitlab/gitlab//tmp/sockets/gitlab.socket (in use)
E, [2012-11-05T14:42:42.779482 #2127] ERROR -- : retrying in 0.5 seconds (0 tries left)
E, [2012-11-05T14:42:43.283736 #2127] ERROR -- : adding listener failed addr=/home/gitlab/gitlab//tmp/sockets/gitlab.socket (in use)
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/socket_helper.rb:140:in `initialize': Address already in use - /home/gitlab/gitlab//tmp/sockets/gitlab.socket (Errno::EADDRADDRINUSE)
    from /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/socket_helper.rb:140:in `new'
    from /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/socket_helper.rb:140:in `bind_listen'
    from /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:224:in `listen'
    from /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:741:in `block in inherit_listeners!'
    from /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:741:in `each'
    from /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:741:in `inherit_listeners!'
    from /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:123:in `start'
    from /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/unicorn-4.3.1/bin/unicorn_rails:209:in `<top (required)>'
    from /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/bin/unicorn_rails:23:in `load'
    from /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/bin/unicorn_rails:23:in `<main>'
Assignee
Assign to
Time tracking