Gitaly logs missing socket ruby.0 since update to 13.9.1

Since pulling 13.9.1 via gitlab-ce:latest, Gitaly logs the following:

003cnil\u003e}. Err: connection error: desc = \"transport: Error while 
dialing dial unix /var/opt/gitlab/gitaly/internal_sockets/ruby.0: connect: 
no such file or directory\". Reconnecting...","pid":257,"system":"system",
"time":"2021-03-02T09:04:38.642Z"}

Indeed there’s no such socket:

root@gitlab:/# ls /var/opt/gitlab/gitaly/internal_sockets
internal.sock

Not sure where to go from here.

I’ve run into the same exact issue. Been pulling my hair out for the last day.
Ended up just reverting back to the last stable snapshot I had of 13.8.4

You might want to check out the issue concerning this problem:

1 Like

For the time being, relaxing permissions on the log file works around the problem:

chmod 666 gitaly_ruby_json.log