Summary: | CalDAV only syncs on restart | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Tilman Klaeger <kde> |
Component: | DAV Resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | greg |
Priority: | NOR | ||
Version: | 4.9 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tilman Klaeger
2012-11-03 15:09:12 UTC
What do you see in the server access log? There should be a 401 immediately followed by a 201 HTTP status. Also what are the OwnCloud and KDE versions you're using? Cheers, Grégory I´m using KDE 4.9.2 and Owncloud 4.5.1a, both latest stable. The server logs look like the following, I get the 401, but followed by a 207. Nevertheless my calendar loaded nicely, but as said only on restart of the GroupDAV Agent or Akonadi restart. - [04/Nov/2012:12:59:36 +0100] "PROPFIND /remote.php/caldav/ HTTP/1.1" 401 4187 "-" "Mozilla/5.0 (X11; Linux 3.6.5-1-ARCH) AppleWebKit/534.34 (KHTML, like Gecko) akonadi_davgroupware_resource_7/4.9.2 Safari/534.34" tilman [04/Nov/2012:12:59:37 +0100] "PROPFIND /remote.php/caldav/ HTTP/1.1" 207 4587 "-" "Mozilla/5.0 (X11; Linux 3.6.5-1-ARCH) AppleWebKit/534.34 (KHTML, like Gecko) akonadi_davgroupware_resource_7/4.9.2 Safari/534.34" - [04/Nov/2012:12:59:38 +0100] "PROPFIND /remote.php/caldav/principals/tilman/ HTTP/1.1" 401 4187 "-" "Mozilla/5.0 (X11; Linux 3.6.5-1-ARCH) AppleWebKit/534.34 (KHTML, like Gecko) akonadi_davgroupware_resource_7/4.9.2 Safari/534.34" tilman [04/Nov/2012:12:59:39 +0100] "PROPFIND /remote.php/caldav/principals/tilman/ HTTP/1.1" 207 4459 "-" "Mozilla/5.0 (X11; Linux 3.6.5-1-ARCH) AppleWebKit/534.34 (KHTML, like Gecko) akonadi_davgroupware_resource_7/4.9.2 Safari/534.34" - [04/Nov/2012:12:59:39 +0100] "PROPFIND /remote.php/caldav/calendars/tilman/ HTTP/1.1" 401 4187 "-" "Mozilla/5.0 (X11; Linux 3.6.5-1-ARCH) AppleWebKit/534.34 (KHTML, like Gecko) akonadi_davgroupware_resource_7/4.9.2 Safari/534.34" tilman [04/Nov/2012:12:59:40 +0100] "PROPFIND /remote.php/caldav/calendars/tilman/ HTTP/1.1" 207 8507 "-" "Mozilla/5.0 (X11; Linux 3.6.5-1-ARCH) AppleWebKit/534.34 (KHTML, like Gecko) akonadi_davgroupware_resource_7/4.9.2 Safari/534.34" Ah, I totally misunderstood the initial message: I thought you were creating the event from Korg, not from OwnCloud. I'll install the same version and test. Cheers, Grégory Hi, I've tested with 4.9.3 and OwnCloud 4.5.1 and everything's working fine without the need for a restart. If you've upgraded your KDE install can you test? Cheers, Grégory Seems to be working now with KDE 4.9.3, I can see the REPORT statements every now and then in the log files and not only on restarts. Before only PROFIND appeared in the logs, which seems not be enough. Thanks a lot for your efforts! |