Храброго дня товарищи. Недавно развернул на Ubuntu server 14 gitlab руководствуясь вот этой инструкцией:
popel-studio.com/blog/article/sobstvenniy-hosting-...
Через несколько дней успешной работы при запросе адреса вываливает "503 GitLab is not responding."
Начал расследование, выясняю что не запускается Unicorn
user@gitlab:/home/git/gitlab$ sudo service gitlab status
● gitlab.service - LSB: GitLab git repository management
Loaded: loaded (/etc/init.d/gitlab)
Active: active (exited) since Пт. 2015-07-31 17:18:24 MSK; 22min ago
Docs: man:systemd-sysv-generator(8)
Process: 2744 ExecStop=/etc/init.d/gitlab stop (code=exited, status=0/SUCCESS)
Process: 2789 ExecStart=/etc/init.d/gitlab start (code=exited, status=0/SUCCESS)
июля 31 17:18:21 gitlab systemd[1]: Starting LSB: GitLab git repository management...
июля 31 17:18:21 gitlab su[2792]: Successful su for git by root
июля 31 17:18:21 gitlab su[2792]: + ??? root:git
июля 31 17:18:21 gitlab su[2792]: pam_unix(su:session): session opened for user git by (uid=0)
июля 31 17:18:24 gitlab gitlab[2789]: Starting both the GitLab Unicorn and Sidekiqmaster failed to start, check stderr log for details
июля 31 17:18:24 gitlab gitlab[2789]: The GitLab Unicorn web server is not running.
июля 31 17:18:24 gitlab gitlab[2789]: The GitLab Sidekiq job dispatcher with pid 2827 is running.
июля 31 17:18:24 gitlab systemd[1]: Started LSB: GitLab git repository management.
Делал рестарт, не помогло.
В Gemfile прописано:
# Application server
group :unicorn do
gem "unicorn", '~> 4.6.3'
gem 'unicorn-worker-killer'
end
Вроде все норм.
В чем проблема не пойму, помогите пожалуйста