[mcollective-sshkey-security] bobtfish opened pull request #7: Add additional flexibility to handling ssh keys (master...env_variables_for_client_config) http://git.io/n7s9vg
GitHub18 has left the channel
Wolfspyre joined the channel
chitopunk joined the channel
f13o has left the channel
Bdawk joined the channel
bosszaru has quit
bosszaru joined the channel
kpease has quit
ddevon has quit
_maes_ has quit
_maes_ joined the channel
inecas has quit
straylen1 has quit
stresler joined the channel
inecas joined the channel
straylen joined the channel
straylen has quit
b1nar1_ has quit
kpease joined the channel
Wolfspyre has quit
b1nar1 joined the channel
GitHub155 joined the channel
GitHub155
[mcollective-sshkey-security] bobtfish opened pull request #8: Cache known hosts file to improve performance when you have 1000s of hosts. (master...cache_known_hosts) http://git.io/_BZT5A
and is there a solution for that? Besides activemq or patching rabbitmq (acutally erlang)
_rc
duritong_: tried 2.6.1 and specifying protocols
without seeing the output from the rabbitmq logs it's impossible to say exactly what the problem is, but typically it's that openssl is using an incompatible set of ciphers
looks like I need to fix some markdown there. oopos
optiz0r
almost certainly ciphers
Bdawk joined the channel
duritong_: ran into this myself the other week. Short answer is generate your puppet certs using an older master that doesn't support SHA256 (e.g. 2.7 worked for me)
_rc
optiz0r: that option will let you upgrade your stomp gem now
it'll be something like that, but you need to experiment
optiz0r
lovely, thanks :)
_rc
and once you know what it is please drop by for future users
GitHub125 joined the channel
GitHub125
[marionette-collective] richardc pushed 1 new commit to master: http://git.io/IGhdqA
marionette-collective/master c69a219 Richard Clamp: maint - add missing url to connector_rabbitmq...
GitHub125 has left the channel
aswen has quit
csschwe joined the channel
ddevon1 joined the channel
ddevon has quit
ramindk has quit
ramindk joined the channel
mdlman joined the channel
_rc
optiz0r: actually I've just remembered what your issue was, so that may not be the fix for you. I had you and fubada crossed in my brain.
optiz0r: it *might* be a mechanism that fixes it for you by disabling sha256-using ciphers, but it may still come down to the cert that is issued
mdlman
I have a strange (to me) issue. Running ubuntu 12.04, mcollective 2.6.0-1puppetlabs1. When I use a fact filter (mco ping -F fact=foo) and logging is set to info, nodes do not respond. If I change logging level to debug, they do. I have switched back and forth on 2 different nodes and it is perfectly reproducible.
To be clear, changing logging level to debug in server.cfg
_rc
so if you switch one and not the other do you get one response?
mdlman
Correct. Also, it holds true whether I run mco ping from the systems themselves, or a third machine.