cannot load such file -- rb-inotify
Created by: dominikschulz
After upgrading to 4.0 the rake task gitlab:check claims that some repositories have missing satellites.
Using the suggested solution for fixing it (rake task gitlab:satellites:create) fails with the following error:
sudo -u gitlab -H bundle exec rake gitlab:satellites:create
rake aborted!
cannot load such file -- rb-inotify
/home/gitlab/gitlab/config/application.rb:9:in `<top (required)>'
/home/gitlab/gitlab/Rakefile:5:in `require'
/home/gitlab/gitlab/Rakefile:5:in `<top (required)>'
(See full trace by running task with --trace)
I've already tried upgrading gitloite as per https://github.com/gitlabhq/gitlabhq/wiki/Update-gitolite with no effect.