Skip to content

Instantly share code, notes, and snippets.

View shadeslayer's full-sized avatar
👁️‍🗨️

Rohan Garg shadeslayer

👁️‍🗨️
View GitHub Profile
shadeslayer@saphira /media/Data/SyncEvolution/build » make -j3
make all-recursive
make[1]: Entering directory `/media/Data/SyncEvolution/build'
Making all in src
make[2]: Entering directory `/media/Data/SyncEvolution/build/src'
make all-recursive
make[3]: Entering directory `/media/Data/SyncEvolution/build/src'
Making all in gdbus
make[4]: Entering directory `/media/Data/SyncEvolution/build/src/gdbus'
make[4]: Nothing to be done for `all'.
shadeslayer@saphira /media/Data/SyncEvolution/dist/bin » ./syncevolution --sync slow Ovi addressbook [INFO] calendar+todo: inactive
[INFO] memo: inactive
[INFO] calendar: inactive
[INFO] todo: inactive
[INFO] addressbook: starting first time sync, two-way
[ERROR] addressbook: error code from SyncEvolution fatal error (remote, status 500): addressbook: extracting item 85482
[INFO] addressbook: first time sync done unsuccessfully
[ERROR] addressbook: database failure (local, status 10510)
[ERROR] error code from Synthesis engine database failure (local, status 10510)
shadeslayer@saphira ~syncevopath/bin » [INFO] syncevo-http: new SyncML session for 10.0.0.3
[ERROR] twisted: Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 1371, in dataReceived
finishCallback(data[contentLength:])
File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 1585, in _finishRequestBody
self.allContentReceived()
File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 1641, in allContentReceived
req.requestReceived(command, path, version)
File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 807, in requestReceived
./syncevolution --configure \
--template default \
--sync-property syncURL= \
--sync-property peerIsClient=1 \
--sync-property remoteDeviceId=${devID} \
--sync-property username=${username} \
--sync-property password=${password} \
--source-property type=file:text/vcard:3.0 \
--source-property evolutionsource=akonadi:?collection=7 \
${peer}
shadeslayer@saphira ~ » traceroute shadeslayer.dynddns.org
traceroute to shadeslayer.dynddns.org (64.20.60.106), 30 hops max, 60 byte packets
1 192.168.42.129 (192.168.42.129) 0.626 ms 1.313 ms 1.383 ms
2 10.11.228.2 (10.11.228.2) 99.218 ms 99.189 ms 108.780 ms
3 10.11.228.1 (10.11.228.1) 129.106 ms 139.474 ms 139.846 ms
4 10.11.228.149 (10.11.228.149) 139.794 ms 139.765 ms 139.735 ms
5 10.11.228.149 (10.11.228.149) 139.704 ms 139.674 ms 148.960 ms
6 10.11.228.154 (10.11.228.154) 148.811 ms 545.880 ms 1531.582 ms
7 10.11.228.17 (10.11.228.17) 1541.543 ms 1551.374 ms 1571.507 ms
8 203-88-8-100.live.vodafone.in (203.88.8.100) 1581.365 ms 1859.224 ms 1859.214 ms
* Cleanup old stuff
shadeslayer@saphira ~ » rm -rf .config/syncevolution
shadeslayer@saphira ~ » rm -rf .cache/syncevolution
shadeslayer@saphira ~ » akonadictl stop
shadeslayer@saphira ~ » rm -rf .local/share/akonadi
shadeslayer@saphira ~ » rm -rf .config/akonadi/
shadeslayer@saphira ~ » rm -rf .kde/share/config/akonadi*
shadeslayer@saphira ~ » akonadictl start
[INFO] matched deviceID fac-353833044195409 against config android (/home/shadeslayer/.config/syncevolution/default/peers/android)
[INFO] sync: matched deviceID fac-353833044195409 against config android (/home/shadeslayer/.config/syncevolution/default/peers/android)
[INFO] memo: inactive
[INFO] calendar: inactive
[INFO] todo: inactive
[INFO] sync: memo: inactive
[INFO] sync: calendar: inactive
[INFO] sync: todo: inactive
[INFO] syncevo-http: new SyncML session for 10.0.0.3
[INFO] matched deviceID fac-353833044195409 against config android (/home/shadeslayer/.config/syncevolution/default/peers/android)
Start of log - Synthesis SyncML Engine 3.4.0.27
[-- collapse all --][++ expand all ++]
[2011-04-23 15:16:05.394] CreateContext SyncEvolution// => 0
[2011-04-23 15:16:05.394] Module_Capabilities:
PLATFORM:Linux
DLL:true
MINVERSION:V1.0.6.0
MANUFACTURER:SyncEvolution
DESCRIPTION:SyncEvolution Synthesis DB Plugin
#############################################
# Author: Rohan Garg <[email protected] #
# License: MIT ( 2011 ) #
# helloworld.sh #
#############################################
echo "Enter first number"
read a
echo "Enter second number"
read b
(gdb) bt
#0 0x000000000053dcce in do_getall (connection=0xa3b120, message=<value optimized out>, user_data=0xa512b0)
at ../../../syncevolution/src/gdbus/object.c:493
#1 properties_getall (connection=0xa3b120, message=<value optimized out>, user_data=0xa512b0)
at ../../../syncevolution/src/gdbus/object.c:566
#2 handle_message (connection=0xa3b120, message=<value optimized out>, user_data=0xa512b0) at ../../../syncevolution/src/gdbus/object.c:597
#3 0x00007ffff56f9a01 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#4 0x00007ffff56ebb10 in dbus_connection_dispatch () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#5 0x000000000053caa5 in queue_dispatch (source=<value optimized out>, callback=<value optimized out>, user_data=<value optimized out>)
at ../../../syncevolution/src/gdbus/mainloop.c:91