Bug 1255520
Summary: | foreman, candlepin, gutterball databases use default encoding vs explicit UTF8 | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Shannon Hughes <shughes> |
Component: | Installation | Assignee: | Ivan Necas <inecas> |
Status: | CLOSED ERRATA | QA Contact: | Katello QA List <katello-qa-list> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.1.0 | CC: | bkearney, chpeters, cwelton, inecas, jentrena, xdmoon |
Target Milestone: | Unspecified | ||
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://projects.theforeman.org/issues/11681 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-10-15 18:20:38 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Shannon Hughes
2015-08-20 19:55:26 UTC
Created redmine issue http://projects.theforeman.org/issues/11681 from this bug How to reproduce: echo LANG=\"en_US.iso88591\" > /etc/locale.conf export LANG=en_US.iso88591 export LANGUAGE=en_US.iso88591 export LC_CTYPE="en_US.iso88591 export LC_NUMERIC="en_US.iso88591 export LC_TIME="en_US.iso88591 export LC_COLLATE="en_US.iso88591 export LC_MONETARY="en_US.iso88591 export LC_MESSAGES="en_US.iso88591 export LC_PAPER="en_US.iso88591 export LC_NAME="en_US.iso88591 export LC_ADDRESS="en_US.iso88591 export LC_TELEPHONE="en_US.iso88591 export LC_MEASUREMENT="en_US.iso88591 export LC_IDENTIFICATION="en_US.iso88591 export LC_ALL=en_US.iso88591 katello-installer # OR foreman-installer Current results: foreman, candlepin and gutterball databases have LATIN1 as encoding Expected results: su - postgres -c 'psql -l' foreman, candlepin and gutterball databases have UTF-8 as encoding Patches opened against upstream puppet modules: https://github.com/Katello/puppet-candlepin/pull/26 https://github.com/Katello/puppet-gutterball/pull/16 https://github.com/theforeman/puppet-foreman/pull/356 Upstream bug component is Provisioning Upstream bug component is Installer Moving to POST since upstream bug http://projects.theforeman.org/issues/11681 has been closed Verified that this patch made it into/works in latest compose 6.1.3 compose #2 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2015:1911 |