Hola a todos,
Haber si alguien me puede ayudar, tengo configurado en mi ubuntu lvm y la herramienta de administración gráfica system-config-lvm, bueno pues cuando la ejecuto me da el siguiente error:
Traceback (most recent call last):
File "/usr/share/system-config-lvm/system-config-lvm.py", line 173, in <module>
runFullGUI()
File "/usr/share/system-config-lvm/system-config-lvm.py", line 158, in runFullGUI
blvm = baselvm(glade_xml, app)
File "/usr/share/system-config-lvm/system-config-lvm.py", line 108, in __init__
self.volume_tab_view = Volume_Tab_View(glade_xml, self.lvmm, self.main_win)
File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 133, in __init__
self.prepare_tree()
File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 214, in prepare_tree
self.model_factory.reload()
File "/usr/share/system-config-lvm/lvm_model.py", line 175, in reload
self.__set_LVs_props() # has to come after link_mirrors
File "/usr/share/system-config-lvm/lvm_model.py", line 796, in __set_LVs_props
lv.set_properties(self.__get_data_for_LV(lv))
File "/usr/share/system-config-lvm/lvm_model.py", line 852, in __get_data_for_LV
text_list.append(self.__getFS(lv.get_path()))
File "/usr/share/system-config-lvm/lvm_model.py", line 982, in __getFS
if path_list[0].getPartition() == None:
File "/usr/share/system-config-lvm/PhysicalVolume.py", line 146, in getPartition
return (self.getDevnames()[0], self.part)
IndexError: list index out of range
Saludos y gracias por vuestra ayuda.

