Bug 9521

Summary: Graphical Foreign Language Installation Fails
Product: [Retired] Red Hat Linux Reporter: John Lynn Roseman <jlr>
Component: installerAssignee: Michael Fulbright <msf>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-22 21:13:59 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:

Description John Lynn Roseman 2000-02-17 14:30:52 UTC
Installation in Russian (and other foreign languages) fails
with the message:
  Bad magic number in /usr/share/locale/ru/LC_MESSAGES/anaconda.mo

The problem seems to be that the file anaconda.mo is gzipped.

Fix:
  for file in instimage/usr/share/locale/*/LC_MESSAGES/anaconda.mo
  do
      mv $file $file.gz
      gunzip $file
  done

Comment 1 Jay Turner 2000-02-22 21:13:59 UTC
Issue is resolved in the latest beta installer.