On Thu, Aug 29, 2013 at 12:57 AM, Amol Kedar <[email protected]> wrote:
> i see this error on the daemon.log of the agent machine > > Aug 28 17:11:07 dev2-db puppet-agent[5154]: > (/Stage[main]//Node[dev2-db]/Resources[firewall]) Failed to generate > additional resources using 'generate': Invalid address from IPAddr.new: !Aug > 28 17:11:08 dev2-db puppet-agent[5154]: Could not prefetch firewall provider > 'iptables': Invalid address from IPAddr.new: !Aug 28 17:11:08 dev2-db > puppet-agent[5154]: (/Firewall[000 accept all icmp]) Could not evaluate: > Invalid address from IPAddr.new: ! > Aug 28 17:11:08 dev2-db puppet-agent[5154]: (/Firewall[001 accept all to lo > interface]) Dependency Firewall[000 accept all icmp] has failures: trueAug 28 > 17:11:08 dev2-db puppet-agent[5154]: (/Firewall[001 accept all to lo > interface]) Skipping because of failed dependencies > Aug 28 17:11:08 dev2-db puppet-agent[5154]: (/Firewall[002 accept related > established rules]) Dependency Firewall[000 accept all icmp] has failures: > trueAug 28 17:11:08 dev2-db puppet-agent[5154]: (/Firewall[002 accept related > established rules]) Skipping because of failed dependencies > Aug 28 17:11:08 dev2-db puppet-agent[5154]: (/Firewall[999 drop all]) > Dependency Firewall[000 accept all icmp] has failures: trueAug 28 17:11:08 > dev2-db puppet-agent[5154]: (/Firewall[999 drop all]) Skipping because of > failed dependenciesAug 28 17:11:08 dev2-db puppet-agent[5154]: Finished > catalog run in 1.19 seconds > > if anyone has any prior experience with this, please let me know > I haven't seen this before but - can you show me a full iptables from an existing client, a full ifconfig, and maybe even the result of: $ irb irb(main):002:0> require 'ipaddr' => true irb(main):003:0> IPAddr.new => #<IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0000/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff> That's what I get for a plain call to IPAddr.new, I'm wondering what you're getting. -- Ashley Penney [email protected] Module Engineer *Join us at PuppetConf 2014, September 23-24 in San Francisco* -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
