In desperation I tried killing every ubuntuone-* processess:

jo...@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
jo...@jorn-laptop:~$ kill -9 2815
jo...@jorn-laptop:~$ kill -9 2851
jo...@jorn-laptop:~$ kill -9 2860


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

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


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

jo...@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.......

-- 
Ubuntu One hangs
https://bugs.launchpad.net/bugs/588929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to