Bug 748051 - list-harddrives-stub fails with "ImportError: No module named bootyutil"
Summary: list-harddrives-stub fails with "ImportError: No module named bootyutil"
Keywords:
Status: CLOSED DUPLICATE of bug 709880
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: anaconda
Version: 5.7
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-21 19:49 UTC by David Deaderick
Modified: 2011-10-21 20:34 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-21 20:34:31 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description David Deaderick 2011-10-21 19:49:45 UTC
Description of problem:
Executing list-harddrives-script in Kickstart Pre-script

Version-Release number of selected component (if applicable):
RHEL 5.7 (works in RHEL 5.6)

How reproducible:
100%

Steps to Reproduce:
1. yum install anaconda
2. /usr/lib/anaconda/list-harddrives-stub
3.
  
Actual results:
# /usr/lib/anaconda/list-harddrives-stub
Traceback (most recent call last):
  File "/usr/lib/anaconda/list-harddrives-stub", line 17, in ?
    import partedUtils
  File "/usr/lib/anaconda/partedUtils.py", line 25, in ?
    import fsset
  File "/usr/lib/anaconda/fsset.py", line 35, in ?
    import bootyutil
ImportError: No module named bootyutil


Expected results:
List of storage devices with sizes.

Additional info:

Comment 1 Chris Lumens 2011-10-21 20:34:31 UTC

*** This bug has been marked as a duplicate of bug 709880 ***


Note You need to log in before you can comment on or make changes to this bug.