Issue #14522 has been updated by Josh Cooper. Status changed from Closed to Merged - Pending Release Target version changed from 1.7.0 to 1.7.2 Affected Facter version set to 1.6.6
The fix was not sufficient in cases where the source and destination encoding are the same. Second fix merged into stable in [819c8dbc](https://github.com/puppetlabs/facter/commit/819c8dbc) ---------------------------------------- Bug #14522: invalid byte sequence error for virtual fact on Solaris 10 x86_64 https://projects.puppetlabs.com/issues/14522#change-93611 * Author: Tim Mooney * Status: Merged - Pending Release * Priority: Low * Assignee: * Category: * Target version: 1.7.2 * Keywords: solaris * Branch: * Affected Facter version: 1.6.6 ---------------------------------------- This happens with both facter 1.6.6 and facter 2.0.0rc1 I'm using ruby 1.9.3p125 on x86_64-sun-solaris2.10 When I run either version of facter, I get three lines of stderr output: Could not retrieve virtual: invalid byte sequence in US-ASCII Could not retrieve virtual: invalid byte sequence in US-ASCII Could not retrieve virtual: invalid byte sequence in US-ASCII and the "is_virtual" fact is incorrectly set to "true". If I just run facter is_virtual I get Could not retrieve virtual: invalid byte sequence in US-ASCII true -- 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.
