Issue #5873 has been updated by Matt Robinson. Status changed from Ready for Testing to Closed
James merged in commit:0a4c53cfaa9a03bafba7d208fa003ed244391616 ---------------------------------------- Bug #5873: Xen fact cannot be run as non-root https://projects.puppetlabs.com/issues/5873 Author: Chris Mague Status: Closed Priority: Low Assignee: Category: library Target version: 1.6.0 Keywords: Branch: http://github.com/jamtur01/facter/tree/tickets/master/5873 [NONROOTUSER]$ facter cat: /proc/xen/capabilities: Permission denied architecture => i386 In the facter code if FileTest.exists?("/proc/xen/capabilities") Should be changed to if FileTest.readable?("/proc/xen/capabilities") -- 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.
