![]() |
2010-02-11
, 14:34
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#72
|
The installation guide at
http://wiki.debian.org/FunambolInstallation
looks good. Is anybody in this forum experienced with an installation of funambol? Is there additional configuration work necessary to get this running for synchronization between N900 and a funambol server? If so, is it realistic to do this within a couple of hours?
![]() |
2010-02-12
, 19:46
|
|
Posts: 932 |
Thanked: 278 times |
Joined on Sep 2009
@ Kentucky
|
#73
|
![]() |
2010-02-12
, 22:12
|
Posts: 1 |
Thanked: 0 times |
Joined on Feb 2010
|
#74
|
![]() |
2010-02-13
, 18:06
|
|
Posts: 354 |
Thanked: 151 times |
Joined on Mar 2008
@ London (UK) / Zielona Gσra (PL)
|
#75
|
Same here. It was working great, then I reflashed my phone, installed it again, and syncevolution crashes trying to start up.
![]() |
2010-02-14
, 21:15
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#76
|
[...] [INFO] addressbook: sent 353/356 [INFO] addressbook: sent 354/356 [INFO] addressbook: sent 355/356 [INFO] addressbook: sent 356/356 [INFO] addressbook: sent 357/356 [ERROR] unexpected reply from server; might be a temporary problem, try again later [INFO] SyncContext: resend previous request #1 [ERROR] unexpected reply from server; might be a temporary problem, try again later [INFO] SyncContext: resend previous request #2 [ERROR] unexpected reply from server; might be a temporary problem, try again later [INFO] SyncContext: resend previous request #3 [ERROR] unexpected reply from server; might be a temporary problem, try again later [INFO] SyncContext: resend previous request #4 [ERROR] unexpected reply from server; might be a temporary problem, try again later [INFO] SyncContext: resend previous request #5 [ERROR] unexpected reply from server; might be a temporary problem, try again later [INFO] Transport giving up after 5 retries and 5:06min [ERROR] transport failed, retry period exceeded [INFO] addressbook: normal sync done unsuccessfully Synchronization failed, see ~/.config/syncevolution/google/log/SyncEvolution-google-2010-02-14-21-18/sysynclib_linux.html for details. Changes applied during synchronization: +---------------|-------ON CLIENT-------|-------ON SERVER-------|-CON-+ | | rejected / total | rejected / total | FLI | | Source | NEW | MOD | DEL | NEW | MOD | DEL | CTS | +---------------+-------+-------+-------+-------+-------+-------+-----+ | addressbook | 0/0 | 0/0 | 0/0 | 0/0 | 0/0 | 0/0 | 0 | | two-way, 0 KB sent by client, 0 KB received | | item(s) in database backup: 1970 before sync, 1970 after it | +---------------+-------+-------+-------+-------+-------+-------+-----+ | start Sun Feb 14 21:18:59 2010, duration 17:03min | | synchronization failed (status code 20043) | +---------------+-------+-------+-------+-------+-------+-------+-----+ ~ $ sudo gainroot Root shell enabled BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. /home/user # more ~/.config/syncevolution/google/log/SyncEvolution-google-2010-02-14-21-18/sysynclib_linux.html more: /home/user/.config/syncevolution/google/log/SyncEvolution-google-2010-02-14-21-18/sysynclib_linux.html: No such file or directory /home/user # cd ~/.config/syncevolution/google/ /home/user/.config/syncevolution/google # ls -la drwx------ 5 user users 4096 Feb 14 21:21 . drwx------ 3 user users 4096 Feb 5 18:48 .. -rw-r--r-- 1 user users 162 Feb 14 21:21 .internal.ini drwx------ 2 user users 4096 Feb 5 18:57 .synthesis -rw-r--r-- 1 user users 5336 Feb 10 02:47 config.ini drwx------ 6 user users 4096 Feb 5 18:48 sources drwx------ 3 user users 4096 Feb 10 02:47 ~ /home/user/.config/syncevolution/google #
![]() |
2010-02-15
, 13:35
|
Posts: 1 |
Thanked: 0 times |
Joined on Feb 2010
|
#77
|
![]() |
2010-02-15
, 14:57
|
Posts: 6 |
Thanked: 0 times |
Joined on Jan 2010
|
#79
|
@bolle
According to this blog, it seems this bug is due to "broken IPv6 support in the Maemo version of libcurl", however I have not idea to fix that bug....
![]() |
2010-02-15
, 19:35
|
Posts: 39 |
Thanked: 0 times |
Joined on Feb 2010
@ Zόrich, Switzerland
|
#80
|
yes, you can do it pretty easily within a few hours. I run a funambol server on debian for syncing with various nokia phones(some e51, e71, e72) although I have not setup syncevolution on maemo before to operate with it yet, but it should work fine.
funambol provides a binary installer that just installs into /opt/Funambol.
Ignore the funambol wiki unless you want to do a manual install or already have a tomcat server , etc setup.
You sjust download the .bin and then chmod +x and run it
You need to make sure you have java installed first and that is about it.
By default it uses an integrated hsqldb, but you can install jdbc mysql connector and edit db.xml conf file and use mysql(that is what I am doing)
There is a gui admin tool you can use from windows to connect to it.
also, if you do want to change the database to mysql, check out this link
http://markmail.org/message/oqbsvv3raljwezft
for some handy config options to keep the mysql connection healthy.
I wanted to use mysql so i could whip up a quick web frontend for the data as well just in case.
# [2010-02-15 20:25:22.501] 'processStatus' - Processing incoming Status [--][++] [->end] [->enclosing] * [2010-02-15 20:25:22.501] Started processing Command 'Status' (incoming MsgID=1, CmdID=4) * [2010-02-15 20:25:22.502] WARNING: RECEIVED NON-OK STATUS 404 for command 'Alert' (outgoing MsgID=1, CmdID=3) * [2010-02-15 20:25:22.502] - TargetRef (remoteID) = 'cal2' * [2010-02-15 20:25:22.502] - SourceRef (localID) = './calendar' * [2010-02-15 20:25:22.503] Found matching command 'Alert' for Status * + [2010-02-15 20:25:22.503] 'DSStateChange' - Datastore changes state, datastore=calendar, oldstate=client_sent_alert, newstate=client_alert_statused [--][++] [->end] [->enclosing] [2010-02-15 20:25:22.504] End of 'DSStateChange' [->top] [->enclosing] * + [2010-02-15 20:25:22.504] 'DSAbort' - Aborting datastore sync, abortStatusCode=404, localProblem=no, resumable=yes [--][++] [->end] [->enclosing] o + [2010-02-15 20:25:22.504] 'SessionAbort' - Aborting Session, Status=404, ProblemSource=REMOTE [--][++] [->end] [->enclosing] + [2010-02-15 20:25:22.505] WARNING: Aborting Session with Reason Status 404 (REMOTE problem) *** + [2010-02-15 20:25:22.505] --------------- Ignoring all commands in this message (after 0 sec. request processing, 0 sec. total) with Status 514 (0=none) from here on [2010-02-15 20:25:22.506] End of 'SessionAbort' [->top] [->enclosing] o + [2010-02-15 20:25:22.506] 'SaveSuspendState' - Saving state for suspend/resume [--][++] [->end] [->enclosing] + + [2010-02-15 20:25:22.506] 'SaveAdminData' - Saving changelog, target and map info [--][++] [->end] [->enclosing] [2010-02-15 20:25:22.508] End of 'SaveAdminData' [->top] [->enclosing] [2010-02-15 20:25:22.508] End of 'SaveSuspendState' [->top] [->enclosing] o [2010-02-15 20:25:22.509] *************** Warning: Datastore flagged aborted (after 0 sec. request processing, 0 sec. total) with REMOTE Status 404 [2010-02-15 20:25:22.509] End of 'DSAbort' [->top] [->enclosing] * [2010-02-15 20:25:22.510] Deleted command 'Alert' (outgoing MsgID=1, CmdID=3) * [2010-02-15 20:25:22.510] Deleted command 'Status' (incoming MsgID=1, CmdID=4) [2010-02-15 20:25:22.510] End of 'processStatus' [->top] [->enclosing] # [2010-02-15 20:25:22.511] calendar: normal sync done unsuccessfully # [2010-02-15 20:25:22.513] server database not found, check URI 'cal2' # + [2010-02-15 20:25:22.515] 'DSStateChange' - Datastore changes state, datastore=calendar, oldstate=client_alert_statused, newstate=completed [--][++] [->end] [->enclosing] * [2010-02-15 20:25:22.516] Sync Statistics for 'calendar' (), normal sync * [2010-02-15 20:25:22.517]
Evolution Address Book = Evolution Contacts = evolution-contacts: <<system>> (file:///home/user/.osso-abook/db) <default> Maemo Calendar = maemo-events: N900 (id:1) <default> cal_ti_calendar_private (id:2) Maemo Tasks = maemo-tasks: N900 (id:1) <default> cal_ti_calendar_private (id:2) Maemo Notes = maemo-notes: N900 (id:1) <default> cal_ti_calendar_private (id:2)
sync = two-way type = maemo-events evolutionsource = id:1 uri = cal2
![]() |
Tags |
calendar sync, maemo 5 |
|
I don't know about the server part.