Issue #10392 has been updated by Stefan Schulte.
Hi Ernesto, your initial post described two different issues: * you get an error about the macaddress fact, because the fact was not working properly. Facts are evaluated on the puppet client and then are sent to puppet master. This issue should be fixed with #10490 * you get a connection refused error The two problems are (at least that is what I think) totally unrelated. I expect that your connection refused error is a general configuration error, so if you want to you can also sent a message to the puppet-user mailing list ([email protected]) to reach a bigger audience. On the connection refused error: Can you please provide the following information: * After the first connect, have you seen the node's certificate (`puppet cert --list --all`) and is the certificate signed (the node name should appear in the output together with a '+' sign in front of the node's name. * Can you please post the output of a puppetrun when you execute on the node <pre> puppet agent -t -d --server your.puppet.master </pre> ---------------------------------------- Bug #10392: Error puppet agent with server https://projects.puppetlabs.com/issues/10392 Author: Ernesto Gamez Status: Needs More Information Priority: High Assignee: Ernesto Gamez Category: agent Target version: Affected Puppet version: 2.6.11 Keywords: Branch: Hi all, When i execute puppetd -t on my client agent, i get this error: Could not retrieve macaddress: private method `split' called for nil:NilClass Could not retrieve macaddress: private method `split' called for nil:NilClass err: Could not retrieve catalog from remote server: Connection refused - connect(2) warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run Please, can anybody help me?? Thanks -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
