Displaying 3 results from an estimated 3 matches for "dbsync".
Did you mean:
mbsync
2010 Oct 26
0
XCP 0.5 killing umanaged domain (BUG?)
...nd this message after disappearance of virtual
machine created early. I restart XAPI tool stack and machine was killed
(not shutdowned, but completely removing). Here log (from machine where
domain was resident)
Main line in log file I suspect:
[20101026T14:50:09.639Z|debug|cvt-xh4|0 thread_zero|dbsync (update_env)
D:634f731b810a|dbsync] killing umanaged domain:
4e118da2-8485-23c9-de75-a6c6862df33c
Full log part:
[20101026T14:50:09.518Z|debug|cvt-xh4|0 thread_zero|dbsync (update_env)
D:634f731b810a|dbsync] updating VM states
[20101026T14:50:09.523Z|debug|cvt-xh4|0 thread_zero|dbsync (update_en...
2019 May 19
0
Plugins/Mailcrypt: mail_crypt_private_password not assigned by password_query
I try to use Mailcrypt encrypted user keys with conjustion with dbsync
replication(Dovecot 2.3.6 in FreeBSD 12.0 enviroment) but was
unsuccessful.
If I provide a password in mail_crypt_private_password variable directly
in Dovecot config all things works as expected
plugin {
mail_crypt_curve = prime256v1
mail_crypt_save_version = 2
mail_crypt_requir...
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...t.key} - #{delta}"
if delta > 30
# 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...