search for: qpidc

Displaying 5 results from an estimated 5 matches for "qpidc".

Did you mean: qpid
2008 Dec 26
2
Re: Fw: Install problems on fresh F10
I did post to ovirt-devel but I am not a registered user, so a moderator need to review my posting before it becomes available. I will register, but right now I only have a few seconds to spare. I try to add use "Add Virtual Machine" but the "Storage" is empty. My iSCSI and NFS storage says "State: pending_setup". What am I doing wrong? Sincerely, /bs66
2009 May 26
0
[PATCH node] Remove --gssapi option to libvirt-qpid
libvirt-qpid will use GSSAPI even if this flag is not specified, and it seems that the new qpidc does not allow the 'GSSAPI' string to be an option anymore, causing connection to fail. Signed-off-by: Ian Main <imain at redhat.com> --- scripts/ovirt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/ovirt b/scripts/ovirt index 8296783..000afa1 1007...
2009 Jul 31
1
problem with kerberos (I think)
....x86_64 1.6.3-18.fc10 @updates krb5-workstation.x86_64 1.6.3-18.fc10 @updates qpidc.x86_64 0.5.790661-1.fc10 @updates qpidd.x86_64 0.5.790661-1.fc10...
2009 Aug 11
0
[PATCH server] Added support for remote logging with rsyslog-gssapi to server.
...ify._tcp,<%= ovirt_host %>,12120 +srv-host=_rsyslog._tcp,<%= ovirt_host %>,514 diff --git a/ovirt-server.spec.in b/ovirt-server.spec.in index 0715690..ec18b38 100644 --- a/ovirt-server.spec.in +++ b/ovirt-server.spec.in @@ -45,6 +45,7 @@ Requires: ruby-qpid >= 0.5.776856 Requires: qpidc Requires: qmf Requires: ruby-qmf +Requires: rsyslog-gssapi Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service @@ -153,6 +154,7 @@ touch %{buildroot}%{_localstatedir}/log/%{name}/db-omatic.log %{__cp} -a %{pbuild}/scripts/ovirt-reindex-search %{bui...
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
This patch updates dbomatic, taskomatic and host-register to use the new C++ wrapped ruby QMF bindings. It also fixes a couple of bugs along the way including the 0 cpu bug for host-register. This is a compilation of work done by myself and Arjun Roy. Signed-off-by: Ian Main <imain at redhat.com> --- src/db-omatic/db_omatic.rb | 111 ++++++-------