Issue #21533 has been updated by Adrien Thebo. Status changed from In Topic Branch Pending Review to Merged - Pending Release Target version changed from 1.7.x to 1.7.3
Merged into stable in 7b01b59 and merged up into master in c8cf5f1. This should be released in 1.7.3. ---------------------------------------- Bug #21533: Facter prints errors to stderr on precise and f18 https://projects.puppetlabs.com/issues/21533#change-94341 * Author: Josh Cooper * Status: Merged - Pending Release * Priority: Normal * Assignee: * Category: * Target version: 1.7.3 * Keywords: f18 precise * Branch: https://github.com/puppetlabs/facter/pull/468 * Affected Facter version: 1.7.1 ---------------------------------------- <pre> Could not retrieve macaddress: undefined method `each_line' for nil:NilClass Could not retrieve macaddress: undefined method `each_line' for nil:NilClass Could not retrieve macaddress: undefined method `each_line' for nil:NilClass Could not retrieve ipaddress6: undefined method `scan' for nil:NilClass Could not retrieve netmask: undefined method `split' for nil:NilClass </pre> The problem is that these facts attempt to execute a command, and expect to be able to split, etc the output. The problem is that the command is failing and returning nil. The fact need to be more defensive in handling this. -- 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 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-bugs. For more options, visit https://groups.google.com/groups/opt_out.
