Issue #5699 has been updated by James Turnbull. Status changed from Ready For Testing to Needs More Information
Hector - do you have s390 output from Facter I can take a look at? Also uname -m, uname -a, and uname -s output? Thanks ---------------------------------------- Bug #5699: Facter does not work properly with zLinux (s390x) https://projects.puppetlabs.com/issues/5699 Author: Hector Rivas Status: Needs More Information Priority: Normal Assignee: Hector Rivas Category: library Target version: 1.5.9 Keywords: communitypatch Branch: https://github.com/keymon/facter/tree/ticket/master/5699 In zLinux facter does not properly manage the facts: processorN, processorcount, is_virtual and virtual. In zLinux all instances are virtual, so: * is_virtual=true and virtual="zlinux" if architecture=s390x * /proc/cpuinfo has diferent syntax (see below) . $ cat /proc/cpuinfo vendor_id : IBM/S390 # processors : 2 bogomips per cpu: 11061.00 features : esan3 zarch stfle msa ldisp eimm dfp processor 0: version = FF, identification = 09D47C, machine = 2097 processor 1: version = FF, identification = 09D47C, machine = 2097 -- 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.
