[Akonadi] [Bug 358329] akonadi keeps loosing caldav calendars

2016-02-11 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358329

--- Comment #11 from Grégory Oestreicher  ---
> --- Comment #10 from Stephan Olbrich  ---
> in kdebugdialog5 I see kio_http and kio_http_debug. I selected both.

Yup, seems good. Note that the HTTP Authorization may be written in the logs,
so remove it before sending the .xsession-errors file. Not doing so would leave
your password in the clear.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 358329] akonadi keeps loosing caldav calendars

2016-02-11 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358329

--- Comment #9 from Grégory Oestreicher  ---
The full name on my station is "KIO HTTP slave (KIO)", but searching for "http"
should show up only this one. Also maybe on your version you have to use
"kdebugdialog" or "kdebugdialog5".

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 358329] akonadi keeps loosing caldav calendars

2016-02-11 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358329

--- Comment #7 from Grégory Oestreicher  ---
Yes, you can use "kdebugsettings" and enable all logs from the dav resource and
kio http. Those logs will be written in your ~/.xsession-errors.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 354994] Crash of Akonadi CardCalDav

2016-02-10 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354994

Grégory Oestreicher  changed:

   What|Removed |Added

   Version Fixed In||15.12.2
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kdep
   ||im-runtime/c94e23a452d410d2
   ||c2e4033fb76261d969f19b92
 Resolution|--- |FIXED

--- Comment #11 from Grégory Oestreicher  ---
Git commit c94e23a452d410d2c2e4033fb76261d969f19b92 by Grégory Oestreicher.
Committed on 10/02/2016 at 20:25.
Pushed by goestreicher into branch 'Applications/15.12'.

Check that we've been given a valid collection in retrieveItems()
FIXED-IN: 15.12.2

M  +5-0resources/dav/resource/davgroupwareresource.cpp

http://commits.kde.org/kdepim-runtime/c94e23a452d410d2c2e4033fb76261d969f19b92

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 353987] Incomplete CardDav sync with ownCloud

2016-02-09 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353987

Grégory Oestreicher  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from Grégory Oestreicher  ---
OK, thanks for the update. I'll close it for now, but re-open if there are
still issues with the latest ownCloud.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 354994] Crash of Akonadi CardCalDav

2016-02-09 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354994

--- Comment #9 from Grégory Oestreicher  ---
I'm a bit stumped here :| There are a lot of "Unhandled response" message and
this looks like there's a race condition somewhere.

Do you have two resources querying the same server or one resource with one
CalDAV URL and one CardDAV URL?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 346439] kio error message contains part of the password

2016-02-08 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346439

--- Comment #10 from Grégory Oestreicher  ---
Do you see anything in your ~/.xsession-errors? If the password is shown redact
it but try to keep the rest intact :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 355441] DAV Resource 15.12.0: Broken state, The item was not deleted on the server.

2016-02-08 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355441

--- Comment #7 from Grégory Oestreicher  ---
(In reply to David Faure from comment #6)
> Looks like a regression caused by 1bdb286f62454bb13cc299abd45a297a56b45cea
> (the fix for bug 331295). Dawit?

This patch is not / no longer in master that's for sure. And even with it the
problem is not really addressed as the final '/' will always be added.

The commit 58294ac mentions a fix coming from a discussion on the KDE forums.
The original issue was that a 301 response was issued for DELETE requests
against directories. AFAICS this is totally normal and the HTTP ioslave should
follow the redirect and delete the resource pointed by the Location header,
only if the new Location is the same as the previous one with just an extra '/'
tacked on at the end. Otherwise just ignore it as it's potentially unsafe.

Also it's impossible to know in advance if a URI points to a file or directory
because those concepts don't exist unfortunately :(

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 354994] Crash of Akonadi CardCalDav

2016-02-08 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354994

--- Comment #7 from Grégory Oestreicher  ---
(In reply to Matt Z. from comment #6)

> OK, I hope I got the instructions right...

Definitely :) There are logs only available when in debug mode, thanks!

> here is the current .xsession-errors (no app crash).

Once the resource has crashed could you send this file again? This one is not
containing anything that may point me in the right direction unfortunately.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 354994] Crash of Akonadi CardCalDav

