1. ROOT_MISMATCH in syncdaemon.log - This normally indicates that there may be two Ubuntu One accounts, one in the local cache and another setup in the keyring. This happens if the user installed Ubuntu One with one account and then sets up the computer again with a different account (but all the old Ubuntu One files in ~/.local/share/ubuntuone are still there under the old account). Working around this:
  2.  
  3. Open Applications->Accessories->Terminal and run:
  4.  
  5. u1sdtool -q; killall ubuntuone-login ubuntuone-preferences;
  6. sudo rm -rf ~/.local/share/ubuntuone
  7. rm -rf ~/.cache/ubuntuone
  8. rm -rf ~/.config/ubuntuone
  9. mv ~/Ubuntu\ One/ ~/Ubuntu\ One_old/
  10.  
  11. Open Applications->Accessories->Passwords and Encryption Keys, go to the Passwords tab, delete the Ubuntu One and Desktopcouch tokens by right-clicking on them and selecting "Delete".
  12.  
  13. Back in a terminal session, run:
  14.  
  15. u1sdtool -q; killall ubuntuone-login; u1sdtool -c
  16.  
  17. To get things functioning again, all I had to do was delete my ~/.local/share/ubuntuone directory as indicated above. The u1sdtool line noted above did nothing for me. I mention this just so you do not stop prematurely. Hope this helps.