Hi, Same here: NetworkManager oops'es my Vostro 1510 with BCM4328, so i'm sticking to wicd. I just upgraded everything to the latest version using apt-get upgrade:
ii python-ubuntuone-client 1.0.2-0ubuntu2 ii python-ubuntuone-storageprotocol 1.0.0-0ubuntu1 ii ubuntuone-client 1.0.2-0ubuntu2 ii ubuntuone-client-gnome 1.0.2-0ubuntu2 ii ubuntuone-client-tools 1.0.2-0ubuntu2 PS: these bugs also address this issue: https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/472105 and https://bugs.launchpad.net/ubuntu/+source/ubuntuone- client/+bug/475831 and https://bugs.launchpad.net/ubuntuone- client/+bug/464462 The latter also describes a possible hack to get it working. It worked for me, anyway. Repeating the patch here (my diff -u) for fullness's sake :-) #>cd /usr/share/pyshared/ubuntuone/oauthdesktop --- auth.py.org 2009-11-07 15:48:59.314132115 +0100 +++ auth.py 2009-11-07 15:51:00.344078174 +0100 @@ -290,7 +290,8 @@ def got_error(error): """Handler for D-Bus errors when calling state().""" - logger.error("Unable to contact NetworkManager") + logger.error("Unable to contact NetworkManager. Trying anyway.") + self.acquire_access_token(description, store) iface.state(reply_handler=got_state, error_handler=got_error) -- Ubuntu one is not working. https://bugs.launchpad.net/bugs/466736 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