2016-02-08 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354994

Grégory Oestreicher  changed:

   What|Removed |Added

 CC||g...@kamago.net

--- Comment #5 from Grégory Oestreicher  ---
(In reply to Matt Z. from comment #3)

> "Cannot connect to agent instance with identifier
> 'akonadi_davgroupware_resource_8', error message: 'Could not get owner of
> name 'org.freedesktop.Akonadi.Resource.akonadi_davgroupware_resource_8': no
> such name'" 

This is because the resource crashed.

> ./.config/akonadi/agent_config_akonadi_davgroupware_resource_8_changes.dat
> ./.config/akonadi/agent_config_akonadi_davgroupware_resource_8
> ./.config/akonadi_davgroupware_resource_8rc

So this resource has pending changes waiting, and one of them may trigger the
crash. Don't delete these files just now :)

Can you start "kdebugsettings", search for the dav resource (type "dav" in the
search bar), restart it, and then paste here what's show in your
~/.xsession-errors (or ~/.xsessions-errors-:0 maybe)?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 358510] Akonadi Resource davgroupware crash

2016-02-07 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358510

--- Comment #3 from Grégory Oestreicher  ---
OK, do you have the KDE Applications version you're using? Something like 15.08
or 15.12.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 358510] Akonadi Resource davgroupware crash

2016-02-07 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358510

--- Comment #7 from Grégory Oestreicher  ---
No need for you to do anything about the status. Now if you want to add
information though could you use the bug this one was merged with? It's
https://bugs.kde.org/show_bug.cgi?id=354994 and you've been added automatically
to the list of recipients.

Also to get the remote identifier you don't need to wait for the crash, you can
check any time you want in akonadiconsole.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 344874] username/password not being sent in header

2016-02-07 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344874

--- Comment #10 from Grégory Oestreicher  ---
Good news I guess :) Do you have the link to the thread that mention this
problem?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 355441] DAV Resource 15.12.0: Broken state, The item was not deleted on the server.

2016-02-07 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355441

Grégory Oestreicher  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Grégory Oestreicher  ---
Thanks Till! I can confirm that this is reproducible on my side with the
account you created. I'll update this report after some more testing.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 358510] Akonadi Resource davgroupware crash

2016-02-07 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358510

Grégory Oestreicher  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from Grégory Oestreicher  ---
Looks like a dup of #354994, merging both.

So it's crashing on a debug statement but I doubt that it's relevant. It would
crash some lines after as the same function is called.

In akonadiconsole can you check that all collections in the resource have a
remote identifier? From the "Browser" tab, right click on the collection
(including the resource), select "Properties" and the remote identifier is in
the last tab ("Internals").

*** This bug has been marked as a duplicate of bug 354994 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 354994] Crash of Akonadi CardCalDav

2016-02-07 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354994

Grégory Oestreicher  changed:

   What|Removed |Added

 CC||dbyent...@gmail.com

--- Comment #2 from Grégory Oestreicher  ---
*** Bug 358510 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 341998] Akonadi Dav Resource looses calendar and settings

2016-02-07 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341998

Grégory Oestreicher  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #17 from Grégory Oestreicher  ---
IIRC this was fixed following a private exchange with Till, but feel free to
reopen if I misremember.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 355441] DAV Resource 15.12.0: Broken state, The item was not deleted on the server.

2016-02-07 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355441

Grégory Oestreicher  changed:

   What|Removed |Added

  Component|DAV Resource|general
   Assignee|kdepim-b...@kde.org |fa...@kde.org
 CC||kdelibs-b...@kde.org
Product|Akonadi |frameworks-kio

--- Comment #5 from Grégory Oestreicher  ---
Good news, I found cause of the issue :)
Not-so-good news, the resource can't do much about it :(

What happens is that KIO HTTP adds a final slash at the end of the URL because
when the delete job is created it's impossible to know if the deletion of what
is requested is a directory or a file (full picture: it doesn't seem that the
argument that would allow the slave to decide if the destination is a file or
directory is ever appended in the KIO arguments).

I wasn't able to reproduce this with ownCloud because it's not sensitive to
this. However Davical seems to be.

