Bug 69680

Summary: Traceback attempting to run hwbrowser
Product: [Retired] Red Hat Public Beta Reporter: Jay Turner <jturner>
Component: hwbrowserAssignee: Jonathan Blandford <jrb>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: limboCC: ddumas, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-07-30 03:46:49 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: 67217    

Description Jay Turner 2002-07-24 13:33:27 UTC
Description of Problem:
Getting a traceback when attempting to run this routine on my desktop machine. 
The traceback is:

Traceback (most recent call last):
  File "/usr/share/hwbrowser/DeviceList.py", line 163, in ?
    setup_ui ()
  File "/usr/share/hwbrowser/DeviceList.py", line 156, in setup_ui
    DeviceDisk.initialize (xml, hardware)
  File "/usr/share/hwbrowser/DeviceDisk.py", line 485, in initialize
    populate (tree_view, disks, graph)
  File "/usr/share/hwbrowser/DeviceDisk.py", line 379, in populate
    raise RuntimeError, ("can't handle more than "
RuntimeError: can't handle more than one extended partition per disk

Which is all the more interesting when you consider this:
[root@kokopelli root]# fdisk -l /dev/hda

Disk /dev/hda: 255 heads, 63 sectors, 2489 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1        17    136521   83  Linux
/dev/hda2            18      2489  19856340    5  Extended
/dev/hda5            18       655   5124703+  83  Linux
/dev/hda6           656      1293   5124703+  83  Linux
/dev/hda7          1294      1485   1542208+  83  Linux
/dev/hda8          1486      1518    265041   82  Linux swap
/dev/hda9          1519      2489   7799526   83  Linux

[root@kokopelli root]# fdisk -l /dev/hdb

Disk /dev/hdb: 255 heads, 63 sectors, 784 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdb1   *         1       784   6297448+  83  Linux


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


How Reproducible:


Steps to Reproduce:
1. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information:

Comment 1 Bill Nottingham 2002-07-30 03:46:43 UTC
*** Bug 70054 has been marked as a duplicate of this bug. ***

Comment 2 Tim Waugh 2002-08-19 22:37:36 UTC

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