Bug 506304

Summary: missing dependency
Product: [Fedora] Fedora Reporter: Karel Volný <kvolny>
Component: rhplAssignee: Chris Lumens <clumens>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: msivak
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: 2009-07-01 16:47:57 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 Karel Volný 2009-06-16 16:20:37 UTC
Description of problem:
My installation process broke. I tried to finish it manually. For that purpose I installed firstboot, however I am unable to run it, it gives me error message about missing module.

Version-Release number of selected component (if applicable):
firstboot-1.106-1.fc11

How reproducible:
always

Steps to Reproduce:
1. break your installation ...
2. yum install firstboot
3. firstboot
  
Actual results:
Traceback (most recent call last):
  File "/usr/sbin/firstboot", line 46, in <module>
    from rhpl.keyboard import Keyboard
  File "/usr/lib/python2.6/site-packages/rhpl/keyboard.py", line 25, in <module>
    import dbus
ImportError: No module named dbus

Expected results:
(no error, firstboot runs)

Additional info:
I know that this is not standard situation and it would run if the installation would finish correctly, but still, the dependency chain should be complete, so that the dbus module would get pulled by yum install ...

Comment 1 Chris Lumens 2009-06-29 12:17:53 UTC
This is a rhpl problem, not a firstboot problem as you can tell from the traceback.

Comment 2 Chris Lumens 2009-07-01 16:47:57 UTC
As part of bug 508951, we're planning on getting rid of rhpl so this isn't really worth looking into.