Summary: | dolphin fails to move/copy file between 2 smb shares. | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | illumilore <illumilore> |
Component: | smb | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adawit, frank78ac |
Priority: | NOR | ||
Version: | 4.6 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.4 | |
Sentry Crash Report: |
Description
illumilore
2011-05-05 08:44:53 UTC
Is this really an smb problem? I would think that it is a dolphin problem because nautilus does not have the same problem when it is running on the same system. The reassignment to kio/smb means that it's problem with the SMB kioslave, which is the part of KDE that Dolphin uses to interact with smb shares. Why is this still unconfirmed? (In reply to comment #3) > Why is this still unconfirmed? Ahhh... maybe because this is a volunteer effort and the number of people volunteering is way way smaller than the number of bugs people file ? Anyhow, please look for the protocol description file "smb.protocol" on your system, edit it as a super user (root), add the two properties listed below and tell us if it solves your problem: maxInstances=20 maxInstancesPerHost=5 Yes, this solves the problem for me. Maybe this should be included by default, as companies tend to have more than one (Windows) file server... (In reply to comment #5) > Yes, this solves the problem for me. Maybe this should be included by default, > as companies tend to have more than one (Windows) file server... It is already done. See https://bugs.kde.org/show_bug.cgi?id=250882. Dolphin is still extremely buggy when working with samba. eg: https://bugs.kde.org/show_bug.cgi?id=272500 https://bugs.kde.org/show_bug.cgi?id=284977 Are there any plans to fix these in 4.8? |