Am 2006-01-26 18:36:20 schrieb(en) Michal Jaegermann:
On Thu, Jan 26, 2006 at 06:17:13PM +0100, Roger Grosswiler wrote:
if i launch system-config-lvm i get the following:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169860
Just edit your Partition.py while waiting for a fixed package. Change there 'ID_EXTENDS = [0x5, 0x85]' to 'ID_EXTENDS = [0x5, 0xf, 0x85]'.
Michal
Michal,
Thanks, unfortunately, it didn't help. See traceback:
[roger@niobe ~]$ sudo system-config-lvm Traceback (most recent call last): File "/usr/share/system-config-lvm/system-config-lvm.py", line 138, in ? runFullGUI() File "/usr/share/system-config-lvm/system-config-lvm.py", line 123, in runFullGUI blvm = baselvm(glade_xml, app) File "/usr/share/system-config-lvm/system-config-lvm.py", line 68, in __init__ self.lvmm = lvm_model() File "/usr/share/system-config-lvm/lvm_model.py", line 142, in __init__ self.__block_device_model = BlockDeviceModel() File "/usr/share/system-config-lvm/BlockDeviceModel.py", line 19, in __init__ bd = BlockDevice(devname) File "/usr/share/system-config-lvm/BlockDevice.py", line 41, in __init__ self.reload() File "/usr/share/system-config-lvm/BlockDevice.py", line 54, in reload parts = fdisk.getPartitions(self.dev) File "/usr/share/system-config-lvm/fdisk_wrapper.py", line 108, in getPartitions beg, end, ignore, id = words[:4] ValueError: need more than 3 values to unpack
Roger