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:
*** Bug 70054 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 67957 ***