Hello,

this is config that i set:
------------------------------------------------------------------------------------------------------------------------------------------------
syncevolution --configure \
  --template default \
  --sync-property syncURL= \
  --sync-property peerIsClient=1 \
  --sync-property remoteDeviceId=${deviceID} \
  --sync-property username=${syncUserName} \
  --sync-property password=${syncPassword} \
  --source-property uri= \
  --source-property sync=none \
  ${peer}
------------------------------------------------------------------------------------------------------------------------------------------------
syncevolution --configure \
  --source-property type=file:text/vcard:3.0 \
  --source-property evolutionsource=file://${datapath}/addressbook \
  ${peer} addressbook
------------------------------------------------------------------------------------------------------------------------------------------------

and this is what i get when i try to connect with device:

------------------------------------------------------------------------------------------------------------------------------------------------
[INFO] syncevo-http: new SyncML session for 31.176.241.1
[INFO] sync: /usr/libexec/syncevo-dbus-server: ready to run
[INFO] sync: matched deviceID DEVICEID against config CONFIG
(/home/USER/.config/syncevolution/default/peers/PEERNAME)
[INFO] sync: todo: inactive
[INFO] sync: memo: inactive
[INFO] sync: addressbook: inactive
[INFO] sync: calendar: inactive
[ERROR] sync: error code from SyncEvolution fatal error (local, status
10500): no sources active, check configuration
[INFO] sync: creating complete data backup after sync (enabled with
dumpData and needed for printChanges)
[INFO] sync:
[INFO] sync: Synchronization failed, see
/home/vedran/.cache/syncevolution/PEERNAME-2012-07-11-17-39/syncevolution-log.html
for details.
[INFO] sync:
Changes applied during synchronization:
[INFO] sync:
+---------------|-----------------------|-----------------------|-CON-+
[INFO] sync: |               |         LOCAL         |        REMOTE
  | FLI |
[INFO] sync: |        Source | NEW | MOD | DEL | ERR | NEW | MOD | DEL |
ERR | CTS |
[INFO] sync:
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
[INFO] sync: |          start Wed Jul 11 17:39:54 2012, duration 0:00min
        |
[INFO] sync: |                  fatal error (local, status 10500)
       |
[INFO] sync:
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
[INFO] sync: First ERROR encountered: error code from SyncEvolution fatal
error (local, status 10500): no sources active, check configuration
[INFO] sync:
------------------------------------------------------------------------------------------------------------------------------------------------


Since, the official docs are very poor, please explain me what is going on.

My goal is to have all contacts and calendar synced among my mobile phone,
computer and tablet and hosted on my server.

Greetings
_______________________________________________
SyncEvolution mailing list
SyncEvolution@syncevolution.org
http://lists.syncevolution.org/listinfo/syncevolution

Reply via email to