sync seems to start ok just one thing that "may" be the reason for the not really working sync:
mschmitt@elara:~$ msynctool --sync metis-evo
Synchronizing group "metis-evo"
The previous synchronization was unclean. Slow-syncing
process:7645): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed
Member 1 of type evo2-sync just connected
received event dsession
received contact dsession
Member 2 of type syncml-obex-client just connected
All clients connected or error
Received an entry 20070530T135624Z-10378-1000-1-8@elara with data of size 4 from member 1 (evo2-sync). Changetype ADDED
Member 1 of type evo2-sync just sent all changes
Received an reply to our Alert
Received an reply to our Alert
Going to receive 231 changes
Received an entry 3 with data of size 4 from member 2 (syncml-obex-client). Changetype ADDED
Received an entry 4 with data of size 4 from member 2 (syncml-obex-client). Changetype ADDED
[...]
The "GLib-CRITICAL" thing... may that be the reason for all the trouble? Anyway, it seems to sync well (hundreds of lines) but then reports errors:
Received an entry 103 with data of size 4 from member 2 (syncml-obex-client). Changetype ADDED
Member 2 of type syncml-obex-client just sent all changes
All clients sent changes or error
All conflicts have been reported
(process:7645): libecal-CRITICAL **: file e-cal.c: line 4392: assertion `ecal && E_IS_CAL (ecal)' failed
(process:7645): libecal-CRITICAL **: file e-cal.c: line 4392: assertion `ecal && E_IS_CAL (ecal)' failed
[...]
and then several of these:
Error writing entry 3 to member 1 (evo2-sync): Unable to create event: file e-cal.c: line 4392: assertion `ecal && E_IS_CAL (ecal)' failed
Mapping Write Error: Unable to create event: file e-cal.c: line 4392: assertion `ecal && E_IS_CAL (ecal)' failed
Error writing entry 4 to member 1 (evo2-sync): Unable to create event: file e-cal.c: line 4392: assertion `ecal && E_IS_CAL (ecal)' failed
Mapping Write Error: Unable to create event: file e-cal.c: line 4392: assertion `ecal && E_IS_CAL (ecal)' failed
At the end I have no calendar entries synced, no conatcts, no notes, just todo list gets duplicated. Any thoughts?