Comment 3 for bug 124856

Revision history for this message
Ryan Waldroop (ryan.waldroop) wrote :

Sorry that took so long. Some update from feisty to gutsy made me lose the ability to login to KDM. I could get to TTY, so I backed everything up and reinstalled. Now I'm having no problems. Anyway, the problem still exists in the Gutsy Release Candidate. Here's the output that Luka requested.

[code]
ryan@laura-desktop:~$ kcmshell mountconfig

Pythonize constructor -- pid = 6296
Python interpreter initialized!

Pythonize constructor -- pid = 6296
Traceback (most recent call last):
  File "<string>", line 8, in kcontrol_bridge_create_mountconfig
  File "/var/lib/python-support/python2.5/mountconfig.py", line 3285, in create_mountconfig
    return MountConfigApp(parent, name)
  File "/var/lib/python-support/python2.5/mountconfig.py", line 2950, in __init__
    self.__updateMountList()
  File "/var/lib/python-support/python2.5/mountconfig.py", line 3164, in __updateMountList
    for partition in blockdevice.getPartitions():
AttributeError: 'Partition' object has no attribute 'getPartitions'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/apport_python_hook.py", line 42, in apport_excepthook
    binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
AttributeError: 'module' object has no attribute 'argv'

Original exception was:
Traceback (most recent call last):
  File "<string>", line 8, in kcontrol_bridge_create_mountconfig
  File "/var/lib/python-support/python2.5/mountconfig.py", line 3285, in create_mountconfig
    return MountConfigApp(parent, name)
  File "/var/lib/python-support/python2.5/mountconfig.py", line 2950, in __init__
    self.__updateMountList()
  File "/var/lib/python-support/python2.5/mountconfig.py", line 3164, in __updateMountList
    for partition in blockdevice.getPartitions():
AttributeError: 'Partition' object has no attribute 'getPartitions'
error: *** runFunction failure
;
[/code]