I'm re-assigning this to KIO to see what can be done. In the meantime you may
be able to work around by removing the final slash in the URLs that end with
".ics/" (mod_rewrite FTW!).

Also, for me it's OK if you remove the test account.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 353987] Incomplete CardDav sync with ownCloud

2016-02-07 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353987

Grégory Oestreicher  changed:

   What|Removed |Added

 CC||g...@kamago.net

--- Comment #4 from Grégory Oestreicher  ---
It's possible that some of those contacts are not parsed correctly and thus
don't show up. Can you enable debug logs for the dav resource, restart it and
then look into ~/.xsession-errors (or a similarly-named file like
~/.xsession-errors-:0) for any clues?

To enable the debug logs start "kdebugsettings" and search for "dav". Then
check the box next to it and voilà :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 325224] CalDav doesn't read server items

2016-02-07 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325224

--- Comment #50 from Grégory Oestreicher  ---
Not sure if this is still related to the original report :)

You can have a more verbose output by launching "kdebugsettings" and then
checking the dav resource box (search for "dav" in the text input and it'll
show up). The debug logs will be written to ~/.xsession-errors or similar (for
me it's ~/.xsession-errors-:0).

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 358329] akonadi keeps loosing caldav calendars

2016-02-07 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358329

Grégory Oestreicher  changed:

   What|Removed |Added

 CC||g...@kamago.net

--- Comment #1 from Grégory Oestreicher  ---
Do you mean that the CalDav configuration is totally lost, i.e. if you open the
resource settings the URL(s) are no longer listed?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 355669] Akonadi take lot of CPU (http.so) when DAV Server is not available

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355669

Grégory Oestreicher  changed:

   What|Removed |Added

 CC||g...@kamago.net

--- Comment #1 from Grégory Oestreicher  ---
Thanks for the video, really drives the point home :)

What do you mean by "server not available" exactly? I see that your WiFi
connection is up, so network is here, but is the server down (so HTTP requests
would get a connection refused) or are the connections ending with a timeout?
Also are you behind a captive portal?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 330250] Support preemptive authentication

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=330250

Grégory Oestreicher  changed:

   What|Removed |Added

Product|Akonadi |frameworks-kio
Version|1.12.1  |unspecified
 CC||kdelibs-b...@kde.org
  Component|DAV Resource|general
   Assignee|kdepim-b...@kde.org |fa...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 355441] DAV Resource 15.12.0: Broken state, The item was not deleted on the server.

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355441

Grégory Oestreicher  changed:

   What|Removed |Added

 CC||g...@kamago.net

--- Comment #2 from Grégory Oestreicher  ---
I can't reproduce this, it's working fine (tested against ownCloud 8.2.2 with
the Tasks application). When this happens is your network up?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaddressbook] [Bug 358934] Passwords containing colons are not urlencoded properly when adding DAV resources

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358934

Grégory Oestreicher  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||g...@kamago.net

--- Comment #2 from Grégory Oestreicher  ---
Thanks for the report. This has been fixed since as I can't reproduce it with
15.12. I remember addressing the @ in the user name, which may also be the
cause here.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 344874] username/password not being sent in header

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344874

--- Comment #8 from Grégory Oestreicher  ---
(In reply to Olaf Titz from comment #7)
> Akonadi always sends the first PROPFIND request without authorization
> headers, as gets logged by Apache.

OK, but this is how it's supposed to work: first request is made without the
Authorization header to ensure that authentication is needed, but the second
one should have it. Is that not the case?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 358510] Akonadi Resource davgroupware crash

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358510

Grégory Oestreicher  changed:

   What|Removed |Added

 CC||g...@kamago.net

--- Comment #1 from Grégory Oestreicher  ---
Is this still happening with the latest release? I see that, according to the
number (4.89.0), it must be a beta.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 330250] Support preemptive authentication

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=330250

Grégory Oestreicher  changed:

   What|Removed |Added

 CC||g...@kamago.net

--- Comment #2 from Grégory Oestreicher  ---
Looks more like a job for KIO http module. I can't find an option to enable
this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 346439] kio error message contains part of the password

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346439

Grégory Oestreicher  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #7 from Grégory Oestreicher  ---
Well, no news, assuming good news.

-- 
You are receiving this mail because:
You are watching all bug changes.