Issue #16527 has been updated by Jeff McCune. Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/facter/pull/338
# Pull request The approach I took with this patch is the same as the approach I took in #16526. <https://github.com/puppetlabs/facter/pull/338> ---------------------------------------- Bug #16527: 'kstat' command not available in Solaris 7 and earlier leading to failure in 'processorcount' fact https://projects.puppetlabs.com/issues/16527#change-73966 Author: Alex Harvey Status: In Topic Branch Pending Review Priority: Normal Assignee: Jeff McCune Category: solaris Target version: 1.6.x Keywords: solaris kstat processorcount Branch: https://github.com/puppetlabs/facter/pull/338 Affected Facter version: The kstat command was not introduced until Solaris 8 leading to the following failure in Solaris 7 and earlier – $ facter -d processorcount arp: -an: unknown host Not an EC2 host Could not retrieve processorcount: private method `scan' called for nil:NilClass value for processorcount is still nil (The problem with arp -an is discussed in #16511). -- 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.
