[Bug] Caldav syncing is broken

asked 2015-07-15 11:38:47 +0200

eesko gravatar image

Syncing of caldav accounts breaks silently and spontaneously at seemingly random intervals as well as when trying manual sync. Fixing requires removing and readding the account.

Have had this happen several times at random with all but the latest firmware. Also seems to happen with every firmware update.

Also trying manual sync from the pull down menu seems to break the syncing on the latest firmware. First attempt at manual sync works but after that neither automatic nor manual sync works.

edit retag flag offensive close delete

Comments

Can you provide some logging? This requires developer mode:

First, ensure that /etc/systemd/journald.conf has RateLimitBurst=3000 and RateLimitInterval=10s Then, ssh into your device:

$ systemctl --user stop msyncd
$ killall msyncd
$ MSYNCD_LOGGING_LEVEL=8 devel-su -p msyncd

leave that running, and then ssh in with a different terminal:

$ devel-su journalctl -af | grep caldav

Then trigger manual sync via Settings|Accounts, longpress CalDAV account -> Sync.

The second (journalctl) terminal should fill up with logs. Please send those to chris dot adams at jolla dot com after redacting personal information (usernames/passwords/etc) and I will investigate the problem.

Thanks, Chris.

chris.adams ( 2015-07-16 09:57:12 +0200 )edit