search for: brokering

Displaying 20 results from an estimated 474 matches for "brokering".

Did you mean: bickering
2012 Nov 20
0
Proposed change to the broker RESTful API and CLI to handle parameters needed in additional broker plugins
Hi all; There has been a separate thread recently in this mailing list around adding a Chef broker plugin to Razor. As this effort has progressed, the realization has gradually sunk in that the parameters that are needed for a successful a handoff to Puppet might not be the same as the parameters that are needed for a successful handoff to Chef. That has left us with a couple of
2021 Jan 07
1
HCI Cluster - CentOS8 to Streams Upgrade Broken
I have a test environment. Three node HCI cluster. CentOS8 build. Gluster as file system with standard cockpit deploy of HCI. Converted to CentOS Streams which seemed to go fine. Did a yum update and no issues. Did a reboot.. and now engine will no longer start. So I can no longer start my Virtual machines. I posted as bug https://bugzilla.redhat.com/show_bug.cgi?id=1911910 I posted to
2009 Jul 14
1
Error installing package sna
Dear R-users, These days, I have been struggling to install the package sna on my Ubuntu 8.04 laptop. My R version is currently R 2.7.2. And I had no trouble installing any other packages (including network). However when I run 'install.packages("sna")', compilation of C codes is ok, but a syntax error is reported when building help pages and sna does not want to install. I
2005 Dec 29
2
validation highlighting on non-scaffold fields
Hi all, I''m new to rails. I have created a bunch of CRUD code using scaffolds. I had to add code to the default output to account for fields that establish the relationships between tables. Everything works well, including the validation of the fields I added. However, I can''t get the highlighting to work for my fields when they fail validation and the view is redisplayed.
2012 Sep 26
2
R and sell buy stock
Hi all, I have seen that R can be switched on to a Broker called IB. There is another one similar to IB that permits to make a "code" and send orders to broker to buy or sell stocks? Can be done trough R, writte in excel and trough API sell/buy to the broker? Can someone send me an example (easy example?) Many thanks. [[alternative HTML version deleted]]
2013 Aug 05
1
Weird log entries when some users are composing messages in Thunderbird
Hi all/Timo, When some of our users are composing a message in Thunderbird, I see a ton of these in the logs, and they keep repeating the entire time they are typing until the message gets sent... > 2013-08-05T10:34:42-04:00 myhost dovecot: imap-login: Login: user=<user at media-brokers.com>, method=PLAIN, rip=###.###.###.###, lport=993, mpid=8152, TLS,
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 ++++++-------
2007 May 19
2
(OT) Anyone Ever Use http://shopfort1.com as a Broker
I have no affiliation with them but if their quotes are accurate then they provide quite a few options as far as TDM connectivity and realtime pricing. If you do not want a phone call from a sales person, give them a BTN that goes to an IVR or something. They call no matter which box you click as far as "contact me now" "contact me later" "just window shopping".
2010 Jan 29
0
Broker lines on a T1 : Signaling convention?
I've been running Asterisk with a standard PRI for regular telecoms. This is also connected to our Nortel PBX for 'ordinary users'. The system has been working nicely (including Cisco 7970 phones that are connecting via SIP). But now I'm going 'on net' with broker lines (for a trading room environment). The telecoms people at the other end of the connection tell me that
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 May 29
1
[PATCH server] Also print reconnect message in log.
It seems people were getting confused by the message that taskomatic was disconnected and not logging a reconnect message. This patch makes it log on reconnect as well. Signed-off-by: Ian Main <imain at redhat.com> --- src/task-omatic/taskomatic.rb | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/task-omatic/taskomatic.rb b/src/task-omatic/taskomatic.rb
2013 Mar 13
2
What is ActiveMQ Broker?
Can anybody tell me what exactly ActiveMQ does? Is it a storage of messages produced by producer and ready to consume by consumer? M i understanding it correctly or not? Please tell me? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2001 Mar 24
1
Data Corruption with Win2K clients & ACT 2000 database
Greetings, I read with interest the few posts in the archives discussing problems I have recently encountered with data corruption of an ACT 2000 database residing on a Samba 2.07 share, SuSE Linux 7.1 (2.2.28 kernel), with about 25 Win2K clients. I did not, however, see any apparent resolution to this major problem - I either am going to have to rebuild from scratch my current Win2K Server, or
2012 May 22
11
Puppet First Run after Install failing in module pe_mcollective
I am installing puppet enterprise manager (master) on a RHEL box. Though the install itself succeeds without any issues, the first run of puppet when it tries to deploy the pe_mcollective module fails with the following error. Message: change from notrun to 0 failed: sh -c ''umask 077; keytool - importkeystore -deststorepass puppet -destkeypass puppet -destkeystore broker.ks -srckeystore
2001 Mar 26
2
2.2 Alpha3 - how stable is it?
Hi all, I was wondering what the feeling was of those on this list as to how stable this alpha is? Is it useable in a production environment for basic file sharing of a shared database (ACT)? The reason I am asking is I am having major file corruption issues with Win2K clients using 2.07, and if the suggestions already made do not fix the problem, I would be willing to try it, if it is
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 ++
2009 May 21
5
Authenticating with /etc/passwd
I am trying to do authentication with /etc/passwd and something is not working right for me. Pls help! When i try to authenticate via pop3, I get: -ERR Authentication failed. In the logs, I get: May 21 11:14:07 Info: auth(default): client in: AUTH 1 PLAIN service=pop3 secured lip=127.0.0.1 rip=127.0.0.1 lport=110 rport=32774 resp=AGp1bmUAU0lORzNlcnQ= May 21 11:14:07 Info: auth(default):
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, instead of using
2015 Dec 04
2
template shell RFC2307 loginShell
We use power broker here at work and where wondering why we need it. I was able to setup a new linux server using samba and am able to login with my active directory accounts but I couldn't figure out how to set the login shells. I have a work around but would like feedback in my /etc/samba/smb.conf I have the following security = ads realm = DOMAIN.LONG workgroup = DOMAIN idmap
2009 Jul 21
1
[PATCH server] Fixed db-omatic so it doesn't segfault because of newer qmf api.
--- src/db-omatic/db_omatic.rb | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/db-omatic/db_omatic.rb b/src/db-omatic/db_omatic.rb index 155ff5e..b5b7b81 100755 --- a/src/db-omatic/db_omatic.rb +++ b/src/db-omatic/db_omatic.rb @@ -270,10 +270,10 @@ class DbOmatic < Qpid::Qmf::Console end def object_props(broker, obj) - target =