puma and gitlab.socket issue on fresh install
Created by: videoMonkey
I ran through the installation instruction provided by doc/install.md
and when I try to run sudo service gitlab start
I get the following error:
Puma 2.0.0.b7 starting...
* Min threads: 0, max threads: 16
* Environment: production
* Listening on unix:///home/git/gitlab/tmp/sockets/gitlab.socket
/home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/puma-2.0.0.b7/lib/puma/binder.rb:234:in `initialize': No such file or directory - "/home/git/gitlab/tmp/sockets/gitlab.socket" (Errno::ENOENT)
from /home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/puma-2.0.0.b7/lib/puma/binder.rb:234:in `new'
from /home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/puma-2.0.0.b7/lib/puma/binder.rb:234:in `add_unix_listener'
from /home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/puma-2.0.0.b7/lib/puma/binder.rb:96:in `block in parse'
from /home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/puma-2.0.0.b7/lib/puma/binder.rb:64:in `each'
from /home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/puma-2.0.0.b7/lib/puma/binder.rb:64:in `parse'
from /home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/puma-2.0.0.b7/lib/puma/cli.rb:414:in `run_single'
from /home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/puma-2.0.0.b7/lib/puma/cli.rb:402:in `run'
from /home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/puma-2.0.0.b7/bin/puma:10:in `<top (required)>'
from /home/git/gitlab/vendor/bundle/ruby/1.9.1/bin/puma:23:in `load'
from /home/git/gitlab/vendor/bundle/ruby/1.9.1/bin/puma:23:in `<main>'
I can run sudo -u git bundle exec puma -e production
and then access the install from from domain.tld:9292
But I can't actually push or pull git and I think that's a problem that is probably related to the missing /home/git/gitlab/tmp/socket/gitlab.socket
Any insights? Is this the right place to bring this up?