Bug 204231 - Setting clock cannot display correctly.
Summary: Setting clock cannot display correctly.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 5
Hardware: i386
OS: Linux
medium
low
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-27 13:05 UTC by Takeshi Furuya
Modified: 2014-03-17 03:01 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-04-16 23:59:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Takeshi Furuya 2006-08-27 13:05:15 UTC
Description of problem:

When booting up linux (using non-English language), Console trys to display a
local date format, but console cannot non-ascii character.(ie. Japanese) 


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


How reproducible:

Set system Language Japanese.


Steps to Reproduce:
1. Set system Language Japanese(or other non-English language).
2. Reboot.

Actual results:

When booting sequence starting, display unreadable characters.
  

Expected results:

I think it should be display English time format.
In /etc/rc.sysinit, line 145,

From:
action $"Setting clock $CLOCKDEF: `date`" /bin/true
To:
action $"Setting clock $CLOCKDEF: `LC_ALL=C date`" /bin/true

after changed, display correctly.


Additional info:

Comment 1 Bill Nottingham 2007-04-16 23:59:01 UTC
This should be fixed in FC6, and is definitely fixed in the F7 development trees.


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