Bug 424811

Summary: liveinst stops with: No module named firstboot_module_window
Product: [Fedora] Fedora Reporter: Sebastian Vahl <fedora>
Component: system-config-keyboardAssignee: Lubomir Rintel <lkundrak>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.2.11-4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-23 22:06:21 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: 421891    
Attachments:
Description Flags
Rework to support new firstboot module system none

Description Sebastian Vahl 2007-12-14 10:12:36 UTC
Description of problem:
When starting liveinst on a livecd it stops after you accept that this is a 
test release. 

The graphical error:

An error occurred when attempting to load an installer interface component
className = KeyboardWindow

The output in a terminal:

$ liveinst 
FATAL: Module md not found.
/usr/sbin/liveinst: line 40: /usr/sbin/swapoff: No such file or 
directory
  No volume groups found
Probing for video card:   nVidia Corporation NV17 [GeForce4 MX 440]
11:01:55 Starting graphical installation...
No module named firstboot_module_window


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

How reproducible:
ever

Steps to Reproduce:
1. create a livecd from current rawhide
2. boot the cd
3. start "liveinst" in a terminal
  
Actual results:
liveinst fails

Expected results:
liveinst works

Additional info:
It seems that after the initial start of liveinst my keyboard layout was set 
to german. The locale in the kickstart for the livecd was en_US.UTF-8. I 
haven't manually set this.

Comment 1 Sebastian Vahl 2007-12-14 10:20:47 UTC
I've grabbed anaconda-11.4.0.9-1 from koji and updated it on a running livecd. 
Same error.

Comment 2 Jeremy Katz 2007-12-14 12:59:24 UTC
This is due to the changes in system-config-keyboard.  Chris -- I thought you
had a fix for this.

Comment 3 Sebastian Vahl 2007-12-17 11:15:26 UTC
The used version of system-config-keyboard is 1.2.11-3.fc8

Comment 4 Chris Lumens 2007-12-17 20:05:43 UTC
Created attachment 289803 [details]
Rework to support new firstboot module system

Attached is a new version of keyboard_gui.py which should work with the new
firstboot in rawhide.  I've tested this briefly as a firstboot module and as a
stand-alone program, but I have not yet gotten a chance to test it with
anaconda due to no images today.  More testing would be appreciated.

Comment 5 Sebastian Vahl 2007-12-18 10:04:07 UTC
I've copied the file into a running livecd into the normal place and started 
liveinst. The graphical error is the same, but in the terminal a new error is 
shown:

cannot import name KeyboardWindow


If I start anaconda directly with "anaconda --method=livecd" I'm seeing the 
keyboard selection. But when I select one and hit "next" the same error 
occurs.
anaconda-11.4.0.10-1




Comment 6 Jeremy Katz 2008-01-01 18:30:41 UTC
svahl -- you also need a newer anaconda (.12)

But even with that, things don't quite work.  Unfortunately both firstboot and
anaconda have a module named 'constants' and both are just (ab)using the python
path to get their modules available.  Thus, you only get the anaconda constants
module and not the firstboot one. 

Given that firstboot is providing an API, it probably makes sense to have it
available as the 'firstboot' module and then it'd be firstboot.constants and
things would be happy.

Comment 7 Chris Lumens 2008-01-02 22:53:38 UTC
firstboot has been updated and rebuilt in order to provide a real python module.
 This will require changing my new keyboard module above to not append
/usr/share/firstboot and also to import firstboot.whatever instead.

Comment 8 Chris Lumens 2008-01-23 16:55:20 UTC
This should be fixed in today's rawhide.

Comment 9 Sebastian Vahl 2008-01-23 22:06:21 UTC
(In reply to comment #8)
> This should be fixed in today's rawhide.

Confirmed. 

Fixed with system-config-keyboard-1.2.11-4.fc9 and anaconda-11.4.0.24-1.