Comment 3 for bug 516935

Revision history for this message
Duane Hinnen (duanedesign) wrote :

johan,
After some input by a fellow community member I am going to have to revise my above recommendations. When upgrading from Jaunty to Karmic your Software Sources List was replaced by a default Karmic Sources List. This is why the client did not update. Right before karmic was released, a version bump was performed from 1.0 to 1.1 for ppa; Those who installed jaunty ppa packages, got 1.1 version. After update to Karmic, the upgrade system ignored ubuntuone packages, since base system contained 1.0-something and the ppa version was 1.1.You will need to purge the ubuntuone-client and reinstall it.

1. Quit the Ubuntu One client

2. Open a Terminal (Applications > Accessories > Terminal) and run the following commands one at a time:
sudo rm -rf ~/.local/share/ubuntuone
rm -rf ~/.cache/ubuntuone
rm -rf ~/.config/ubuntuone
mv ~/Ubuntu\ One/ ~/Ubuntu\ One_old/

3.Open Applications->Accessories->Passwords and Encryption Keys, go to the Passwords tab, click the triangle next to the folder to show its contents, right-click on 'UbuntuOne token' and select Delete

4. Go back to the Terminal and run the following:
 sudo apt-get purge ubuntuone-client* python-ubuntuone-storage*

5. Open System > Administration > Software Sources select the Updates Tab and check the box next to 'Pre released updates (karmic proposed)'. Select Close and click reload if it prompts you to. When that is done you can click the X button to close the Software Sources window.

6. Go back to the Terminal and run the following:
 sudo apt-get update && sudo apt-get install ubuntuone-client* python-ubuntuone-storage*

7. Open Applications->Internet->Ubuntu One and you should have to add your computer via the web page that comes up once you login to Ubuntu One

****And, finally, to ensure your account is working properly, do the following:

8. Put a small text file in the newly created ~/Ubuntu One/ directory and make sure that syncs correctly, if not, please report a bug by right-clicking on the Ubuntu One applet in the top panel and selecting "Report a Problem"
9. If all goes well this far, move the files and folders from ~/Ubuntu One_old/ to ~/Ubuntu One/ and the sync should happen

if you need any help with this let me know.
thank you,
duanedesign