Issue #10392 has been updated by Stefan Schulte. Status changed from Unreviewed to Needs More Information Assignee set to Ernesto Gamez
I think you are seeing two issues here First problem: <pre> Could not retrieve catalog from remote server: Connection refused </pre> You are running `puppet agent` (invoking the agent as `puppetd` is deprecated) which means that the agent wants to connect to the puppet master. If you haven't defined otherwise puppet will try to connect to a server named 'puppet'. You can check this by running <pre> # puppet agent --configprint server puppet </pre> Is there really a puppet master running on the other side? Second problem: <pre> Could not retrieve macaddress: private method split' called for nil:NilClass </pre> facter seems to get unexpected output for the macaddress fact. Can you please run the following <pre> /sbin/ifconfig -a |egrep 'ether|HWaddr' </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.
