Skip to content

sleep command broken - container restart indefinetly

Hello, I installed the 13.10 container version on my raspberry PI 4B and it restart all over again.

Here the output of the docker logs command :

`Thank you for using GitLab Docker Image! Current version: gitlab-ce=13.10.0-ce.0

Configure GitLab for your system by editing /etc/gitlab/gitlab.rb file And restart this container to reload settings. To do it use docker exec:

docker exec -it gitlab vim /etc/gitlab/gitlab.rb docker restart gitlab

For a comprehensive list of configuration options please see the Omnibus GitLab readme https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md

If this container fails to start due to permission problems try to fix it by executing:

docker exec -it gitlab update-permissions docker restart gitlab

sleep: cannot read realtime clock: Operation not permitted `

The last line give the hint, it seems the bash sleep command is broken probably because of a bugged version of glibc...

Edited by Riccardo de Clevermate