window10에서 ubuntu 18.04 앱 사용 중에
"GitLab won’t start – runsv not running"
* execute[/opt/gitlab/bin/gitlab-ctl start redis] action run
[execute] /opt/gitlab/embedded/lib/ruby/gems/2.6.0/gems/omnibus-ctl-0.6.0/lib/omnibus-ctl.rb:692: warning: Insecure world writable dir /mnt/c in PATH, mode 040777
위 문제가 계속 발생하였는데 구글링하여 다음과 같은 해결책을 찾았다.
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
sudo gitlab-ctl restart