1. Error: /Stage[main]/Mcollective/File[/etc/mcollective/pem_syn]:Failed to generate additional resources using 'eval_generate': Error 400 on SERVER: Permission denied - /etc/puppet/modules/mcollective/files/test/mas.pem
将文件(夹)的权限设置成0755
chmod 0755 文件(夹)
2.error 2014/10/06 10:49:01: activemq.rb:148:in `on_ssl_connectfail' SSL session creation with stomp+ssl://mcollective@activemq.domain.com:61614 failed: No route to host - connect(2)
在安装MCollective + ActiveMQ中遇到的问题,以为配置错了,Google了好久,也没找到合适答案,今天突然猜想是安装ActiveMQ的服务器防火墙没关闭的原因,没想到还真是,NND,害的我郁闷了两天。
参考:http://blog.csdn.net/lixwjava/article/details/38637079
3.Error: Could not retrieve catalog from remote server: Connection refused - connect(2)
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Error: Could not send report: Connection refused - connect(2)
检查puppet master 或者 agent 是否启动