jtr
|
 Posted 2010-11-08 - 14:46
I've been using syncevolution with memotoo for several months without a hitch. However, a couple weeks ago it stopped working from my Linux box (though it still works from my N900). I did a `syncevolution --sync refresh-from-server memotoo calendar' (and addressbook and todo) and then tried syncing again, to no avail. Here is the output from syncevolution:
*****
jtr@rondo:~$ syncevolution memotoo
[INFO] memo: resuming first time sync, two-way
[INFO] addressbook: resuming slow sync, two-way
[INFO] todo: starting normal sync, two-way
[INFO] calendar: starting slow sync, two-way
Local data changes to be applied remotely during synchronization:
*** memo ***
no changes
*** todo ***
no changes
[INFO] addressbook: resumed slow sync done unsuccessfully
[ERROR] addressbook: unexpected slow sync (local, status 22000)
[INFO] calendar: slow sync done unsuccessfully
[ERROR] calendar: unexpected slow sync (local, status 22000)
[ERROR] Aborting because of unexpected slow sync for source(s): addressbook calendar
[INFO] Doing a slow synchronization may lead to duplicated items or
lost data when the server merges items incorrectly. Choosing
a different synchronization mode may be the better alternative.
Restart synchronization of affected source(s) with one of the
following sync modes to recover from this problem:
slow, refresh-from-server, refresh-from-client
Analyzing the current state:
syncevolution --status memotoo addressbook calendar
Running with one of the three modes:
syncevolution --sync [slow|refresh-from-server|refresh-from-client] memotoo addressbook calendar
[INFO] memo: resumed first time sync done unsuccessfully
[ERROR] memo: aborted on behalf of user (local, status 20017)
[INFO] todo: normal sync done unsuccessfully
[ERROR] todo: aborted on behalf of user (local, status 20017)
*****
Here are some interesting lines from the log:
*****
-[2010-11-08 08:28:06.601] End of 'issue' [->top] [->enclosing]
[2010-11-08 08:28:06.601] Warning: No DevInf for remote datastore, running blind sync attempt
[2010-11-08 08:28:06.601] Local Datastore 'addressbook' - Types: tx to remote: 'vCard21': text/x-vcard (2.1), rx from remote: 'vCard21': text/x-vcard (2.1)
-[2010-11-08 08:28:06.601] 'DSStateChange' - Datastore changes state, datastore=addressbook, oldstate=sync_mode_stable, newstate=data_access_started [--][++] [->end] [->enclosing]
[2010-11-08 08:28:06.601] TStdLogicDS::startDataAccessForClient
[2010-11-08 08:28:06.601] Executing Script 'datastoreinitscript'
[2010-11-08 08:28:06.601] Script DEBUGMESSAGE() at Line 1576: slow sync not expected by SyncEvolution, disabling datastore
-[2010-11-08 08:28:06.601] 'DSAbort' - Aborting datastore sync, abortStatusCode=20048, localProblem=yes, resumable=yes [--][++] [->end] [->enclosing]
*****
I'm completely overwriting the database when I do a refresh-from-server so I don't think the problem is with the data. Any ideas?
|