Commit 8d779c8c2eb306304ed28821a583a90f68c046df

Authored by Jacob Vosmaer
1 parent b70d0bce

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).
... ...