Issue #22583 has been updated by Charlie Sharpsteen. Description updated Category changed from language to utf8
#22563 concerned failures on the Puppet master and is related to Apache and Passenger, which is not the case here. This looks like #22493 which should be resolved when 3.3.1 is released. ---------------------------------------- Bug #22583: invalid byte sequence in US-ASCII https://projects.puppetlabs.com/issues/22583#change-98479 * Author: Claudiu Vasadi * Status: Duplicate * Priority: Normal * Assignee: * Category: utf8 * Target version: * Affected Puppet version: * Keywords: * Branch: ---------------------------------------- Puppetmaster 3.2.4 running on FreeBSD and puppet agent for windows running on windows 7 professional 32bit english edition without problems. However, installing puppet agent for windows on a german edition, gives "invalid byte sequence in US-ASCII" for each and any manifest used. Example manifest: <pre> class win7_create_dir { if ($kernel == "windows") { file { 'c:/TEST': ensure => 'directory', } } } </pre> Works on the English edition but not on the German one whatever I tried. Google-ing, I came across http://projects.puppetlabs.com/issues/20897 but this did not solve my problem. Ruby is at version ruby-1.9.3.448,1 and OS is 9.2-PRERELEASE r254276 amd64. Pupetmaster works just fine with: Windows 7 Professional 32bit and 64bit english edition FreeBSD 9.1 and 9.2 both amd64 -- 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.
