Duncan,

thanks for your very concise information I have now been able to get it
working! The source of the problem was a TODO-item. I think it was too
long. It also had umlauts in it, but since other entries also have
umlauts and work fine it may be the size.

Remarks / Questions:

1. It is strange that the problem was with a TODO item, since I had
syncing of TODO items switched off in MultiSync (I only want to sync the
calendar for now). Could it be that MultiSync ignores this or that I
have to delete the "localevolutionchanges" files for this setting to
take effect? (I believe that even after I deleted the
"localevolutionchanges" file, the TODO icons still appeared in the debug
log, but I'm not sure if this is relevant.)

2. Though I now know how I can work around the problem I'd be happier if
this could be fixed permanently (maybe MultiSync could show a message
"cannot sync because entry xyz is too long" or something). Has anyone
information about the exact limits on the S55 or more
stories/experiences to tell? Is the problem only with TODO items or
other items, too? I'd attempt to write a patch but I'm not really sure
what I should prevent MultiSync from doing? (Don't send long entries /
don't send long entries with special characters / limit whole VCAL entry
size / limit description field size or whatever).

3. (Slightly offtopic) Anyone knows a quick way how to delete all
calendar entries from the S55? ;-)

Again, thanks everyone who helped me to track down the problem. Having
this working will really save me from having to buy a Palm just to be
able to do a lookup in my calendar.


Markus


Am Fre, den 30.04.2004 schrieb Duncan Sargeant um 11:25:
> Christoph Lukas wrote on Thu April 29, at 07:25 +0200:
> > A first step might be:
> > Turn on the multisync debugging
> > 
> > export MULTISYNC_DEBUG=1; /usr/local/bin/multisync
> > 
> > and try to sync one single entry without umlaute. If this works try
> > adding one entry with umlaute and see if this really breaks things.
> 
> I get this problem myself occasionally, when I try to do something out
> of the ordinary.  Today I had this happen myself.  I'm running multisync
> 0.81 and evo 1.4.6 with my S55.  S55 is version 16.
> 
> Today, it was a description field which was too long for the s55.
> 
> How I fixed it:
> 
> 1. debug, as above... it stops on the offending entry.
> 2. seek and remove said entry from evolution.
> 3. remove entry from phone, if it exists (but it shouldn't)
> 4. quit evolution.
> 5. ps ux | grep evolution | awk '{ print $2}' |xargs kill
> 
>    that should kill wombat, which will still have evo's files open.
> 
> --- at this point you have killed evo, in case you need to hack its
> local files in evolution/ ... I don't recommend this, but I've had to do
> it before :-)
> 
> 6. quit multisync.
> 7. remove .multisync/1/remoteevolutionchanges (this will be a different
>    file for you, so use your head on this one).
> 
>    rationale here is that:
>    .  s55 crash triggers multisync to do a full database sync anyway, so
>       it shouldn't need to remember the changes.  right?
>    .  the offending entry is cached in this file, even though you've
>       deleted it from evo, multisync keeps trying to sync it to your
>         s55, which crashes it.
> 
> 8. repeat until you have entries which work.
> 
> Love to hear if that fixes your problem.
> 
> ,dunc
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g. 
> Take an Oracle 10g class now, and we'll give you the exam FREE. 
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Multisync-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/multisync-users



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Multisync-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/multisync-users

Reply via email to