Commit 155c7ebfb3688572584076217fb87cf8e8244591

Authored by Sytse Sijbrandij
2 parents b70d0bce 8d779c8c

Merge branch 'supervise_redis_sleep' into 'master'

Explain supervise_redis_sleep error
Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
README.md
... ... @@ -60,6 +60,16 @@ run: unicorn: (pid 961) 7s; run: log: (pid 960) 7s
60 60 Your GitLab instance should reachable over HTTP at the IP or hostname of your server.
61 61 You can login as an admin user with username `root` and password `5iveL!fe`.
62 62  
  63 +### Common installation problems
  64 +
  65 +#### Reconfigure freezes at `ruby_block[supervise_redis_sleep] action run`
  66 +
  67 +This happens when Runit has not been installed succesfully during `gitlab-ctl
  68 +reconfigure`. The most common cause for a failed Runit installation is
  69 +installing omnibus-gitlab on an unsupported platform. Solution: double check on
  70 +the download page whether you downloaded a package for the correct operating
  71 +system.
  72 +
63 73 ## Updating
64 74  
65 75 For update instructions, see [the update guide](doc/update.md).
... ...