Summary: | torrents always fail the first time | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | Oliver Putz <Regnaron> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Oliver Putz
2008-10-25 14:58:49 UTC
We can't do much about this, if the file system returns back access denied when creating the directory to download to, we give up. It is very strange that it succeeds the second time, but what more can we do ? You could say, try again, but that would just be working around a bug in a file system, and we are not going to do that. This looks like a samba bug, or something wrong with the server sharing that directory. Contact the samba project. Hi! Thanks first of all for the pointer towards the samba project, but I think that is not the problem... I just tried the procedure above with my local (reiserfs) filesystem, and there I run into the same problem... For example: Cannot create directory /home/oliver/local/Downloads/Free_Range_Studios_-_Story_of_Stuff/: Could not make folder /home/oliver/local/Downloads/Free_Range_Studios_-_Story_of_Stuff/. Is there some ktorrent log from which I can find out what exactly is going wrong? (perhaps some kio problem?) Ok, here some more information: The problem only occurs when I try to store the download in a folder that does not exists. E.g.: Say /home/oliver/Download/ exists, then downloading to /home/oliver/Download/ works. However, if I would change the path to say /home/oliver/Download2/, it would fail because the subfolder Download2 does not exist. So is it possible that ktorrent lacks the right / does not try to create the "toplevel" directory under which it tries to store the torrent data itself? Current development version already asks you if you want to create the directory if it doesn't exit. So we can close this as a duplicate of 163965. *** This bug has been marked as a duplicate of bug 163965 *** Oops: exit -> exist |