# gitlab-ctl status
fail: alertmanager: runsv not running
fail: gitaly: runsv not running
.......
# systemctl start gitlab-runsvdir
^C //卡住不动了
# systemctl -t target //查看系统服务项,如果系统正常的话,所有任务应该是loaded active active,
//如果存在inactive dead选型,意味着有些服务出错了
graphical.target loaded inactive dead start Graphical Interface
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded inactive dead start Multi-User System
# systemctl list-jobs //如果存在某个任务是running,则是该任务堵塞了其他所有服务。
JOB UNIT TYPE STATE
283 plymouth-quit-wait.service start running
116 graphical.target start waiting
117 multi-user.target start waiting
221 systemd-update-utmp-runlevel.service start waiting
275 gitlab-ru
gitlab断电后重启
最新推荐文章于 2024-12-06 08:53:31 发布