Skip to content

Instantly share code, notes, and snippets.

@jamii
Created May 3, 2011 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamii/953669 to your computer and use it in GitHub Desktop.
Save jamii/953669 to your computer and use it in GitHub Desktop.
jamie@alien:~$ ubuntuone-preferences
ERROR:dbus.proxies:Introspect error on com.ubuntuone.SyncDaemon:/config: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/lib/ubuntuone-client/ubuntuone-syncdaemon exited with status 1
ERROR:ubuntuone-preferences:Replication service not available.
INFO:ubuntuone-preferences:Got credentials for Ubuntu One
ERROR:ubuntuone-preferences:org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/lib/ubuntuone-client/ubuntuone-syncdaemon exited with status 1
ERROR:ubuntuone-preferences:org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/lib/ubuntuone-client/ubuntuone-syncdaemon exited with status 1
jamie@alien:~$ cat .cache/ubuntuone/log/syncdaemon.log
2011-05-04 00:29:44,482 - ubuntuone.SyncDaemon - ERROR - Unexpected error
Traceback (most recent call last):
File "/usr/lib/ubuntuone-client/ubuntuone-syncdaemon", line 185, in <module>
main(sys.argv)
File "/usr/lib/ubuntuone-client/ubuntuone-syncdaemon", line 134, in main
ignore_files=options.ignore)
File "/usr/lib/pymodules/python2.6/ubuntuone/syncdaemon/main.py", line 98, in __init__
self.vm = volume_manager.VolumeManager(self)
File "/usr/lib/pymodules/python2.6/ubuntuone/syncdaemon/volume_manager.py", line 346, in __init__
md_upgrader.upgrade_metadata()
File "/usr/lib/pymodules/python2.6/ubuntuone/syncdaemon/volume_manager.py", line 1305, in upgrade_metadata
upgrade_method(self.md_version)
File "/usr/lib/pymodules/python2.6/ubuntuone/syncdaemon/volume_manager.py", line 1407, in _upgrade_metadata_None
self._upgrade_metadata_2(md_version)
File "/usr/lib/pymodules/python2.6/ubuntuone/syncdaemon/volume_manager.py", line 1439, in _upgrade_metadata_2
self._upgrade_metadata_3(md_version)
File "/usr/lib/pymodules/python2.6/ubuntuone/syncdaemon/volume_manager.py", line 1513, in _upgrade_metadata_3
if share.path is not None:
AttributeError: 'dict' object has no attribute 'path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment