Comment 5 for bug 340828

Revision history for this message
Martin Olsson (mnemo) wrote :

I just launched "update-manager" from console and it printed a bunch of error to stderr and then it crashed into apport:

mnemo@kingfish:~$ update-manager
/usr/lib/python2.6/dist-packages/UpdateManager/UpdateManager.py:188: DeprecationWarning: integer argument expected, got float
  self.gconfclient.set_int("/apps/update-manager/launch_time", time.time())
/var/lib/python-support/python2.6/dbus/connection.py:242: DeprecationWarning: object.__init__() takes no parameters
  super(Connection, self).__init__(*args, **kwargs)
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/UpdateManager/UpdateManager.py", line 562, in on_button_install_clicked
    self.cache.checkFreeSpace()
  File "/usr/lib/python2.6/dist-packages/DistUpgrade/DistUpgradeCache.py", line 907, in checkFreeSpace
    if self.config.getWithDefault("Aufs","Enabled", False):
AttributeError: 'MyCache' object has no attribute 'config'