search for: qpidd

Displaying 20 results from an estimated 38 matches for "qpidd".

Did you mean: qpid
2009 Jul 07
1
[PATCH] Let ovirt-test use DNS SRV to get qpidd server.
This patch teaches ovirt-test to use the usual DNS SRV records to connect to qpidd so we don't have to enter the server etc. on the command line. Signed-off-by: Ian Main <imain at redhat.com> --- src/ovirt-agent/ovirt-test.rb | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/ovirt-agent/ovirt-test.rb b/src/ovirt-agent/ovirt-test.rb in...
2012 Apr 04
2
SSL plugin not enabled - CentOS 6.2
Greetings Dear All, i am having difficulty o understand of the following log on CentOS_6.2 x86_64. i tried google it, but could not get any result at all. is anyone has come across & solve it? any help or suggestion would be highly appreciated Log: in /var/log/messages Apr 4 10:23:15 jet qpidd[2265]: 2012-04-04 10:23:15 notice SSL plugin not enabled, you must set --ssl-cert-db to enable it. Thanks / Regards Prabhpal S. Mavi
2009 May 29
1
[PATCH server] Make taskomatic not do tasks if not connected to qpidd.
This patch just checks the broker to see if it's connected before attempting to implement tasks. Signed-off-by: Ian Main <imain at redhat.com> --- src/task-omatic/taskomatic.rb | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/task-omatic/taskomatic.rb b/src/task-omatic/taskomatic.rb index 5393c29..71432d2 100755 --- a/src/task-omatic/taskomatic.rb +++
2009 Sep 30
2
Few questions about oVirt install.
...tic.rb:957 INFO Wed Sep 30 17:09:10 +0300 2009 (1991) done And in /var/log/messages i have many errors. Sep 30 17:10:47 management libvirt-qpid: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Server not found in Kerberos database) Sep 30 17:10:47 management qpidd[1798]: 2009-09-30 17:10:47 warning Client closed connection with 501: internal-error: Sasl error: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Server not found in Kerberos database) (qpid/client/SaslFactory.cpp:226) Sep 30 17:1...
2009 Dec 02
0
Qmf::Query Hang in db-omatic
Hi all, We use for preproduction purpose the next branche of oVirt. We notice that a lot of bugs appears when the number of message in qpidd increase. It seems that qpidd is doing the job and that most of the issue are due to Qmf::Query . For example in db-omatic lines 265,296 When you restart db-omatic, if you have multiple node, you have mutiple threads launch (line 266) that hang on : qmf_host = @qmfc.objects(Qmf::Query.new(:...
2009 Sep 30
1
Few question about fresh install Ovirt
...is function is not supported by the hypervisor: virConnectGetHostname in NodeWrap.cpp:NodeWrap:47 code: 3 Sep 30 16:36:41 management libvirt-qpid: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Server not found in Kerberos database) Sep 30 16:36:41 management qpidd[1798]: 2009-09-30 16:36:41 warning Client closed connection with 501: internal-error: Sasl error: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Server not found in Kerberos database) (qpid/client/SaslFactory.cpp:226) /var/log/kr...
2011 Mar 11
1
setpgid() before exec'ing qemu
...waitpid () from /lib64/libpthread.so.0 #1 0x0000003629c0df7f in guestfs_close () from /usr/lib64/libguestfs.so.0 then a mess of python stuff If I attach to it with strace it shows: wait4(0, It looks like libguestfs's children are already dead pstree 13107 python???cped???3*[{cped}] ??qpidd???9*[{qpidd}] so it's seems like it's waiting on my process to die. So I changed the oz code to call close (in python "del obj") and all is well, however I was looking in libquestfs code and saw: #if 0 /* Set up a new process group, so we can signal this process * and a...
2009 Jul 29
3
yum update broke ovirt
I did a yum update on my management server and now the ovirt gui is no longer accessable. Is it supposed to just work or do I need to do something after the yum update? Justin.
2009 Jul 07
1
[PATCH] Set up ovirt-agent so it starts as a daemon
This sets up ovirt-agent to start as a daemon along with dbomatic, taskomatic etc. While this is not ready for prime time I think it should be ok as you still require a valid, authenticated, connection to qpidd to access it. Signed-off-by: Ian Main <imain at redhat.com> --- installer/modules/ovirt/manifests/ovirt.pp | 6 +++ ovirt-server.spec.in | 5 ++ src/ovirt-agent/ovirt-agent.rb | 63 +++++++++++++++++++++------- 3 files changed, 58 insertions(+), 16...
2010 Jun 01
0
Host-register crash
...llback: Timed out waiting for response /usr/lib/ruby/site_ruby/1.8/qmf.rb:236: [BUG] Segmentation fault ruby 1.8.6 (2010-02-05) [x86_64-linux] Aborted ===================================================================================== a nasty part from/var/log/messages : Jun 1 15:02:38 ovirt qpidd[1595]: 2010-06-01 15:02:38 warning Management Agent received invalid schema response: com.redhat.matahari.cpu Jun 1 15:02:38 ovirt qpidd[1595]: 2010-06-01 15:02:38 warning Management Agent received invalid schema response: com.redhat.matahari.host Jun 1 15:02:38 ovirt qpidd[1595]: 2010-06-01 15...
2009 Jul 15
1
[PATCH] Rename qmf-libvirt-example to libvirt-list.rb
...new file mode 100755 index 0000000..54e8b7e --- /dev/null +++ b/src/libvirt-list.rb @@ -0,0 +1,65 @@ +#!/usr/bin/ruby + +$: << File.join(File.dirname(__FILE__), "./dutils") + +require "rubygems" +require "qpid" +require "dutils" + +get_credentials('qpidd') + +server, port = get_srv('qpidd', 'tcp') +raise "Unable to determine qpid server from DNS SRV record" if not server + +srv = "amqp://#{server}:#{port}" +puts "Connecting to #{srv}.." +s = Qpid::Qmf::Session.new() +b = s.add_broker(srv, :mechanism...
2009 Jun 25
3
error with gssapi
...nspecified GSS failure. Minor code may provide more information (No credentials cache found) ==> /var/log/krb5kdc.log <== Jun 25 04:53:49 main.forex-24h.com krb5kdc[1862](info): AS_REQ (7 etypes {18 17 16 23 1 3 2}) 10.12.105.132: ISSUE: authtime 1245923629, etypes {rep=18 tkt=18 ses=18}, qpidd/main.forex-24h.com at FOREX-24H.COM for krbtgt/FOREX-24H.COM at FOREX-24H.COM Bad configured dns can cause this error ? I think so because when second node try connect to qpid appear message ==> /var/log/messages <== Jun 25 04:53:27 main qpidd[30870]: 2009-06-25 04:53:27 warning Client clo...
2009 Aug 11
0
[PATCH server] Added support for remote logging with rsyslog-gssapi to server.
...talled; } + package {"rsyslog": + ensure => installed; + } + + package {"rsyslog-gssapi": + ensure => installed; + } + package {"collectd": ensure => installed; } @@ -97,6 +105,11 @@ class ovirt::setup { notify => Service["qpidd"] } + file {"/etc/rsyslog.conf": + source => "puppet:///ovirt/rsyslog.conf", + notify => Service["rsyslog"] + } + single_exec { "db_migrate" : cwd => "/usr/share/ovirt-server/", command => "/usr/bin/rake db...
2017 May 02
2
samba process use 100% cpu
...2565 root 20 0 143m 23m 6232 S 0.7 0.2 0:02.60 /usr/local/samba4/sbin/smbd -D --option=server role check:inhibit=yes --foreground 6094 root 20 0 143m 23m 6236 S 0.7 0.2 0:02.97 /usr/local/samba4/sbin/smbd -D --option=server role check:inhibit=yes --foreground 6432 qpidd 20 0 151m 14m 4560 S 0.7 0.1 1:55.56 /usr/sbin/qpidd --data-dir /var/lib/qpidd --daemon 8295 root 20 0 143m 23m 6232 S 0.7 0.2 0:02.48 /usr/local/samba4/sbin/smbd -D --option=server role check:inhibit=yes --foreground 16526 root 20 0 143m 23m 6204 S 0.7 0.2...
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...dd_broker("amqp://#{server}:#{port}", :mechanism => 'GSSAPI') + @settings = Qmf::ConnectionSettings.new + @settings.host = server + @settings.port = port +# @settings.mechanism = 'GSSAPI' +# @settings.service = 'qpidd' + @settings.sendUserId = false + + @connection = Qmf::Connection.new(@settings) + @qmfc = Qmf::Console.new(self) + @broker = @qmfc.add_connection(@connection) + @broker.wait_for_stable db_init_cleanup rescue Excepti...
2009 Jun 16
1
Sasl error: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure.
Hello I have error during connection from managed host to ovirt server. Jun 16 12:31:24 main qpidd[27662]: 2009-jun-16 12:31:24 warning Client closed connection with 501: internal-error: Sasl error: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (No credentials cache found) (qpid/client/SaslFactory.cpp:226) I read on this maillist a...
2009 Jul 13
1
[PATCH: server] Added qmf matahari example to ovirt-server.
...e mode 100644 index 0000000..0934ac9 --- /dev/null +++ b/src/qmf-matahari.example.rb @@ -0,0 +1,50 @@ +#!/usr/bin/ruby + +$: << File.join(File.dirname(__FILE__), "./dutils") + +require "rubygems" +require "qpid" +require "dutils" + +get_credentials('qpidd') + +server, port = get_srv('qpidd', 'tcp') +raise "Unable to determine qpid server from DNS SRV record" if not server + +srv = "amqp://#{server}:#{port}" +puts "Connecting to #{srv}.." +s = Qpid::Qmf::Session.new() +b = s.add_broker(srv, :mechanism...
2013 May 09
0
loading custom type
rhel 6.4 puppet 3.1.1 I''ve written a puppet module for configuring qpidd brokers. I have installed the module in /usr/share/puppet/modules. I can successfully configure broker artifacts (exchanges, queues, bindings, etc), using manifests and puppet apply from the commandline. Now I''m trying to understand how I can do the same thing from inside a ruby script...
2017 May 09
2
samba process use 100% cpu
...23m 6232 S 0.7 0.2 0:02.60 > /usr/local/samba4/sbin/smbd -D --option=server role check:inhibit=yes > --foreground > 6094 root 20 0 143m 23m 6236 S 0.7 0.2 0:02.97 > /usr/local/samba4/sbin/smbd -D --option=server role check:inhibit=yes > --foreground > 6432 qpidd 20 0 151m 14m 4560 S 0.7 0.1 1:55.56 > /usr/sbin/qpidd --data-dir /var/lib/qpidd --daemon > 8295 root 20 0 143m 23m 6232 S 0.7 0.2 0:02.48 > /usr/local/samba4/sbin/smbd -D --option=server role check:inhibit=yes > --foreground > 16526 root 20 0 143...
2017 May 09
0
samba process use 100% cpu
...23m 6232 S 0.7 0.2 0:02.60 > /usr/local/samba4/sbin/smbd -D --option=server role check:inhibit=yes > --foreground > 6094 root 20 0 143m 23m 6236 S 0.7 0.2 0:02.97 > /usr/local/samba4/sbin/smbd -D --option=server role check:inhibit=yes > --foreground > 6432 qpidd 20 0 151m 14m 4560 S 0.7 0.1 1:55.56 > /usr/sbin/qpidd --data-dir /var/lib/qpidd --daemon > 8295 root 20 0 143m 23m 6232 S 0.7 0.2 0:02.48 > /usr/local/samba4/sbin/smbd -D --option=server role check:inhibit=yes > --foreground > 16526 root 20 0 143...