Issue #10392 has been updated by Stefan Schulte.
Is this a proper configured interface? Looking at the facter code, facter runs
`ifconfig -a` and checks for the first output that matches the following
regular expression
<pre>
/(?:ether|HWaddr) (\w{1,2}:\w{1,2}:\w{1,2}:\w{1,2}:\w{1,2}:\w{1,2})/
</pre>
This would be e.g. `00:19:b9:12:2f:22` if the output were
<pre>
eth0 Link encap:Ethernet HWaddr 00:19:b9:12:2f:22
</pre>
and facter seems to not behave correctly if there is not a single matching line
(your case)
----------------------------------------
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.