Bug 250882

Summary: Cannot do multiple file operations via SMB on Windows computer
Product: [Frameworks and Libraries] kio Reporter: Kai Uwe Broulik <KaiUweBroulik2>
Component: smbAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: adawit, ashelley, haigh.ryan, pier_andreit
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 4.7.4

Description Kai Uwe Broulik 2010-09-11 15:44:01 UTC
Version:           SVN (using KDE 4.5.1) 
OS:                Linux

When copying a file via smb you cannot copy any other folders or browse other folders than the ones already in cache. It just does nothing or is unable to retrieve all files to copy. You can copy single and multiple files though (but not from the same computer while doing another operation on that one).

Reproducible: Always
Comment 1 Kai Uwe Broulik 2010-11-22 15:14:48 UTC
Addition: It seems the file progress really stopped.
Comment 2 ashelley 2011-01-28 01:24:59 UTC
I have filed a bug related to this problem:

https://bugs.kde.org/show_bug.cgi?id=264557
Comment 3 Dawit Alemayehu 2011-11-04 06:02:53 UTC
Ahh... the smb.protocol file is missing a couple of properties that set the total number smb ioslave instances that can be launched at a given time as well as how many of those can be used for a given host.
Comment 4 Dawit Alemayehu 2011-11-04 06:06:29 UTC
Git commit e1940bcb4de9b52d47101df824c9c8dec8749a64 by Dawit Alemayehu.
Committed on 04/11/2011 at 06:48.
Pushed by adawit into branch 'KDE/4.7'.

Added maxInstances and maxInstancesPerHost properties.

BUG: 250882
FIXED-IN: 4.7.4

M  +2    -0    kioslave/smb/smb.protocol

http://commits.kde.org/kde-runtime/e1940bcb4de9b52d47101df824c9c8dec8749a64
Comment 5 Dawit Alemayehu 2011-11-04 06:07:13 UTC
Git commit 092cf8a25506ce8b9f17251f9947f0affec63798 by Dawit Alemayehu.
Committed on 04/11/2011 at 06:48.
Pushed by adawit into branch 'master'.

Added maxInstances and maxInstancesPerHost properties.

BUG: 250882
FIXED-IN: 4.7.4
(cherry picked from commit e1940bcb4de9b52d47101df824c9c8dec8749a64)

M  +2    -0    kioslave/smb/smb.protocol

http://commits.kde.org/kde-runtime/092cf8a25506ce8b9f17251f9947f0affec63798
Comment 6 Dawit Alemayehu 2011-11-06 07:26:25 UTC
*** Bug 284081 has been marked as a duplicate of this bug. ***
Comment 7 Dawit Alemayehu 2011-11-06 07:28:41 UTC
*** Bug 276234 has been marked as a duplicate of this bug. ***