Issue #17487 has been updated by Matthaus Owens. Target version changed from 1.6.16 to 1.6.17
---------------------------------------- Bug #17487: errors related to IP facts sometimes printed on HP-UX platforms https://projects.puppetlabs.com/issues/17487#change-77912 Author: Alex Harvey Status: Merged - Pending Release Priority: Normal Assignee: Category: hpux Target version: 1.6.17 Keywords: Branch: https://github.com/puppetlabs/facter/pull/359 Affected Facter version: 1.6.14 On HP-UX platforms facter sometimes prints errors like the following if netstat -in shows an asterisk after the interface - <pre> $ facter Could not retrieve netmask_lan3_: undefined method `+' for nil:NilClass Could not retrieve macaddress_lan3_: undefined method `+' for nil:NilClass Could not retrieve network_lan3_: undefined method `+' for nil:NilClass Could not retrieve ipaddress6_lan3_: undefined method `+' for nil:NilClass Could not retrieve ipaddress_lan3_: undefined method `+' for nil:NilClass Could not retrieve mtu_lan3_: undefined method `+' for nil:NilClass ... interfaces => lan4_1,lan3_,lan1,lo0,lan4 </pre> This was identified by Hongbo Hu who submitted a patch in #11612. -- 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.
