[Puppet - Bug #4695] Puppet should not reset locale

2013-08-23 Thread tickets
Issue #4695 has been updated by Brian Almeida. Brian Almeida wrote: > eric sorenson wrote: > > Hi Erik - it appears the patch did not fix the bug for some people. Do you > > have any insight into why this could be? > > > > Re-targeting it for the next planned Puppet release, 3.2.0. > > It loo

[Puppet - Bug #4695] Puppet should not reset locale

2013-08-23 Thread tickets
Issue #4695 has been updated by Brian Almeida. eric sorenson wrote: > Hi Erik - it appears the patch did not fix the bug for some people. Do you > have any insight into why this could be? > > Re-targeting it for the next planned Puppet release, 3.2.0. It looks like the patch was specific to c

[Puppet - Bug #4695] Puppet should not reset locale

2013-07-26 Thread tickets
Issue #4695 has been updated by Jonathan Potter. I also ran into this while installing PostgreSQL on Ubuntu. I had to modify @Dimitriy's command to get it to work for me. I had to use LC_ALL instead of LANG and also change the unless condition. Here's my version: exec { "install_postgresq

[Puppet - Bug #4695] Puppet should not reset locale

2013-04-17 Thread tickets
Issue #4695 has been updated by Dmitriy Sergeev. Also hit this while to trying install postgresql on Debian. The idea of recreating cluster seemed too scary, so I came up with this Exec for installation: exec { "install_${postgresql_package}": command => "bash -c \'LANG=en_US.UTF-8 a

[Puppet - Bug #4695] Puppet should not reset locale

2013-04-09 Thread tickets
Issue #4695 has been updated by Mario Ceresa. Hello! I think I'm also hit by this when using example42 modules with 3.1.1 on Fedora 18, but I'm not sure. In my case, it fails to compile some manifests with: * Error 400 on SERVER: invalid byte sequence in US-ASCII at /etc/puppet/modules/php/m

[Puppet - Bug #4695] Puppet should not reset locale

2013-04-09 Thread tickets
Issue #4695 has been updated by George McIntosh. Andrew Parker wrote: > It does not look like this is going to be in the 3.2.0 release. Removing the > target version. Any idea *when* this fix will be released? I'm still hitting it on RHEL 6. Bug #4695:

[Puppet - Bug #4695] Puppet should not reset locale

2013-03-29 Thread tickets
Issue #4695 has been updated by Andrew Parker. Target version deleted (3.2.0) It does not look like this is going to be in the 3.2.0 release. Removing the target version. Bug #4695: Puppet should not reset locale https://projects.puppetlabs.com/issues/4

[Puppet - Bug #4695] Puppet should not reset locale

2013-02-19 Thread tickets
Issue #4695 has been updated by Nils Pascal Illenseer. We have the same problem with the postgresql package on Ubuntu. We get SQL_ASCII after installation with Puppet, manually installed it is correct with en_US.UTF-8. Bug #4695: Puppet should not reset

[Puppet - Bug #4695] Puppet should not reset locale

2012-10-26 Thread tickets
Issue #4695 has been updated by Erik Dalén. Branch set to https://github.com/puppetlabs/puppet/pull/1239 Created a pull request for avoiding this when starting services. Bug #4695: Puppet should not reset locale https://projects.puppetlabs.com/issues/4695

[Puppet - Bug #4695] Puppet should not reset locale

2011-08-12 Thread tickets
Issue #4695 has been updated by Shish Moom. For anyone else who finds this page looking for the specific problem of "puppet can't be used to install postgres", here is a horrible, horrible hack: # normally there would be no need for requires, apt-get # would take care of it; b

[Puppet - Bug #4695] Puppet should not reset locale

2011-03-19 Thread tickets
Issue #4695 has been updated by Daniel Pittman. Daniel Capo Sobral wrote: > Daniel Pittman wrote: > > > > This only really matters for commands run through the exec type, I would > > imagine, so my inclination would be to ensure that it applied everywhere > > but there. > > My specific probl

[Puppet - Bug #4695] Puppet should not reset locale

2011-03-19 Thread tickets
Issue #4695 has been updated by Daniel Capo Sobral. Daniel Pittman wrote: > > This only really matters for commands run through the exec type, I would > imagine, so my inclination would be to ensure that it applied everywhere but > there. My specific problem happens with the package type, no

[Puppet - Bug #4695] Puppet should not reset locale

2011-03-19 Thread tickets
Issue #4695 has been updated by Daniel Pittman. This was introduced in 79dcd33aebf8749719e9eff009b8bb3fdaf77751, specifically to ensure that external tools run by Puppet would return the default text, not localized. Changing this universally will potentially break every provider that depends

[Puppet - Bug #4695] Puppet should not reset locale

2011-03-19 Thread tickets
Issue #4695 has been updated by Ivan Borzenkov. File exec-env added sorry, patch in file :) Bug #4695: Puppet should not reset locale https://projects.puppetlabs.com/issues/4695 Author: Mo Morsi Status: Accepted Priority: High Assignee: Category: exec T

[Puppet - Bug #4695] Puppet should not reset locale

2011-03-19 Thread tickets
Issue #4695 has been updated by Ivan Borzenkov. This patch for debian. I not know ruby, and i know - this is bad solution, but in debian's distr this work. --- puppet-2.6.6.orig/lib/puppet/util.rb +++ puppet-2.6.6/lib/puppet/util.rb @@ -309,7 +309,7 @@ Process.euid = arguments[:ui

[Puppet - Bug #4695] Puppet should not reset locale

2011-03-17 Thread tickets
Issue #4695 has been updated by Nigel Kersten. Priority changed from Normal to High Target version set to Statler Bug #4695: Puppet should not reset locale https://projects.puppetlabs.com/issues/4695 Author: Mo Morsi Status: Accepted Priority: High Assi

[Puppet - Bug #4695] Puppet should not reset locale

2011-03-17 Thread tickets
Issue #4695 has been updated by Daniel Capo Sobral. This is a very serious issue for me. Postgresql databases on Debian are initialized to the locale used to install it, which means they get ASCII as their locale. The only way to change that is to completely remove the database and initialize

[Puppet - Bug #4695] Puppet should not reset locale

2010-09-07 Thread tickets
Issue #4695 has been updated by Mo Morsi. Here is a simple test case which can be used to test this issue: $ /usr/bin/python -c 'import locale ; print locale.getdefaultlocale()' => ('en_US', 'UTF8') Create foobar.pp with the following contents: exec{"test_locale": command => "/usr/bin/p

[Puppet - Bug #4695] Puppet should not reset locale

2010-09-03 Thread tickets
Issue #4695 has been updated by Luke Kanies. The original commit is commit:"79dcd33a", and it specifies that the locale is changed to make output easier to parse. Maybe we should make this an option? My guess is that not changing locale will cause some providers to break, given how much they