From: Daniel G. <dg...@su...> - 2006-10-04 20:12:45
|
On Sunday 01 October 2006 15:44, Martin S. Gr=F8nsleth wrote: > Error: Missing Dependency: libgnokii.so.2 is needed by package kdepim The minor number of the gnokii library got bumped up with gnokii 0.6.14 (or= =20 ealry) from libgnokii.so.2 to libgnokii.so.3. I will try to provide kdepim= =20 packages which are linked against libgnokii.so.3 in the openSUSE Build=20 Service. [...] > setting status Ready > setting status Unclean shutdown detected. Slow-syncing now > > ** ERROR **: file opensync_plugin.c: line 452 (osync_plugin_get_path): > assertion failed: (plugin) > aborting... > Terminated > -------------------------- > > Same goes for: > $ msynctool --sync kdefile > Synchronizing group "kdefile" > The previous synchronization was unclean. Slow-syncing > > ** ERROR **: file opensync_plugin.c: line 452 (osync_plugin_get_path): > assertion failed: (plugin) > aborting... What does your group "kdefile" look like? msynctool --showgroup kdefile Also helpful for debugging would be the OSYNC_TRACE files: export OSYNC_TRACE=3D/tmp/osync_trace/; mkdir $OSYNC_TRACE; msynctool --sync kdefile; ls /tmp/osync_trace/*; > > I'm looking forward to get mye Sony Ericsson T610 sync with Kontact. > Is it possible to run opensync thourgh "multisynk" or "kitchensync"? I would recommend msynctool at the moment. The correct handling of object=20 types (events, todos, contacts, notes, ...) doesn't work perfect in OpenSyn= c=20 0.19 (this will work like a charme in 0.30 (devel-branch)). Expect if you=20 want to sync your cellphone which doesn't support syncing of memos, but=20 kdepim trys to sync memos, OpenSync request them regardless of your cellpho= ne=20 capability. OpenSync will get stucked in this case (deadlock).=20 msynctool have the paramter --filter-objtype which disable object types and= =20 avoid syncing of them. For example disable syncing of memos/notes. So far a= s=20 i know, kitchensync doesn't have this filtering feature at the moment Btw. there are some Sony Erricsson cellphones which broken IrMC implementat= ion=20 which doesn't allow to sync notes. For more detailes please read the README= =20 of irmc-sync. Have fun! Daniel |