Bug 430410

Summary: RFE: use zenity during rhgb to ask for password to cryptsetup disks
Product: [Fedora] Fedora Reporter: Dr. Tilmann Bubeck <tilmann>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: mike, rvokal
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: 2008-09-10 03:15:10 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
Patch to use zenity for asking passwords none

Description Dr. Tilmann Bubeck 2008-01-27 19:56:58 UTC
Description of problem:
If a crypted disk is used then rc.sysinit must ask for a password. If rhbg is
used, this is done by quitting rhgb and switching to text mode which is quite ugly.
The attached patch uses zenity (if available) to ask for the password. Therefore
no switch to text mode is necessary and the rhbg could continue after the
password. The system looks "nice".
If zenity is not available (but it is in the default install) or no rhgb is
used, then the old code is used.

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

How reproducible:
Start FC8 with a crypted disk and watch rhbg being quit before asking the password.

Steps to Reproduce:
1. Boot FC8 with rhbg on and a crypted disk
2. Before asking the password, rhbg is quit.
3. The rest of the boot process is without rhbg and therefore "ugly"
  
Actual results:
rhgb quit.

Expected results:
Use rhgb all the time


Additional info:

Comment 1 Dr. Tilmann Bubeck 2008-01-27 19:56:58 UTC
Created attachment 293083 [details]
Patch to use zenity for asking passwords

Comment 2 W. Michael Petullo 2008-09-10 01:10:57 UTC
For reference: Fedora 10+ will use Plymouth, so this patch is unnecessary in these newer versions.

Comment 3 Bill Nottingham 2008-09-10 03:15:10 UTC
Correct; we'll be using plymouth for this. So, WONTFIX with regards to this patch.