인디노트

CentOS7 에 GitLab CE 설치 후 에러 발생하면 본문

개발 플랫폼 및 언어

CentOS7 에 GitLab CE 설치 후 에러 발생하면

인디개발자 2021. 6. 30. 16:19

  * execute[/opt/gitlab/bin/gitlab-ctl start logrotate] action run
    [execute] fail: logrotate: runsv not running

Error executing action `run` on resource 'execute[/opt/gitlab/bin/gitlab-ctl start logrotate]'

다음과 같이 해결할 수 있다.

[root@gitsvr ~]# sudo systemctl start gitlab-runsvdir
[root@gitsvr ~]# sudo gitlab-ctl restart
ok: run: gitaly: (pid 3242) 1s
ok: run: logrotate: (pid 3255) 0s
ok: run: postgresql: (pid 3267) 0s
ok: run: puma: (pid 3279) 0s
ok: run: redis: (pid 3291) 0s
ok: run: sidekiq: (pid 3298) 1s

반응형
Comments