Bug 105653

Summary: ascii graphics of newt utils is corrupted in single user mode
Product: [Fedora] Fedora Reporter: Jussi Torhonen <jt>
Component: sysvinitAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: florin, rvokal, tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: 2.85-39 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-27 15:42:03 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:
Bug Depends On:    
Bug Blocks: 136451    

Description Jussi Torhonen 2003-09-26 10:20:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Description of problem:
Using Fedora test2. During the install I selected LDAP as a network login
service. Due local networking problems the system did not see thet LDAP server
at all so I could not login into the system. 

Rebooted the system uptio single user mode to reconfigure authentication with
authconfig utility. authconfig launches and works fine, but the ascii graphics
was terrible. Some charset problems or whatever. Ascii lines were corrupted and
some weird color, blinking text fields and so on was seen. 

But authconfig worked actually and I got the system reconfigured to authenticate
locally. After booting upto runlevel 5 I was able to log in normally.


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


How reproducible:
Always

Steps to Reproduce:
1. boot the system into single user mode (add 'single' to grub cmdline)
2. anter command 'authconfig'
3. see the mess

    

Additional info:

authconfig looks normal if you launch it in a X11 terminal, or if you open a
text mode virtual screen (crtl+alt+f5), login and launch it there. It's the
single user mode which corrupts ascii graphics of this utility. Perhaps the same
happens in single user mode for other text mode utils as well? Haven't tried that.

Comment 1 Bill Nottingham 2003-09-26 19:52:33 UTC
What's your /etc/sysconfig/i18n?

Comment 2 Jussi Torhonen 2003-09-27 14:26:16 UTC
Hi, Bill

The machine is in my office. I'll tell about i18n on early Monday morning EEST.

Used default English localization and installed Finnish as an auxiliary locale.
Kbd layout was Finnish(latin1) alias fi-latin1. But I'll tell the exact content
of i18n later.

Jussi

Comment 3 Jussi Torhonen 2003-09-29 05:03:54 UTC
Here's my /etc/sysconfig/i18n:

LANG="en_US.UTF-8"
SUPPORTED="en_US.UTF-8:en_US:en:fi_FI.UTF-8:fi_FI:fi"
SYSFONT="latarcyrheb-sun16"

Jussi


Comment 4 Tomas Mraz 2004-12-13 18:42:24 UTC
This happens (to all utils using newt or ncurses) because in the
single user mode the LANG env variable is not set.

if you run it using:
# LANG="en_US.UTF-8" authconfig

it works fine.


Comment 5 Bill Nottingham 2005-04-15 18:04:40 UTC
Switching component to where this would have to be fixed.

Comment 6 Bill Nottingham 2005-04-26 18:07:02 UTC
*** Bug 127179 has been marked as a duplicate of this bug. ***

Comment 7 Bill Nottingham 2005-04-27 15:42:03 UTC
Added in SysVinit-2.85-39; the single user shell is now a login shell.

Comment 8 David Lawrence 2007-06-22 02:18:31 UTC
Package name is now sysvinit in latest Fedora.