Bug 170688 - rc.sysinit error on setting clock when not using LANG=en_US
Summary: rc.sysinit error on setting clock when not using LANG=en_US
Keywords:
Status: CLOSED DUPLICATE of bug 165222
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: initscripts
Version: 4.0
Hardware: i686
OS: Linux
medium
low
Target Milestone: ---
: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-13 19:28 UTC by Danilo Gimenez
Modified: 2014-03-17 02:56 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-10-17 19:06:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Danilo Gimenez 2005-10-13 19:28:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.7.12) Gecko/20050923 CentOS/1.0.7-1.4.1.centos4 Firefox/1.0.7

Description of problem:
When running a system on a language other then en_US, /etc/rc.d/rc.sysinit may incur on an error at the following line:

   action $"Setting clock $CLOCKDEF: `date`" date

The command `date` (enclosed by quotes) may be translated into the local language. This error may be reproduced, for instance, by installing RHEL using Brazilian Portuguese and booting up the system. On system startup, the comannd `date` will be translated from English into Portuguese (because it is enclosed by quotes), causing rc.sysinit to execute `data`. The word "data" is the Portuguese translation for the English word "date".

Once this is happening with pt_BR, this also may be occouring when using other languages, like "fr', "es" or "it".

Version-Release number of selected component (if applicable):
initscripts-7.93.13.EL

How reproducible:
Always

Steps to Reproduce:
1. Install RHEL using a default language other than en_US (by instance, pt_BR)
2. Boot up the system
3. Observe system startup messages on console
  

Actual Results:  The rc.sysinit shows an error when executing line
   action $"Setting clock $CLOCKDEF: `date`" date

Expected Results:  The rc.sysinit should have executed the "date" command wihout issuing an error message

Additional info:

Comment 1 Bill Nottingham 2005-10-17 19:06:09 UTC

*** This bug has been marked as a duplicate of 165222 ***


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