Summary: | WebDAV PUT over SSL doesn't work (copying with Dolphin to webdavs:// server) | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Nazar554 <nazarmx> |
Component: | webdav | Assignee: | Dawit Alemayehu <adawit> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | adawit, kdelibs-bugs, ken20001, krnekit, simonandric5 |
Priority: | NOR | ||
Version: | 4.11.5 | ||
Target Milestone: | --- | ||
Platform: | Mageia RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdelibs/f040d0852899e383af5bc3ba1c1a49f31b69172e | Version Fixed In: | 4.14.2 |
Sentry Crash Report: | |||
Attachments: |
kio_http logfile
kio_http_debug logfile kio_http 4.14.3 kio_http_debug 4.14.3 |
Description
Nazar554
2014-05-01 19:22:08 UTC
The file should not get copied to your /tmp folder if you did not choose to copy it there. Please install the debug package for kdelibs for your distro. Here is a link where you can find said debug packages: http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Mageia Then follow the guide at the URL below to enable debug output for kio_http: http://techbase.kde.org/Development/Tutorials/Debugging/Debugging_IOSlaves#How_to_get_debug_output The debug areas that should be enabled are 7103 and 7113. Do not forget to remove any sensitive information from the debug output before posting it here. Created attachment 86488 [details]
kio_http logfile
Created attachment 86489 [details]
kio_http_debug logfile
I added the log files. The LAN server is anonymous, I don't have any authentication there. Also after reading the logs I think that the problem is the HTTP cache. When I was sending the file mentioned in the logs it did this: 1. Made a 1.6GB file in /tmp (i still had 350MB free) 2. Process kio_http started eating all of my RAM and swap (I killed it at 33.3% because it started to lag when swapping) 3. I killed it by stop button from KDE tasks (In reply to comment #4) > I added the log files. The LAN server is anonymous, I don't have any > authentication there. Also after reading the logs I think that the problem > is the HTTP cache. > When I was sending the file mentioned in the logs it did this: > 1. Made a 1.6GB file in /tmp (i still had 350MB free) > 2. Process kio_http started eating all of my RAM and swap (I killed it at > 33.3% because it started to lag when swapping) > 3. I killed it by stop button from KDE tasks Ahh... I assumed this was a download operation, remote file -> local, but it was not. It is an upload operation, local file -> remote. Hence, I now understand why the temporary file is being created. It is a flaw in the kio_http code. I will take care of it. Git commit f040d0852899e383af5bc3ba1c1a49f31b69172e by Dawit Alemayehu. Committed on 29/09/2014 at 03:15. Pushed by adawit into branch 'KDE/4.14'. Added 'copyFromFile' support to webdav. FIXED-IN: 4.14.2 REVIEW: 120418 M +122 -60 kioslave/http/http.cpp M +10 -0 kioslave/http/http.h M +1 -0 kioslave/http/webdav.protocol http://commits.kde.org/kdelibs/f040d0852899e383af5bc3ba1c1a49f31b69172e Git commit 3167510f887bb6b2ebc849a91bfebe1319ad1837 by Dawit Alemayehu. Committed on 10/10/2014 at 02:03. Pushed by adawit into branch 'master'. frameworks port of commit f040d08: Added 'copyFromFile' support to webdav. M +119 -57 src/ioslaves/http/http.cpp M +10 -0 src/ioslaves/http/http.h http://commits.kde.org/kio/3167510f887bb6b2ebc849a91bfebe1319ad1837 *** Bug 337338 has been marked as a duplicate of this bug. *** Created attachment 91038 [details]
kio_http 4.14.3
I have version 4.14.3 and still cannot upload big files over WebDAV - it just disconnects at the end.
Created attachment 91039 [details]
kio_http_debug 4.14.3
|