美文网首页
GitLab won’t start – runsv not r

GitLab won’t start – runsv not r

作者: 无味wy | 来源:发表于2022-05-07 15:31 被阅读0次

    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
    

    相关文章

      网友评论

          本文标题:GitLab won’t start – runsv not r

          本文链接:https://www.haomeiwen.com/subject/sqlxurtx.html