2

I had been experiencing some Ubuntu One syncing issues that were originating with the local CouchDB. The database has no important information in it, but seems to be persisting across apt-get purges. What can I do to reset CouchDB and DesktopCouch to the initial install state?

For whomever is wondering, the current issues I am experiencing is: Value could not be retrieved. (Unauthorized: ('unauthorized','Authentication required.')) in the Services tab of the ubuntuone-control-panel. desktopcouch-service fails to start because it is receiving a 401 error from couchdb.

1 Answers1

4

You can

rm -r ~/.config/desktop-couch/
rm -r ~/.local/share/desktop-couch/
rm -r ~/.cache/desktop-couch/

and things should start working again.

Chipaca
  • 10,130