Bug 729981
Summary: | zipl requires C locale with /boot on LVM | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Dan Horák <dhorak> | ||||||
Component: | s390utils | Assignee: | Dan Horák <dhorak> | ||||||
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 6.1 | CC: | azelinka, brueckner, bugproxy, jmarko, jstodola, ovasik | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | s390utils-1.8.2-37.el6 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2011-12-06 17:45:26 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Dan Horák
2011-08-11 13:08:53 UTC
Created attachment 517826 [details]
run helper script in C locale
My locale is "cs_CZ.UTF-8" and the tool with translated output is blockdev. Created attachment 519007 [details]
s390-tools-rhel6-zipl_helper_locale.patch
------- Comment on attachment From brueckner.ibm.com 2011-08-19 06:31 EDT-------
Description: zipl: localized scripting output leads to errors
Symptom: zipl is terminated with an error:
"Script could not determine target parameters"
Problem: zipl uses zipl_helper.device-mapper to print zipl parameters
for device mapper devices. This script parses the output
of other programs that might have a locale dependent
output. If so, the script is unable to parse the output.
Solution: Setup and use a standard locale to avoid localized
scripting output.
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. http://rhn.redhat.com/errata/RHBA-2011-1525.html |