Bug 76472

Summary: setsysfont script provides no capability to set up ACM when using kbd
Product: [Retired] Red Hat Linux Reporter: Sinitsyn Valentine <e_val>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: leon, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-10-22 06:34:05 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 Flags
Proposed patch for 'setsysfont' script none

Description Sinitsyn Valentine 2002-10-22 06:32:52 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826

Description of problem:
setsysfont script is unable to use SYSFONTACM variable when using setfont (kbd's
tools), which substitutes consoletools in RH Linux 8.0

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


How reproducible:
Always

Steps to Reproduce:
1.Set SYSFONTACM="smth" in /etc/sysconfig/i18n
	

Actual Results:  Symbols are output to the console without regarding the
specified translation table

Expected Results:  Symbols are output to the console regarding the specified
translation table

Additional info:

setsysfont script seems to be designed for using with 'consoletools' package
(6.2<=RH Linux<=8.0) and not kbd (RH Linux 8.0). I've simply dubbed the code for
consolechars (from the top of the script) for setfont. This solves the problem
(patch attached). Then I've put 'echo -ne "\033(K" > /dev/console' commmand
after calling setfont in order to make startup messages to print correctly (see
bug #76470).

Comment 1 Sinitsyn Valentine 2002-10-22 06:33:59 UTC
Created attachment 81504 [details]
Proposed patch for 'setsysfont' script

Comment 2 Bill Nottingham 2002-11-12 05:41:18 UTC
Fixed in CVS, will be in 6.96-1 or later.

Comment 3 Bill Nottingham 2003-09-29 21:20:59 UTC
*** Bug 59918 has been marked as a duplicate of this bug. ***