Comment 2 for bug 588929

Revision history for this message
jorno (jorn-odberg) wrote : Re: Ubuntu One hangs

In desperation I tried killing every ubuntuone-* processess:

jorno@jorn-laptop:~$ ps aux|grep ubuntuone
jorno 2815 0.4 1.4 375004 40352 ? SLl 23:31 0:00 /usr/bin/python /usr/bin/ubuntuone-preferences
jorno 2851 1.1 1.0 124456 30444 ? Sl 23:31 0:02 /usr/bin/python /usr/lib/ubuntuone-client/ubuntuone-syncdaemon
jorno 2860 0.5 1.0 245220 30800 ? SL 23:31 0:01 /usr/bin/python /usr/lib/ubuntuone-client/ubuntuone-login
jorno 2920 0.0 0.0 7620 912 pts/0 S+ 23:35 0:00 grep --color=auto ubuntuone
jorno@jorn-laptop:~$ kill -9 2815
jorno@jorn-laptop:~$ kill -9 2851
jorno@jorn-laptop:~$ kill -9 2860

After that, I deleted everything related to "ubuntuone" in my homedir:

jorno@jorn-laptop:~$ find . -iname '*ubuntuone*'|xargs rm -rf

And then I tried starting 'ubuntuone-preferences' from the commandline:

jorno@jorn-laptop:~$ ubuntuone-preferences
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 484, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/bin/ubuntuone-preferences", line 162, in do_rest_request
    callback(result)
  File "/usr/bin/ubuntuone-preferences", line 684, in got_quota_info
    self.update_quota_display(used, total)
  File "/usr/bin/ubuntuone-preferences", line 638, in update_quota_display
    'percent' : percent })
KeyError: 'brukt'

And then it hangs.......