You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(10) |
Apr
(30) |
May
(11) |
Jun
(8) |
Jul
(28) |
Aug
(113) |
Sep
(74) |
Oct
(43) |
Nov
(111) |
Dec
(31) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(70) |
Feb
(78) |
Mar
(110) |
Apr
(99) |
May
(106) |
Jun
(128) |
Jul
(65) |
Aug
(123) |
Sep
(80) |
Oct
(128) |
Nov
(80) |
Dec
(54) |
2007 |
Jan
(89) |
Feb
(83) |
Mar
(56) |
Apr
(56) |
May
(69) |
Jun
(29) |
Jul
(89) |
Aug
(44) |
Sep
(32) |
Oct
(114) |
Nov
(36) |
Dec
(46) |
2008 |
Jan
(88) |
Feb
(100) |
Mar
(63) |
Apr
(27) |
May
(39) |
Jun
(61) |
Jul
(35) |
Aug
(11) |
Sep
(9) |
Oct
(19) |
Nov
(28) |
Dec
(72) |
2009 |
Jan
(33) |
Feb
(4) |
Mar
(15) |
Apr
(24) |
May
(17) |
Jun
(17) |
Jul
(11) |
Aug
(30) |
Sep
(19) |
Oct
(8) |
Nov
(10) |
Dec
(5) |
2010 |
Jan
(5) |
Feb
(10) |
Mar
(12) |
Apr
(1) |
May
(8) |
Jun
(4) |
Jul
(9) |
Aug
(29) |
Sep
(6) |
Oct
(19) |
Nov
(4) |
Dec
(3) |
2011 |
Jan
(9) |
Feb
|
Mar
|
Apr
(7) |
May
(2) |
Jun
(9) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
(7) |
Dec
|
2012 |
Jan
(2) |
Feb
(5) |
Mar
(5) |
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(9) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
From: Rodolfo M. <rod...@gm...> - 2006-09-14 15:14:05
|
Rodolfo Medina <rod...@gm...> writes: > I do: > > $ svn co http://svn.opensync.org/libsyncml/trunk libsyncml > > , but I get: > > svn: REPORT request failed on '/libsyncml/!svn/vcc/default' > svn: REPORT of '/libsyncml/!svn/vcc/default': 200 OK (http://svn.opensync.org) Well, I reinstalled Debian in another partition and this time I could download libsyncml. But now another problem: when I do `make' to install wbxml2-0.9.0-src.tar.gz, it stops giving the following error message: ../src/.libs/libwbxml2.so: undefined reference to `XML_GetCurrentByteIndex' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetElementHandler' ../src/.libs/libwbxml2.so: undefined reference to `XML_Parse' ../src/.libs/libwbxml2.so: undefined reference to `XML_ParserFree' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetCharacterDataHandler' ../src/.libs/libwbxml2.so: undefined reference to `XML_ParserCreate' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetCdataSectionHandler' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetStartDoctypeDeclHandler' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetUserData' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetProcessingInstructionHandler' collect2: ld returned 1 exit status make[2]: *** [wbxml2xml] Error 1 make[2]: Leaving directory `/home/rodolfo/tmp/wbxml2-0.9.0/tools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rodolfo/tmp/wbxml2-0.9.0' make: *** [all] Error 2 . Can anyone suggest how to fix that? Both libexpat1-dev and libexpat1 are installed. Thanks, Rodolfo |
From: Alex L. <ale...@gm...> - 2006-09-14 13:44:49
|
Thanks, I applied the patch and compiled the wbxml libs but this has only made things worse I'm afraid. After downgrading libwbxml I seem to lose the syncml-obex-client and syncml-http-client and instead get some kind of generic syncml-client: alex@2[~]$ msynctool --listplugins Available plugins: kdepim-sync syncml-client google-calendar gnokii-sync file-sync Trying to sync with my nokia 6680 over bluetooth now gives an error: alex@2[~]$ msynctool --sync pc_nokia Synchronizing group "pc_nokia" The previous synchronization was unclean. Slow-syncing ** ERROR **: file /tmp/buildd/opensync- 0.19+svn20060913/src/opensync/opensync_plugin.c: line 452 (osync_plugin_get_path): assertion failed: (plugin) aborting... I've upgraded wbxml back to 0.9.2 as this at least seems to do something bu= t I'm afraid I'm going to have to park this whole exercise as it's eating tim= e that I don't have. Thanks to everyone who has helped and hopefully others will have more luck than me. All the best, Alex On 9/14/06, Alberto S=E1ez Torres <alb...@gm... > wrote: > > On Wed, 13 Sep 2006 16:28:23 +0200, Alex Lennon < ale...@gm...> > wrote: > > > Regarding the wbxml libraries, I'm currently running 0.9.2 so am trying > > to > > roll back to 0.9.0. I've downloaded the source tarball for wbxml 0.9.0 > > but > > can't seem to get access to the patch you mention as I can't get svn > > configured correctly for our proxy (from what I've read on the subject = I > > think it's something to do with the proxy not having the right > > extensions so > > it's not something I can do a lot about). > > > > Is this patch downloadable by any other means? > > > > Thanks, > > > > Alex > > You can get it from your browser, from the HTTP/HTML svn interface: > > wget http://svn.opensync.org/libsyncml/trunk/misc/wbxml2-0.9.0.patch > > -- > > |
From: Stefan W. <sw...@xs...> - 2006-09-14 00:50:45
|
* Rodolfo Medina <rod...@gm...> [2006-09-13 10:40] : > It seems that I'm unlucky with all this. > I do: > > $ svn co http://svn.opensync.org/libsyncml/trunk libsyncml > > but I get: > > svn: REPORT request failed on '/libsyncml/!svn/vcc/default' > svn: REPORT of '/libsyncml/!svn/vcc/default': 200 OK (http://svn.opensync.org) Hmm - no problems here so far with precisey the same command ... which subversion versin do you use? Greetz Stefan |
From: Giovanni B. <g.b...@co...> - 2006-09-13 15:54:51
|
On Wednesday 13 September 2006 17:32, Daniel Gollub wrote: > On Wednesday 13 September 2006 17:28, Giovanni Bobbio wrote: > > When syncing syncml <-> kdepim, adding "--filter-objtype > > calendar" does not stop msynctool from syncing the calendar > > entries. > > The object type for Calendars is called "event". I hope with > "event" it does work. > > Common object types: event, contact, note, todo You are correct, though I wonder why using calendar on the command line doesn't error out instead of syncing. Thanks for the useful info. Giovanni |
From: Daniel G. <dg...@su...> - 2006-09-13 15:31:38
|
On Wednesday 13 September 2006 17:28, Giovanni Bobbio wrote: > When syncing syncml <-> kdepim, adding "--filter-objtype calendar" > does not stop msynctool from syncing the calendar entries. The object type for Calendars is called "event". I hope with "event" it does work. Common object types: event, contact, note, todo |
From: Giovanni B. <g.b...@co...> - 2006-09-13 15:28:44
|
On Tuesday 12 September 2006 21:14, Armin Bauer wrote: > Oh, and another thing: If msynctool hangs during the sync, please > make sure that there are no objtypes which are only supported by > one side. All objtypes which are not supported must be disabled > using --filter-objtype <objtype>. There is no other workaround in > the current trunk, but the devel-branch will fix this issue once > it is ready. When syncing syncml <-> kdepim, adding "--filter-objtype calendar" does not stop msynctool from syncing the calendar entries. [I know the calendar objtype is supported in both syncml and kdepim, but since it doesn't work well anyway, I thought I'd rather filter it] Giovanni |
From: Alex L. <ale...@gm...> - 2006-09-13 14:28:25
|
Regarding the wbxml libraries, I'm currently running 0.9.2 so am trying to roll back to 0.9.0. I've downloaded the source tarball for wbxml 0.9.0 but can't seem to get access to the patch you mention as I can't get svn configured correctly for our proxy (from what I've read on the subject I think it's something to do with the proxy not having the right extensions so it's not something I can do a lot about). Is this patch downloadable by any other means? Thanks, Alex |
From: Rodolfo M. <rod...@gm...> - 2006-09-13 10:38:02
|
Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: > I can't find syncml-obex-client in the plugin list at: > > http://www.opensync.org/wiki/download > > . So, where can I fetch it? Juha Tuomala <Juh...@ik...> writes: > it comes from libsyncml. It seems that I'm unlucky with all this. I do: $ svn co http://svn.opensync.org/libsyncml/trunk libsyncml , but I get: svn: REPORT request failed on '/libsyncml/!svn/vcc/default' svn: REPORT of '/libsyncml/!svn/vcc/default': 200 OK (http://svn.opensync.org) Please any suggestion? Thanks, Rodolfo |
From: Jason G. <ju...@lo...> - 2006-09-13 10:31:43
|
Thanks Daniel, On Tue, 2006-09-12 at 16:19 +0200, Daniel Gollub wrote: > On Tuesday 12 September 2006 15:20, Jason Grant wrote: > > I have a Sony Ericsson k608i, and would like to troubleshoot my > > syncml-obex-client error further, but am not sure what to try next. > > I've attached the trace output below, along with my configuration. In > > case it helps, bluetooth file transfers are working well with obexftp > > using the same MAC and channel. > > > > Thanks for any tips. > > I guess you are using the wrong channel. The channel of the obex service > differs from the syncml obex service. Try: > > sdptool browse *MAC* > > and look for a service called "SyncML Obex" and use this channel number. > If this works please let us know which channel number have to be used for your > SE model. Also helpful for other SE owners would be if you enter your working > configuration in the DeviceCompatility list in the OpenSync wiki. > You're right; sdptool indicates channel 7 for this phone. I've now tried to sync with the following commands: syncml-obex-client -b 00:12:EE:06:4E:59 7 --slow-sync text/x-vcard Contacts --version 1.0 syncml-obex-client -b 00:12:EE:06:4E:59 7 --slow-sync text/x-vcard Contacts --version 1.1 syncml-obex-client -b 00:12:EE:06:4E:59 7 --slow-sync text/x-vcard Contacts --version 1.2 and each time, the phone turns itself off, with syncml-obex-client giving error 80 for the first two, and error 79 for the last, which seem to correspond to: #define OBEX_RSP_UNSUPPORTED_MEDIA_TYPE 0x4f #define OBEX_RSP_INTERNAL_SERVER_ERROR 0x50 The error 79==0x4f sort of seems promising - gives me the feeling that at least the device was 'talking' for a short moment... I'm not brave enough to try the --wbxml flag, since my phone is behaving exactly as reported in Dave Hall's post on the 20th July. Recall in that case (same phone), the phone refused to reboot after it shut itself down. Dave, if you're out there, did the phone come back to life in the end? Did you try it again with updated firmware (or are you too scared of your girlfriend ;P)? Cheers, Jason. |
From: Armin B. <arm...@de...> - 2006-09-12 19:13:36
|
Hi, a short notice to all people who have issues with syncml synchronization though it worked (better) before: Please make sure that you dont have wbxml 0.9.2 installed. Wbxml 0.9.2 currently has some bugs which prevents synchronization to work correctly. You must have wbxml 0.9.0 + the patches from libsyncml. Oh, and another thing: If msynctool hangs during the sync, please make sure that there are no objtypes which are only supported by one side. All objtypes which are not supported must be disabled using --filter-objtype <objtype>. There is no other workaround in the current trunk, but the devel-branch will fix this issue once it is ready. Example: Synchronization with palm plugin and evo2 plugin: evo2 is configured to sync events and contacts. palm supports events, contacts, todos, and notes. So msynctool must be called like this: msynctool --sync palm-evo-group --filter-objtype note --filter-objtype to= do Best Regards, Armin Bauer |
From: Eduardo P. H. <eha...@ra...> - 2006-09-12 14:30:55
|
Hi, On Tue, Sep 12, 2006 at 09:49:57AM +0800, Jijun Yu wrote: > Hi, >=20 > Thanks a lot! >=20 > Eduardo Pereira Habkost wrote: > >I've just noticed the httplib2 module doesn't have proxy support (I > >didn't expect this common feature to be missing). :( > > > > =20 > Is there a workaround ? Unfortunately, none I can think of. > >I will check how hard it will be to implement this support on httplib2, > >or maybe even write a native C or C++ library for accessing google > >calendar (so we wouldn't need httplib2). > > > > =20 > We are evaluating open-sync. If we decide to do it finally, maybe we can= =20 > cooperate to implement it. Good. :) --=20 Eduardo |
From: Daniel G. <dg...@su...> - 2006-09-12 14:18:44
|
On Tuesday 12 September 2006 15:20, Jason Grant wrote: > I have a Sony Ericsson k608i, and would like to troubleshoot my > syncml-obex-client error further, but am not sure what to try next. > I've attached the trace output below, along with my configuration. =A0In > case it helps, bluetooth file transfers are working well with obexftp > using the same MAC and channel. > > Thanks for any tips. I guess you are using the wrong channel. The channel of the obex service=20 differs from the syncml obex service. Try: sdptool browse *MAC* and look for a service called "SyncML Obex" and use this channel number. If this works please let us know which channel number have to be used for y= our=20 SE model. Also helpful for other SE owners would be if you enter your worki= ng=20 configuration in the DeviceCompatility list in the OpenSync wiki. best regards, Daniel |
From: Jason G. <ju...@lo...> - 2006-09-12 13:20:28
|
Hi, I have a Sony Ericsson k608i, and would like to troubleshoot my syncml-obex-client error further, but am not sure what to try next. I've attached the trace output below, along with my configuration. In case it helps, bluetooth file transfers are working well with obexftp using the same MAC and channel. Thanks for any tips. Jason. ================================ [jas@talby ~]$ msynctool --sync of Synchronizing group "of" The previous synchronization was unclean. Slow-syncing Member 2 of type file-sync just connected Member 1 of type syncml-obex-client had an error while connecting: Request not successfull: 80 Member 2 of type file-sync just disconnected All clients have disconnected The sync failed: Unable to connect one of the members Error synchronizing: Unable to connect one of the members Pipe closed! Exiting. Pipe closed! Exiting. [jas@talby ~]$ msynctool --showgroup of Groupname: of Member 1: syncml-obex-client Configuration : <config><bluetooth_address> 00:12:EE:06:4E:59</bluetooth_address><bluetooth_channel>6</bluetooth_channel><interface>0</interface><identifier></identifier><version>1</version><wbxml>0</wbxml><username></username><password></password><type>2</type><usestringtable>0</usestringtable><onlyreplace>0</onlyreplace><recvLimit>0</recvLimit><maxObjSize>0</maxObjSize><contact_db>addressbook</contact_db><calendar_db>calendar</calendar_db><note_db>tasks</note_db></config> Member 2: file-sync Configuration : <config><path>/home/jas/sync-files-of</path><recursive>FALSE</recursive></config> [jas@talby ~]$ cat /tmp/sml/Thread3065432992.log [1158066312.293977] >>>>>>> smlThreadStartCallback(0x89dbbf8) [1158066312.294137] +++++++++ This is the worker thread of thread 0x89dbbf8 for context 0x89dc0c8 +++++++++ [1158066313.28031] >>>>>>> smlTransportWorkerHandler(0x89dbf00, 0x89d7ac0) [1158066313.28096] >>>>>>> smlTransportObexClientConnect(0x89dbba8) [1158066313.28144] connecting to bluetooth device 00:12:EE:06:4E:59 channel 6 [1158066316.812177] bluetooth connect done [1158066316.932155] >>>>>>> _smlObexEvent(0x89d9548, 0x89db1a0, 1, 3, 0, 32) [1158066316.932237] Request Done [1158066316.932297] Next header 203, 1, 0x1 [1158066316.932347] Found connection number: 1 [1158066316.932397] Next header 74, 144555872, 0x89dbf60 [1158066316.932447] Found who: SYNCML-SYNC [1158066316.932499] >>>>>>> smlTransportReceiveEvent(0x89d7ac0, (nil), 0, (nil), (nil)) [1158066316.932549] >>>>>>> _smlManagerDataHandler(0x89d7ac0, (nil), 0, (nil), (nil), 0x89dc040) [1158066316.932604] >>>>>>> _smlManagerSendEvent(0x89dc040, 0, (nil), (nil), (nil), (nil)) [1158066316.932668] <<<<<<< _smlManagerSendEvent [1158066316.932718] <<<<<<< _smlManagerDataHandler [1158066316.932768] <<<<<<< smlTransportReceiveEvent: 1 [1158066316.932817] <<<<<<< _smlObexEvent [1158066316.932870] <<<<<<< smlTransportObexClientConnect [1158066316.932920] <<<<<<< smlTransportWorkerHandler [1158066316.932971] >>>>>>> smlTransportWorkerHandler(0x89dba10, 0x89d7ac0) [1158066316.933021] >>>>>>> smlTransportObexClientSend(0x89dbba8, (nil), 0x89dbed8, (nil)) [1158066316.933103] Adding connection id 1 [1158066316.933154] Target application/vnd.syncml+xml [1158066317.21119] >>>>>>> _smlObexEvent(0x89d9548, 0x89dba88, 1, 3, 2, 80) [1158066317.21203] Request Done [1158066317.21261] >>>>>>> smlTransportReceiveEvent(0x89d7ac0, (nil), 2, (nil), 0x89db800) [1158066317.21314] >>>>>>> _smlManagerDataHandler(0x89d7ac0, (nil), 2, (nil), 0x89db800, 0x89dc040) [1158066317.21372] >>>>>>> _smlManagerSendEvent(0x89dc040, 2, (nil), (nil), (nil), 0x89cfe80) [1158066317.21426] <<<<<<< _smlManagerSendEvent [1158066317.21476] <--- ERROR --- _smlManagerDataHandler: Request not successfull: 80 [1158066317.21527] <<<<<<< smlTransportReceiveEvent: 0 [1158066317.21576] <--- ERROR --- _smlObexEvent: Request not successfull: 80 [1158066317.21632] <--- ERROR --- smlTransportObexClientSend: Unable to send put request. Bailing out [1158066317.21684] >>>>>>> smlTransportDataDeref(0x89dbed8) [1158066317.21739] <<<<<<< smlTransportDataDeref: refCount > 0 [1158066317.21788] <<<<<<< smlTransportWorkerHandler [jas@talby ~]$ |
From: Juha T. <Juh...@ik...> - 2006-09-12 11:52:41
|
On Tuesday 12 September 2006 14:12, Rodolfo Medina wrote: > But I can't find syncml-obex-client in the plugin list at: > > http://www.opensync.org/wiki/download > it comes from libsyncml. Tuju -- Ajatteleva ihminen tarvitsee unta. |
From: Rodolfo M. <rod...@gm...> - 2006-09-12 11:09:14
|
Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: >> I want to read the phonebook from my Nokia 6630, USB cable. >> Can anyone suggest what plugin I need? Conrad Wolf <con...@we...> writes: > you'll need the syncml-obex-client to sync your phone via USB. To just > save your contacts to your PC you can use it together with the file-sync > plugin. I'm syncing my Nokia 6630 with Evolution using the > evolution2-plugin, which works quite well. Thanks! But I can't find syncml-obex-client in the plugin list at: http://www.opensync.org/wiki/download . So, where can I fetch it? Rodolfo |
From: Jijun Yu <Jij...@Su...> - 2006-09-12 01:56:55
|
Hi, Thanks a lot! Eduardo Pereira Habkost wrote: > I've just noticed the httplib2 module doesn't have proxy support (I > didn't expect this common feature to be missing). :( > > Is there a workaround ? > I will check how hard it will be to implement this support on httplib2, > or maybe even write a native C or C++ library for accessing google > calendar (so we wouldn't need httplib2). > > We are evaluating open-sync. If we decide to do it finally, maybe we can cooperate to implement it. Thanks, Jerry |
From: Chun K. E. L. <try...@ya...> - 2006-09-11 23:41:33
|
I am using kubuntu 6.10 with kde 3.5.3. Edwin Lau On Friday 08 September 2006 16:07, br...@un... wrote: > I don't know the details of your case, but I do use opensync to sync > to kdepim, and it seems to be more or less ok. > > d __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Eduardo P. H. <eha...@ra...> - 2006-09-11 13:15:48
|
Hi, On Mon, Sep 11, 2006 at 01:17:34PM +0800, Jijun Yu wrote: > Thanks Markus ... >=20 > I installed httplib2 as you said, but it sill failed. Should proxy be=20 > set for opensync and how to set? I've just noticed the httplib2 module doesn't have proxy support (I didn't expect this common feature to be missing). :( I will check how hard it will be to implement this support on httplib2, or maybe even write a native C or C++ library for accessing google calendar (so we wouldn't need httplib2). But until this is done, there is no proxy support on the plugin. Sorry. --=20 Eduardo |
From: Conrad W. <con...@we...> - 2006-09-11 07:36:08
|
Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: > I want to read the phonebook from my Nokia 6630, USB cable. > Can anyone suggest what plugin I need? > > Thanks, > Rodolfo Hi Rodolfo, you'll need the syncml-obex-client to sync your phone via USB. To just save your contacts to your PC you can use it together with the file-sync plugin. I'm syncing my Nokia 6630 with Evolution using the evolution2-plugin, which works quite well. Hope this helps... Conrad. |
From: Jijun Yu <Jij...@Su...> - 2006-09-11 05:24:39
|
Thanks Markus ... I installed httplib2 as you said, but it sill failed. Should proxy be set for opensync and how to set? Currently output is as below: bash-3.00$ msynctool --sync google-evo Synchronizing group "google-evo" The previous synchronization was unclean. Slow-syncing Member 1 of type google-calendar just connected Member 2 of type evo2-sync just connected All clients connected or error Received a entry pas-id-4420B0990000000E with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T020227Z-5253-1-1-7@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T020227Z-5253-1-1-6@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060906T101249Z-2337-1-1-0@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T014844Z-5253-1-1-3@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T014844Z-5253-1-1-1@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T014844Z-5253-1-1-2@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T014732Z-20247-1-1-4@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T014923Z-20247-1-1-6@jordan with data of size 4 from member 2. Changetype ADDED Member 2 of type evo2-sync just sent all changes Traceback (most recent call last): File "/usr/libexec/google-cal-helper", line 397, in ? sys.exit(main(sys.argv)) File "/usr/libexec/google-cal-helper", line 389, in main return fn(argv) File "/usr/libexec/google-cal-helper", line 272, in oper_get_all r,c = self.h.request(self.url) File "/usr/lib/python2.4/site-packages/httplib2/init.py", line 764, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, c achekey) File "/usr/lib/python2.4/site-packages/httplib2/init.py", line 602, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) File "/usr/lib/python2.4/site-packages/httplib2/init.py", line 580, in _conn_request conn.connect() File "/usr/lib/python2.4/httplib.py", line 611, in connect socket.SOCK_STREAM): socket.gaierror: (8, 'node name or service name not known') Member 1 of type google-calendar had an error while getting changes: Helper exited abnormally Member 1 of type google-calendar just disconnected Member 2 of type evo2-sync just disconnected All clients have disconnected The sync failed: Unable to read from one of the members Error synchronizing: Unable to read from one of the members Here's my configuration for google-calendar(my user name/password is replaced with USER/PASSWORD here): <config> <url>http://www.google.com/calendar/feeds/US...@gm.../private/full</url> <username>US...@gm...</username> <password>PASSWORD</password> </config> config for evo2 plugin (my root path is at /export/home/jerry): <config><address_path>file:///export/home/jerry/.evolution/addressbook/local/system</address_path> <calendar_path>file:///export/home/jerry/.evolution/calendar/local/system</calendar_path> <tasks_path>file:///export/home/jerry/.evolution/tasks/local/system</tasks_path> </config> Thanks, Jerry me...@me... wrote: >> Outputs when syncing: >> bash-3.00$ msynctool --sync evo2-google >> Synchronizing group "evo2-google" >> The previous synchronization was unclean. Slow-syncing >> Member 2 of type google-calendar just connected >> Member 1 of type evo2-sync just connected >> All clients connected or error >> Traceback (most recent call last): >> File "/usr/libexec/google-cal-helper", line 27, in ? >> import sys, httplib2, os, re >> ImportError: No module named httplib2 >> > > This message implies that you don't have httplib2 on your system. This is a Python extension module. I never synced OpenSync with Google Calendar, and so I don't know where you would be able to get httplib2 etc. > > > Markus > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: Rodolfo M. <rod...@gm...> - 2006-09-10 10:10:12
|
I want to read the phonebook from my Nokia 6630, USB cable. Can anyone suggest what plugin I need? Thanks, Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-09-10 10:08:45
|
Rodolfo Medina <rod...@gm...> [2006-09-05 11:00] : >>>> I want to synchronize my Nokia 6630, USB connection, >>>> with Evolution in order to read the phonebook through PC. >>>> >>>> [...] >>>> >>>> Do I need any other plugin for the phone, or the only `file-sync' and >> `evo2-sync' plugins will be enough? Stefan Wimmer <sw...@xs...> writes: > Hi Rodolfo, > > I'm not sure about that. I use irmc-sync but I do not know which one > you need to be able to transfer data via USB :-/ > > Sorry that I can't help you. Anybody else? Thanks indeed just the same. I'll be sending another message with a more explicit subject. Cheers, Rodolfo |
From: Edwin L. <try...@ya...> - 2006-09-08 14:48:15
|
Hi everyone, I was trying to sync my w810i (bluetooth) with kdepim using opensync (kitchensync-opensync, latest in the repos). Reading data from w810i seems ok. In fact, I tried backup w810i data to local directory and the data seems fine. However, when opensync try to connect to kdepim, there is a lot of broken pipe message. What's the problem? Is kdepim basically is unusable? Edwin Lau __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: schlomo <sch...@ya...> - 2006-09-08 08:11:14
|
Or is there a possibility to make the configuration manually. Where is the configuration file? -- View this message in context: http://www.nabble.com/syncml-%3C--%3E-kdepim-tf2192112.html#a6204673 Sent from the Opensync - User forum at Nabble.com. |
From: Usul <us...@em...> - 2006-09-07 23:04:27
|
Hi everybody, I am trying to sync a Nokia 6680 with my laptop (for now) via Bluetooth using opensync. I created a group "test" and added a first member file-sync and a second member syncml-obex-client. This is my configuration for member 2 (syncml-obex-client) <config> <bluetooth_address>XX:XX:XX:XX:XX:XX</bluetooth_address> <bluetooth_channel>11</bluetooth_channel> <interface>0</interface> <identifier>PC Suite</identifier> <version>1</version> <wbxml>1</wbxml> <username></username> <password></password> <type>2</type> <usestringtable>1</usestringtable> <onlyreplace>0</onlyreplace> <recvLimit>10000</recvLimit> #<maxObjSize>0</maxObjSize> <contact_db>Contacts</contact_db> <calendar_db>Calendar</calendar_db> <note_db>Notes</note_db> </config> where XX:XX:XX:XX:XX:XX is the bluetooth address of my mobile. When I start the sync I get this: ~$ msynctool --sync test Synchronizing group "test" The previous synchronization was unclean. Slow-syncing Member 1 of type file-sync just connected received event dsession received contact dsession received note dsession Member 2 of type syncml-obex-client just connected All clients connected or error Member 1 of type file-sync just sent all changes On the phone I see that a connection begins. The phone says "initializing connection" (well in Italian says:"inizial. in corso"). But nothing happens after that. The phone remains connected. After a while the sync application on the phone gives up (but the BT connections remains alive) and I kill the msynctool. This is what I get when I try grep ERROR * on my tracing directory: $grep ERROR * Thread2813675200-7444.log:[1157669025.948217] <--- ERROR --- osync_queue_create: Unable to create fifo Thread2813888192-7440.log:[1157669025.488928] <--- ERROR --- osync_queue_create: (null) Thread2813888192-7440.log:[1157669025.489199] <--- ERROR --- __osync_queue_connect: (null) Thread2813888192-7440.log:[1157669025.489221] <--- ERROR --- osync_queue_is_alive: Unable to connect Thread2813888192-7440.log:[1157669025.489369] <--- ERROR --- __osync_queue_connect: (null) Thread2813888192-7440.log:[1157669025.489390] <--- ERROR --- osync_queue_is_alive: Unable to connect Thread2813888192-7440.log:[1157669026.359082] <--- ERROR --- osync_queue_create: (null) Thread2813888192-7440.log:[1157669026.359293] <--- ERROR --- __osync_queue_connect: (null) Thread2813888192-7440.log:[1157669026.359316] <--- ERROR --- osync_queue_is_alive: Unable to connect Thread2813888192-7440.log:[1157669026.359454] <--- ERROR --- __osync_queue_connect: (null) Thread2813888192-7440.log:[1157669026.359477] <--- ERROR --- osync_queue_is_alive: Unable to connect Thread2814006976-7451.log:[1157669026.836652] <--- ERROR --- osync_queue_create: Unable to create fifo Any solution? What am I doing wrong? Thanks. Usul |