Summary: | File copy with dolphin from smb to smb remote folders don't work | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Anton <avelo> |
Component: | smb | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | adawit |
Priority: | NOR | ||
Version: | 4.5 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.4 | |
Sentry Crash Report: |
Description
Anton
2011-01-06 12:08:31 UTC
If the smb server from which the file is copied from and copied into is the same server, then the problem is caused by the same issue in bug# 250882. Namely, the "maxInstancesPerHost" property is missing from smb.protocol ; so only once instance of the ioslave is created per host. Add the properties listed below to your own smb.protocol file and if the issue does not get resolved, feel free to reopen this ticket. maxInstances=20 maxInstancesPerHost=5 |