** Description changed: ubuntuone-preferences and ubuntuone-login both wait for CredentialsFound signal (in Lucid). Both processes will interact with couchdb upon receiving of the signal, the first one will read replication exclusion, the latter will put a pairing record to the db. It turns out that they are running so head-to-head that they initialize 2 desktopcouches. Desktopcouch checks the pid and if it is not there it will start the couchdb, however, since there are 2 simultaneous calls both processes start their own couchdb. Eventually only one pid will be written to the file, and only one couchdb will be contacted (because of dbus response being returned only by one desktopcouch instance) + + This bug prevents CouchDB pairing with Ubuntu One from working, which + prevents users from syncing contacts and bookmarks in Lucid with CouchDB + from backports installed.
** Description changed: ubuntuone-preferences and ubuntuone-login both wait for CredentialsFound signal (in Lucid). Both processes will interact with couchdb upon receiving of the signal, the first one will read replication exclusion, the latter will put a pairing record to the db. It turns out that they are running so head-to-head that they initialize 2 desktopcouches. Desktopcouch checks the pid and if it is not there it will start the couchdb, however, since there are 2 simultaneous calls both processes start their own couchdb. Eventually only one pid will be written to the file, and only one couchdb will be contacted (because of dbus response being returned only by one desktopcouch instance) - This bug prevents CouchDB pairing with Ubuntu One from working, which - prevents users from syncing contacts and bookmarks in Lucid with CouchDB - from backports installed. + This bug prevents CouchDB pairing with Ubuntu One from working + consistently, which prevents users from syncing contacts and bookmarks + in Lucid with CouchDB from backports installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/726597 Title: desktopcouch can start multiple times leading to several running couchdbs -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
