Hi, sorry if these seem really noobish questions. I just recently started trying to get mcollective working. I'm trying to do "mco ping" from my client and I get the following output
debug 2012/08/27 15:32:13: pluginmanager.rb:167:in `loadclass' Loading Mcollective::Facts::Yaml_facts from mcollective/facts/yaml_facts.rb debug 2012/08/27 15:32:13: pluginmanager.rb:44:in `<<' Registering plugin facts_plugin with class MCollective::Facts::Yaml_facts single_instance: true debug 2012/08/27 15:32:13: pluginmanager.rb:167:in `loadclass' Loading Mcollective::Connector::Stomp from mcollective/connector/stomp.rb debug 2012/08/27 15:32:13: pluginmanager.rb:44:in `<<' Registering plugin connector_plugin with class MCollective::Connector::Stomp single_instance: true debug 2012/08/27 15:32:13: pluginmanager.rb:167:in `loadclass' Loading Mcollective::Security::Psk from mcollective/security/psk.rb debug 2012/08/27 15:32:13: pluginmanager.rb:44:in `<<' Registering plugin security_plugin with class MCollective::Security::Psk single_instance: true debug 2012/08/27 15:32:13: pluginmanager.rb:167:in `loadclass' Loading Mcollective::Registration::Agentlist from mcollective/registration/agentlist.rb debug 2012/08/27 15:32:13: pluginmanager.rb:44:in `<<' Registering plugin registration_plugin with class MCollective::Registration::Agentlist single_instance: true debug 2012/08/27 15:32:13: pluginmanager.rb:47:in `<<' Registering plugin global_stats with class MCollective::RunnerStats single_instance: true debug 2012/08/27 15:32:13: pluginmanager.rb:167:in `loadclass' Loading MCollective::Application::Ping from mcollective/application/ping.rb debug 2012/08/27 15:32:13: pluginmanager.rb:44:in `<<' Registering plugin ping_application with class MCollective::Application::Ping single_instance: true debug 2012/08/27 15:32:13: pluginmanager.rb:80:in `[]' Returning new plugin ping_application with class MCollective::Application::Ping debug 2012/08/27 15:32:13: pluginmanager.rb:80:in `[]' Returning new plugin connector_plugin with class MCollective::Connector::Stomp debug 2012/08/27 15:32:13: pluginmanager.rb:80:in `[]' Returning new plugin security_plugin with class MCollective::Security::Psk debug 2012/08/27 15:32:13: pluginmanager.rb:83:in `[]' Returning cached plugin global_stats with class MCollective::RunnerStats debug 2012/08/27 15:32:13: stomp.rb:145:in `connect' Connecting to dsaas-cache1.languageweaver.com:6163 debug 2012/08/27 15:32:13: pluginmanager.rb:83:in `[]' Returning cached plugin security_plugin with class MCollective::Security::Psk debug 2012/08/27 15:32:13: base.rb:171:in `create_request' Encoding a request for agent 'discovery' in collective mcollective with request id c89aede6bbe3e245211027b186eea1e0 debug 2012/08/27 15:32:13: psk.rb:98:in `callerid' Setting callerid to uid=0 based on callertype=uid debug 2012/08/27 15:32:13: client.rb:50:in `sendreq' Sending request c89aede6bbe3e245211027b186eea1e0 to the discovery agent with ttl 60 in collective mcollective debug 2012/08/27 15:32:13: client.rb:62:in `subscribe' Subscribing to reply target for agent discovery debug 2012/08/27 15:32:13: pluginmanager.rb:83:in `[]' Returning cached plugin connector_plugin with class MCollective::Connector::Stomp debug 2012/08/27 15:32:13: stomp.rb:235:in `subscribe' Subscribing to /topic/mcollective.discovery.reply debug 2012/08/27 15:32:13: pluginmanager.rb:83:in `[]' Returning cached plugin connector_plugin with class MCollective::Connector::Stomp debug 2012/08/27 15:32:13: stomp.rb:224:in `publish' Sending a broadcast message to STOMP target '/topic/mcollective.discovery.command' transmit to dsaas-cache1.languageweaver.com failed: Broken pipe debug 2012/08/27 15:32:13: stomp.rb:191:in `receive' Waiting for a message from Stomp connection.receive returning EOF as nil - resetting connection. debug 2012/08/27 15:32:13: client.rb:72:in `unsubscribe' Unsubscribing reply target for discovery debug 2012/08/27 15:32:13: pluginmanager.rb:83:in `[]' Returning cached plugin connector_plugin with class MCollective::Connector::Stomp debug 2012/08/27 15:32:13: stomp.rb:257:in `unsubscribe' Unsubscribing from /topic/mcollective.discovery.reply ping failed to run: undefined method `body' for nil:NilClass (NoMethodError) debug 2012/08/27 15:32:13: pluginmanager.rb:83:in `[]' Returning cached plugin connector_plugin with class MCollective::Connector::Stomp debug 2012/08/27 15:32:13: stomp.rb:264:in `disconnect' Disconnecting from Stomp transmit to dsaas-cache1.languageweaver.com failed: Broken pipe What is the deal with the Broken pipe? Andrew -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/cj3dbvgE3p0J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.