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 |