From: Ciro S. <mo...@ol...> - 2006-07-20 11:50:12
|
Hi, I managed to get the connection started but I have come to this: moray@joey:~/etc_backup/etc/ppp$ msynctool --wait --sync p800-file Synchronizing group "p800-file" The previous synchronization was unclean. Slow-syncing received event dsession Both plugins are configured correctly and, once started, the http-syncml-server is listening on the port 8080 accepting connections. I used ettercap to sniff the connection, that actually happens, but after the P800 send the first syncml request nothing else happens... using the syncml-http-server directly: moray@joey:~/p800$ syncml-http-server --port 8080 --sync text/x-vcard /home/moray/p800 --multi Just received a new session with ID 712719258 WARNING: Unable to find command handlerSession 712719258 reported final. flushing what am I doing wrong? also C. |
From: matthias j. <jah...@fr...> - 2006-07-20 12:04:44
|
Am Donnerstag, 20. Juli 2006 13:50 schrieb Ciro Scognamiglio: > Hi, > > I managed to get the connection started but I have come to this: > > moray@joey:~/etc_backup/etc/ppp$ msynctool --wait --sync p800-file > Synchronizing group "p800-file" > The previous synchronization was unclean. Slow-syncing > received event dsession > > Both plugins are configured correctly and, once started, the > http-syncml-server is listening on the port 8080 accepting connections. > > I used ettercap to sniff the connection, that actually happens, but > after the P800 send the first syncml request nothing else happens... > > using the syncml-http-server directly: > > moray@joey:~/p800$ syncml-http-server --port 8080 --sync text/x-vcard > /home/moray/p800 --multi > Just received a new session with ID 712719258 > WARNING: Unable to find command handlerSession 712719258 reported final. > flushing > > > what am I doing wrong? well have you tried to you wbxml?=20 syncml-http-server --port 8080 --sync \=20 text/x-vcard /home/moray/p800 --multi --wbxml Also what version did you use ?=20 If you use current svn ... the --wait command is currently broken .... ;-( Why don=B4t you try irmc with your device? ... as far as i know your device should support it... (look at http://www.opensync.org/attachment/ticket/244/irmc-sync.conf for a example config over bluetooth ... ) Matthias ______________________ Debian, Ubuntu SVN OpenSync Repro at: http://www.in.fh-merseburg.de/~jahn/ |
From: Ciro S. <mo...@ol...> - 2006-07-20 12:23:08
|
matthias jahn wrote: >> what am I doing wrong? >=20 > well have you tried to you wbxml?=20 > syncml-http-server --port 8080 --sync \=20 > text/x-vcard /home/moray/p800 --multi --wbxml >=20 --wbxml seems not to be supported as options on the syncml-http-server I am using... (i.e. 0.4.0+svn20060706) > Also what version did you use ?=20 I am using the ubuntu dapper packages from http://www.in.fh-merseburg.de/~jahn/ version ~0.18+svn20060614 ATM. > If you use current svn ... the --wait command is currently broken .... = ;-( >=20 > Why don=B4t you try irmc with your device? > ... as far as i know your device should support it... >=20 > (look at http://www.opensync.org/attachment/ticket/244/irmc-sync.conf > for a example config over bluetooth ... > ) >=20 That would have solved a lot of problems :( no, IrMC is not supported either on the p800 and the p900 devices. The only sync method supported is syncml over http. BTW I am also having problems having the ppp connection up for more than 2min... I am using gnubox...but this is another topic... C. |
From: matthias j. <jah...@fr...> - 2006-07-20 12:47:46
|
Am Donnerstag, 20. Juli 2006 14:22 schrieb Ciro Scognamiglio: > matthias jahn wrote: > >> what am I doing wrong? > > > > well have you tried to you wbxml? > > syncml-http-server --port 8080 --sync \ > > text/x-vcard /home/moray/p800 --multi --wbxml > > --wbxml seems not to be supported as options on the syncml-http-server I > am using... (i.e. 0.4.0+svn20060706) well ... i should read manpages to ;-) <<<< Note that you dont have to set wbxml explicitly. libsyncml detects the=20 incoming packets and sets wbxml automatically if needed. >>>> you could try --slow-sync ... but i don=B4t think it will work ... you should definite open a bug ticket at http://libsyncml.opensync.org for = it. And append the tracefiles you get (export SYNCML_TRACE=3D/path/to/log/dir) see syncml-http-server manpage.. > > Also what version did you use ? > > I am using the ubuntu dapper packages from > http://www.in.fh-merseburg.de/~jahn/ > > version ~0.18+svn20060614 ATM. libopensync0 0.18+svn20060710-dapper1.2 ? That is current svn ..... so the sync with msynctool and syncml-http-serve= r=20 will currently not work for you .. (and me to ... ;-( ) > > Why don=B4t you try irmc with your device? > > ... as far as i know your device should support it... > > > > (look at http://www.opensync.org/attachment/ticket/244/irmc-sync.conf > > for a example config over bluetooth ... > > ) > > That would have solved a lot of problems :( > no, IrMC is not supported either on the p800 and the p900 devices. > The only sync method supported is syncml over http. sad .... i thought you are a happy one with irmc ... > BTW I am also having problems having the ppp connection up for more than > 2min... I am using gnubox...but this is another topic... i am using gnubox to .... so maybe i could help you with this=20 Matthias ________ Debian, Ubuntu SVN OpenSync Repro at: http://www.in.fh-merseburg.de/~jahn/ |