Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ruby_block[wait for logrotate service socket] action run

During gitlab download on my PC(Ubuntu), "ruby_block[wait for logrotate service socket] action run" is waiting for a long time.

It continues when I run this command "systemctl restart gitlab-runsvdir.service " in a new terminal.

But the window does not load completely after logging into the Gitlab log in screen. Is this issue related to logrotation or could it be some other issue?

like image 689
semih Avatar asked Feb 08 '26 04:02

semih


2 Answers

I found that the runsvdir-start command (see here) solved the problem.

like image 181
A T - student Avatar answered Feb 09 '26 16:02

A T - student


run /opt/gitlab/embedded/bin/runsvdir-start & on background, and then run gitlab-ctrl reconfigure again

like image 25
wangzheqie Avatar answered Feb 09 '26 17:02

wangzheqie