search for: _qpidd

Displaying 4 results from an estimated 4 matches for "_qpidd".

Did you mean: qpidd
2009 May 25
1
Problems Configuring Ovirt
...sue i have been seeing that i am not able to get the machine status, which looks to be always listed as "unavailable (enabled)". I have tried running [root at management ~]# ruby /usr/share/ovirt-server/qmf-libvirt-example.rbError looking up SRV record: DNS result has no information for _qpidd._tcp.ovirt.priv Error looking up SRV record: DNS result has no information for _qpidd._tcp /usr/share/ovirt-server/qmf-libvirt-example.rb:12: Unable to determine qpid server from DNS SRV record (RuntimeError) [root at management ~]# I am guessing libvirt-qpid deamon is not running properly on the...
2009 May 27
3
[PATCH server] correctly set collectd dnsmasq entry to udp
...tes/ovirt-dns.conf.erb @@ -1,7 +1,7 @@ srv-host=_ovirt._tcp,<%= ovirt_host %>,80 srv-host=_ipa._tcp,<%= ipa_host %>,80 srv-host=_ldap._tcp,<%= ipa_host %>,389 -srv-host=_collectd._tcp,<%= ovirt_host %>,25826 +srv-host=_collectd._udp,<%= ovirt_host %>,25826 srv-host=_qpidd._tcp,<%= ovirt_host %>,5672 srv-host=_identify._tcp,<%= ovirt_host %>,12120 -- 1.6.0.6
2009 Jun 09
1
Problems after installing development git
Hi all, Recently i built development version from the repo. After installing rpms and basic installation procedures. I ended up with "500 internal server error" on my webpage for " http://management.ovirt.priv/ovirt" . I have some relevant logs from db-omatic.log and taskomatic.log which seem to indicate some problem the "AMQP" connection, but i am
2009 Aug 11
0
[PATCH server] Added support for remote logging with rsyslog-gssapi to server.
...lates/ovirt-dns.conf.erb index f4ee39b..03988aa 100644 --- a/installer/modules/ovirt/templates/ovirt-dns.conf.erb +++ b/installer/modules/ovirt/templates/ovirt-dns.conf.erb @@ -4,4 +4,5 @@ srv-host=_ldap._tcp,<%= ipa_host %>,389 srv-host=_collectd._udp,<%= ovirt_host %>,25826 srv-host=_qpidd._tcp,<%= ovirt_host %>,5672 srv-host=_identify._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...