Trying install gitlab-ce on Ubuntu 20.04 with apt-get and it hangs. An strace of the post install chef script shows this over and over again:
ppoll([{fd=3, events=POLLIN}], 1, {tv_sec=0, tv_nsec=135944188}, NULL, 8) = 0 (Timeout)
read(3, 0x7ffe6eea31e8, 8) = -1 EAGAIN (Resource temporarily unavailable)
stat("/opt/gitlab/service/logrotate/supervise/ok", 0x7ffe6eea32c0) = -1 ENOENT (No such file or directory)
ppoll([{fd=3, events=POLLIN}], 1, {tv_sec=1, tv_nsec=0}, NULL, 8) = 0 (Timeout)
read(3, 0x7ffe6eea31e8, 8) = -1 EAGAIN (Resource temporarily unavailable)
stat("/opt/gitlab/service/logrotate/supervise/ok", 0x7ffe6eea32c0) = -1 ENOENT (No such file or directory)
ppoll([{fd=3, events=POLLIN}], 1, {tv_sec=1, tv_nsec=0}, NULL, 8) = 0 (Timeout)
Tried creating that directory but then it hangs on stating it over and over.