RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1363947 - If executing sar with Korean character set(ko_KR.UTF-8) on RHEL6, time stamp is not printed.
Summary: If executing sar with Korean character set(ko_KR.UTF-8) on RHEL6, time stamp ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: sysstat
Version: 6.8
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Michal Sekletar
QA Contact: Branislav Náter
URL:
Whiteboard:
: 1398265 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-04 06:05 UTC by Shin Jae Wook
Modified: 2020-05-14 15:15 UTC (History)
2 users (show)

Fixed In Version: sysstat-9.0.4-33.el6
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1381128 (view as bug list)
Environment:
Last Closed: 2017-03-21 10:09:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2017:0655 0 normal SHIPPED_LIVE sysstat bug fix update 2017-03-21 12:33:28 UTC

Description Shin Jae Wook 2016-08-04 06:05:27 UTC
Description of problem:

If executing sar with Korean character set(ko_KR.UTF-8) on RHEL6, time stamp is not printed.

Version-Release number of selected component (if applicable):

kernel-2.6.32-642.el6.x86_64
sysstat-9.0.4-31.el6.x86_64

How reproducible:

100 %

Steps to Reproduce:
1. execute "LC_TIME=ko_KR.UTF-8 sar 1 100" on terminal.


Actual results:

# LC_TIME=ko_KR.UTF-8 sar 1 100
Linux 2.6.32-642.el6.x86_64 (redhat.test) 	2016년 08월 04일 	_x86_64_	(4 CPU)

                CPU     %user     %nice   %system   %iowait    %steal     %idle
                all      0.00      0.00      0.25      0.00      0.00     99.75


Requires workaround: If set 'C' to LC_TIME, it works well in default locale.

# LC_TIME=C sar 1 100
Linux 2.6.32-642.el6.x86_64 (redhat.test) 	08/04/16 	_x86_64_	(4 CPU)

14:59:48        CPU     %user     %nice   %system   %iowait    %steal     %idle
14:59:49        all      0.00      0.00      0.00      0.00      0.00    100.00


Expected results:

# LC_TIME=ko_KR.UTF-8 sar 1 100
Linux 2.6.32-642.el6.x86_64 (redhat.test) 	2016년 08월 04일 	_x86_64_	(4 CPU)

                CPU     %user     %nice   %system   %iowait    %steal     %idle
14시 44분 55초   all      0.00      0.00      0.25      0.00      0.00     99.75


Additional info:

RHEL7 also have same symptom.
sar worked well with Japanese(ja_JP.UTF-8) and Chinese(zh_CN.UTF-8) character set.

Comment 3 Michal Sekletar 2016-10-03 07:48:19 UTC
Merged upstream,

https://github.com/sysstat/sysstat/pull/127

Comment 10 Michal Sekletar 2016-12-22 13:15:11 UTC
*** Bug 1398265 has been marked as a duplicate of this bug. ***

Comment 14 errata-xmlrpc 2017-03-21 10:09:09 UTC
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://rhn.redhat.com/errata/RHBA-2017-0655.html


Note You need to log in before you can comment on or make changes to this bug.