GitLab won’t start – runsv not r

2022-05-07  本文已影响0人  无味wy

gitlab意外停止后不能启动,执行gitlab-ctl start 提示全部启动失败

GitLab won’t start – runsv not running.
Gitlab didn’t start after update gitlab-ce and reboot, doing following steps to solve.

Problem

admin@MyHost:~$ sudo gitlab-ctl start
fail: alertmanager: runsv not running
fail: gitaly: runsv not running
fail: gitlab-monitor: runsv not running
fail: gitlab-workhorse: runsv not running
fail: logrotate: runsv not running
fail: nginx: runsv not running
fail: node-exporter: runsv not running
fail: postgres-exporter: runsv not running
fail: postgresql: runsv not running
fail: prometheus: runsv not running
fail: redis: runsv not running
fail: redis-exporter: runsv not running
fail: registry: runsv not running
fail: sidekiq: runsv not running
fail: unicorn: runsv not running

 

Solution

sudo systemctl start gitlab-runsvdir
then
sudo gitlab-ctl restart
上一篇下一篇

猜你喜欢

热点阅读