Advertisement
Rich-T

system-config-lvm Bug #1239912

Jan 7th, 2014
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. :~$ sudo /usr/share/system-config-lvm/system-config-lvm.py;
  2.  
  3. /usr/share/system-config-lvm/system-config-lvm.py:53: Warning: Attempt to add property GnomeProgram::sm-connect after class was initialised
  4. gnome.program_init (PROGNAME, VERSION)
  5. /usr/share/system-config-lvm/system-config-lvm.py:53: Warning: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised
  6. gnome.program_init (PROGNAME, VERSION)
  7. /usr/share/system-config-lvm/system-config-lvm.py:53: Warning: Attempt to add property GnomeProgram::display after class was initialised
  8. gnome.program_init (PROGNAME, VERSION)
  9. /usr/share/system-config-lvm/system-config-lvm.py:53: Warning: Attempt to add property GnomeProgram::default-icon after class was initialised
  10. gnome.program_init (PROGNAME, VERSION)
  11.  
  12. (system-config-lvm.py:11334): IBUS-WARNING **: The owner of /home/richard/.config/ibus/bus is not root!
  13. Traceback (most recent call last):
  14. File "/usr/share/system-config-lvm/system-config-lvm.py", line 172, in <module>
  15. runFullGUI()
  16. File "/usr/share/system-config-lvm/system-config-lvm.py", line 157, in runFullGUI
  17. blvm = baselvm(glade_xml, app)
  18. File "/usr/share/system-config-lvm/system-config-lvm.py", line 105, in __init__
  19. self.volume_tab_view = Volume_Tab_View(glade_xml, self.lvmm, self.main_win)
  20. File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 136, in __init__
  21. self.prepare_tree()
  22. File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 225, in prepare_tree
  23. self.model_factory.reload()
  24. File "/usr/share/system-config-lvm/lvm_model.py", line 176, in reload
  25. self.__set_LVs_props() # has to come after link_mirrors
  26. File "/usr/share/system-config-lvm/lvm_model.py", line 821, in __set_LVs_props
  27. lv.set_properties(self.__get_data_for_LV(lv))
  28. File "/usr/share/system-config-lvm/lvm_model.py", line 877, in __get_data_for_LV
  29. text_list.append(self.__getFS(lv.get_path()))
  30. File "/usr/share/system-config-lvm/lvm_model.py", line 1029, in __getFS
  31. if path_list[0].getPartition()[1].id == ID_EMPTY:
  32. TypeError: 'NoneType' object has no attribute '__getitem__'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement