Bug 272501 - dolphin fails to move/copy file between 2 smb shares.
Summary: dolphin fails to move/copy file between 2 smb shares.
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Unmaintained
Component: smb (show other bugs)
Version: 4.6
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 08:44 UTC by illumilore
Modified: 2011-12-23 22:17 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.7.4
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description illumilore 2011-05-05 08:44:53 UTC
Version:           unspecified (using KDE 4.6.2) 
OS:                Linux

When attempting to copy files between two smb shares on two remote machines using drag and drop, dolphin attempts to copy the file, but the job on the notification tray shows that the file's copy speed is 0B/s. While the file is "transferring" while not copying any actual data, dolphin is unable to read the contents of either smb share until the copy job is stopped, after which a 0B file is present where the file was attempted to be copied to.

Reproducible: Always

Steps to Reproduce:
see above

Actual Results:  
na

Expected Results:  
na

na
Comment 1 illumilore 2011-05-05 19:13:38 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.
Comment 2 Frank Reininghaus 2011-05-05 20:24:19 UTC
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.
Comment 3 illumilore 2011-10-19 05:47:34 UTC
Why is this still unconfirmed?
Comment 4 Dawit Alemayehu 2011-11-06 07:33:44 UTC
(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
Comment 5 Ortwin Glück 2011-12-23 11:33:51 UTC
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...
Comment 6 Dawit Alemayehu 2011-12-23 16:04:25 UTC
(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.
Comment 7 illumilore 2011-12-23 22:17:05 UTC
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?