Re: [Puppet Users] 3.3.0 bug? Could not prefetch package provider/UTF-8

2013-09-23 Thread jcbollinger
On Saturday, September 21, 2013 4:30:53 AM UTC-5, Robin Powell wrote: No, although I appreciate the attempt! [rlpowell@shell01 puppet3]$ find . -type f -name '*.pp' | xargs grep -P '[^\s\t!-~]' [rlpowell@shell01 puppet3]$ (that range covers all of visible ASCII, plus space and tab)

Re: [Puppet Users] 3.3.0 bug? Could not prefetch package provider/UTF-8

2013-09-21 Thread Robin Lee Powell
No, although I appreciate the attempt! [rlpowell@shell01 puppet3]$ find . -type f -name '*.pp' | xargs grep -P '[^\s\t!-~]' [rlpowell@shell01 puppet3]$ (that range covers all of visible ASCII, plus space and tab) In fact, the only file that matches that that isn't obviously binary is

[Puppet Users] 3.3.0 bug? Could not prefetch package provider/UTF-8

2013-09-17 Thread Robin Lee Powell
As of upgrading master and clients to 3.3.0, some of my servers are saying: Error: Could not prefetch package provider 'yum': invalid byte sequence in UTF-8 Error: Could not prefetch package provider 'rpm': invalid byte sequence in UTF-8 I can't tell whether this actually stops them from

Re: [Puppet Users] 3.3.0 bug? Could not prefetch package provider/UTF-8

2013-09-17 Thread Wolf Noble
When I ran into this, what bit me was funky characters hiding in comments in the manifests. On Tue, Sep 17, 2013 at 3:42 PM, Robin Lee Powell rlpow...@digitalkingdom.org wrote: As of upgrading master and clients to 3.3.0, some of my servers are saying: Error: Could not prefetch package