search for: check_heartbeat

Displaying 3 results from an estimated 3 matches for "check_heartbeat".

Did you mean: check_heartbeats
2009 Sep 29
1
Error in host-register
...rs the following error: ERROR Tue Sep 29 11:57:28 +0200 2009 (7335) Error in hostregister: #<SystemExit:0x7fb658b3a518> ERROR Tue Sep 29 11:57:28 +0200 2009 (7335) /usr/lib/ruby/site_ruby/1.8/qpid/queue.rb:92:in `sleep'/usr/share/ovirt-server/host-browser/host-register.rb:423:in `check_heartbeats'/usr/share/ovirt-server/host-browser/host-register.rb:465:in `main'/usr/share/ovirt-server/host-browser/host-register.rb:468
2009 Jul 31
1
problem with kerberos (I think)
...re/ovirt-server/db-omatic/db_omatic.rb:482 ERROR Fri Jul 31 10:04:41 +0200 2009 (7242) Error in db-omatic: #<SystemExit:0x7f2a48a41a90> ERROR Fri Jul 31 10:04:41 +0200 2009 (7242) /usr/lib/ruby/site_ruby/1.8/qpid/queue.rb:92:in `sleep'/usr/share/ovirt-server/db-omatic/db_omatic.rb:441:in `check_heartbeats'/usr/share/ovirt-server/db-omatic/db_omatic.rb:478:in `main'/usr/share/ovirt-server/db-omatic/db_omatic.rb:482 [root at management ~]# As you can see db-omatic fails at start. Launching taskomatic: [root at management ~]# /usr/share/ovirt-server/task-omatic/taskomatic.rb -n -d INFO Fri...
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...0 # No heartbeat for 30 seconds.. deal with dead/disconnected agent. @@ -545,15 +537,10 @@ class DbOmatic < Qpid::Qmf::Console end end - def main() - + Thread.abort_on_exception = true dbsync = DbOmatic.new() - - # Call into mainloop.. dbsync.check_heartbeats() - end main() - diff --git a/src/host-browser/host-register.rb b/src/host-browser/host-register.rb index 06d8553..e57b077 100755 --- a/src/host-browser/host-register.rb +++ b/src/host-browser/host-register.rb @@ -4,12 +4,13 @@ $: << File.join(File.dirname(__FILE__), "../dutils&quot...