From: Spencer F. <fow...@gm...> - 2009-03-11 16:06:20
|
I've been using opensync to sync my Dell Axim X51 for a while, but the past few weeks I have not been able to sync anything on my work computer. When I try to sync I get: $ msynctool --sync synce-sync Synchronizing group "synce-sync" The previous synchronization was unclean. Slow-syncing Member 2 of type evo2-sync had an error while connecting: Unable to open anything DEBUG:SynCE:Connect() called Member 1 of type synce-opensync-plugin just connected DEBUG:SynCE:disconnect() called Member 1 of type synce-opensync-plugin just disconnected All clients have disconnected The sync failed: Unable to connect one of the members DEBUG:SynCE:finalize() called Error while synchronizing: Unable to connect one of the members Some debug information: $ msynctool --configure synce-sync 1 Unable to open file /usr/share/opensync/defaults/synce-opensync-plugin for reading: No such file or directory and msynctool --configure synce-sync 2 gives: <config> <address_path>/home/fowie/.evolution/addressbook/local/system</address_path> <calendar_path>/home/fowie/.evolution/calendar/local/system</calendar_path> <tasks_path>/home/fowie/.evolution/tasks/local/system</tasks_path> </config> and a pinch of debug from the debug log (setting the environment variable and reading the ThreadXXXXX.log output): [1236634131.719599] >>>>>>> _incoming_dispatch(0x8eb0058) [1236634131.719663] >>>>>>> message_handler(0x8eb5560, 0xbfcf8700) [1236634131.719711] plugin received command 1 [1236634131.719771] >>>>>>> osync_group_reset_slow_sync(0x8ea9e98, data) [1236634131.719819] <<<<<<< osync_group_reset_slow_sync [1236634131.719886] >>>>>>> osync_member_connect(0x8eb0170, 0x8049c20, 0x8eb5590) [1236634131.719941] >>>>>>> EVO2-SYNC: evo2_connect(0x8eb4de8) [1236634131.720003] [EVO2-SYNC] ERROR: Unable to open anything! [1236634131.720054] >>>>>>> osync_context_report_error(0x8eb4de8, 1, Unable to open anything) [1236634131.720107] ERROR is: Unable to open anything [1236634131.720153] >>>>>>> message_callback(0x8eb0170, 0x8eb5590, 0xbfcf8498) [1236634131.720230] [CLI] WARNING: Member is replying with message 0x8eb0600 to message 0x8eb5560:"1378051330-600201201" with error 1: Unable to open anything [1236634131.720284] >>>>>>> osync_queue_send_message(0x8eb0910, (nil), 0x8eb0600, (nil)) [1236634131.720345] <<<<<<< osync_queue_send_message [1236634131.720398] <<<<<<< message_callback [1236634131.720476] <<<<<<< osync_context_report_error [1236634131.720527] <--- ERROR --- EVO2-SYNC: evo2_connect [1236634131.720573] <<<<<<< osync_member_connect [1236634131.720619] <<<<<<< message_handler [1236634131.720669] <<<<<<< _incoming_dispatch: Done dispatching [1236634135.521167] >>>>>>> _incoming_dispatch(0x8eb0058) [1236634135.521232] >>>>>>> message_handler(0x8eb0600, 0xbfcf8700) [1236634135.521283] plugin received command 13 [1236634135.521338] >>>>>>> osync_member_finalize(0x8eb0170) [1236634135.521395] [EVO2-SYNC] FULL DEBUG: start: evo2_finalize [1236634135.521443] <<<<<<< osync_member_finalize [1236634135.521492] >>>>>>> osync_queue_send_message(0x8eb0910, (nil), 0x8eb6370, (nil)) [1236634135.521553] <<<<<<< osync_queue_send_message [1236634135.521599] <<<<<<< message_handler I've tried just about everything I can think of, including chmod'ing all of my evolution data files to 777 and still nothing. Those paths in config are correct, I do have the files I need there. Any way I can get more informative output? Spencer |