每个宙斯命令都会挂起

时间:2013-10-25 15:07:21

标签: ruby-on-rails ruby ruby-on-rails-4 zeus

我安装了zeus,(包含在Gemfile中,因为我需要将它用于防护)。现在我用zeus运行的每个命令都冻结了。如果我杀死宙斯,命令将中止并将发出以下错误

 zeusclient.go:86: EOF

运行bundle exec guard -d会提供以下输出

    Guard uses Libnotify to send notifications.
    Guard is now watching at '/home/pubudu/Projects/slnyaa-core'
    DEBUG (20:19:31): Command execution: hash stty
    DEBUG (20:19:31): Hook :start_begin executed for Guard::RSpec
    Guard::RSpec is running
    Running all specs
    DEBUG (20:19:31): Command execution: rspec --help
    DEBUG (20:19:31): Command execution: zeus rspec -f progress -r /home/pubudu/.rvm/gems/ruby-2.0.0-p247/gems/guard-rspec-2.5.4/lib/guard/rspec/formatter.rb -f Guard::RSpec::Formatter --failure-exit-code 2 spec 
    zeusclient.go:86: EOF
    DEBUG (20:21:26): Command execution: hash stty
    DEBUG (20:21:26): Start interactor
    [Listen warning]:
    The blocking parameter of Listen::Listener#start is deprecated.
    Please use Listen::Adapter#start for a non-blocking listener and Listen::Listener#start! for a blocking one.
    > DEBUG (20:26:07): Stop interactor
    DEBUG (20:26:07): Command execution: hash stty
    DEBUG (20:26:07): Command execution: hash stty
    DEBUG (20:26:07): Start interactor
    > DEBUG (20:26:11): Stop interactor
    DEBUG (20:26:11): Command execution: hash stty
    DEBUG (20:26:11): Hook :stop_begin executed for Guard::RSpec
    Bye bye...

如何解决这个问题?

0 个答案:

没有答案