Abort on user rake task
Created by: drdran
Ho when i try to execute the rake task to add users to all project or to alla groups tha system abort abnormaly:
git@gitlab:~/gitlab$ bundle exec rake gitlab:import:all_users_to_all_projects rake aborted! cannot load such file -- rb-inotify /home/git/gitlab/config/application.rb:6:in
<top (required)>'
/home/git/gitlab/Rakefile:5:in require' /home/git/gitlab/Rakefile:5:in
<top (required)>'
(See full trace by running task with --trace)`
If I enable tha trace I obtain:
git@gitlab:~/gitlab$ bundle exec rake gitlab:import:all_users_to_all_projects --trace rake aborted! cannot load such file -- rb-inotify /usr/local/lib/ruby/gems/2.0.0/gems/bundler-1.5.3/lib/bundler/runtime.rb:76:in
require'
/usr/local/lib/ruby/gems/2.0.0/gems/bundler-1.5.3/lib/bundler/runtime.rb:76:in block (2 levels) in require' /usr/local/lib/ruby/gems/2.0.0/gems/bundler-1.5.3/lib/bundler/runtime.rb:72:in
each'
/usr/local/lib/ruby/gems/2.0.0/gems/bundler-1.5.3/lib/bundler/runtime.rb:72:in block in require' /usr/local/lib/ruby/gems/2.0.0/gems/bundler-1.5.3/lib/bundler/runtime.rb:61:in
each'
/usr/local/lib/ruby/gems/2.0.0/gems/bundler-1.5.3/lib/bundler/runtime.rb:61:in require' /usr/local/lib/ruby/gems/2.0.0/gems/bundler-1.5.3/lib/bundler.rb:131:in
require'
/home/git/gitlab/config/application.rb:6:in <top (required)>' /home/git/gitlab/Rakefile:5:in
require'
/home/git/gitlab/Rakefile:5:in <top (required)>' /home/git/gitlab/vendor/bundle/ruby/2.0.0/gems/rake-10.1.1/lib/rake/rake_module.rb:25:in
load'
/home/git/gitlab/vendor/bundle/ruby/2.0.0/gems/rake-10.1.1/lib/rake/rake_module.rb:25:in load_rakefile' /home/git/gitlab/vendor/bundle/ruby/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:637:in
raw_load_rakefile'
/home/git/gitlab/vendor/bundle/ruby/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:94:in block in load_rakefile' /home/git/gitlab/vendor/bundle/ruby/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:165:in
standard_exception_handling'
/home/git/gitlab/vendor/bundle/ruby/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:93:in load_rakefile' /home/git/gitlab/vendor/bundle/ruby/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:77:in
block in run'
/home/git/gitlab/vendor/bundle/ruby/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:165:in standard_exception_handling' /home/git/gitlab/vendor/bundle/ruby/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:75:in
run'
/home/git/gitlab/vendor/bundle/ruby/2.0.0/gems/rake-10.1.1/bin/rake:33:in <top (required)>' /home/git/gitlab/vendor/bundle/ruby/2.0.0/bin/rake:23:in
load'
/home/git/gitlab/vendor/bundle/ruby/2.0.0/bin/rake:23:in <main>'
Who can help me?
Regards
Franco