On Fr, 2011-08-05 at 00:45 +0200, Tobias Hägele wrote: > Hello, > > Am 2011-08-03 08:34, schrieb Patrick Ohly: > > > Hmm. Can you replace "deb http://downloads.syncevolution.org/apt stable > > main" with "deb http://downloads.syncevolution.org/apt unstable main"? > > Despite the name, the new version 1.1.99.5 is ready to replace 1.1. > Done > Now,the UI is ok and i can klick to my phone. but I can even change any > settings thrugh the UI (but delete and re create the settings).
"But I can even change" - that sounds like you had a problem, but it isn't clear to me which one. > > Was calendar sync possible before? What is the issue? > > Any times ago it works fine with multisync/opensync but suddenly > (dist-upgrade?) it stops working with an undefinied "broken pipe" message. > > Now i get the following Message if I start a sync with SyncEvolution > with only the wrote task. > > calendar: > ###################### > [INFO] Server sending SAN > [INFO] calendar: starting first time sync, two-way > Local data changes to be applied during synchronization: > *** calendar *** > Comparison was impossible. > > [INFO] calendar: started > [INFO] calendar: received 1 > [INFO] calendar: added 0, updated 0, removed 0 > [INFO] calendar: received 2 > [INFO] calendar: added 0, updated 0, removed 0 > [INFO] calendar: received 3 > [INFO] calendar: added 0, updated 0, removed 0 > [INFO] calendar: received 4 > [INFO] calendar: added 0, updated 0, removed 0 > [ERROR] Background sync daemon has gone. Okay, so it still crashes. Can you help me debug that? First install evolution-data-server-dbg, libglib2.0-0-dbg, gdb and valgrind. Before you start the UI, do the following in a shell window: killall syncevo-dbus-server gdb /usr/libexec/syncevo-dbus-server # run Then run the sync. You should see gdb telling you about a crash. Once that happens, in gdb do: # thread apply all bt What's the output? Next repeat the exercise with syncevo-dbus-server started under valgrind: valgrind /usr/libexec/syncevo-dbus-server 2>&1 | tee /tmp/valgrind.log Does valgrind report any errors? > task: > ###################### > [INFO] memo: inactive > [INFO] todo: inactive > [ERROR] error code from SyncEvolution fatal error (local, status 10500): > tasks: backend 'select backend' not supported by any of the backend > modules (synckcalextended.so, syncxmlrpc.so, syncmaemocal.so, > syncqtcontacts.so, syncaddressbook.so, syncecal.so, syncsqlite.so, > syncfile.so, syncdav.so, syncakonadi.so, syncebook.so) or not fully > configured (format '') Why is your source called "tasks"? SyncEvolution itself uses "todo" as name. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
