Bug 45999 - SMB 2 / 3 triggering Windows Error 0x8007003b while transfering larger files over slow connections
SMB 2 / 3 triggering Windows Error 0x8007003b while transfering larger files ...
Status: RESOLVED WONTFIX
Product: UCS
Classification: Unclassified
Component: Samba
UCS 4.2
Other Linux
: P5 normal (vote)
: ---
Assigned To: Samba maintainers
Samba maintainers
https://bugzilla.samba.org/show_bug.c...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-01-10 13:24 CET by Felix Botner
Modified: 2023-07-05 15:05 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 3: Will affect average number of installed domains
How will those affected feel about the bug?: 3: A User would likely not purchase the product
User Pain: 0.206
Enterprise Customer affected?: Yes
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2017122021000388, 2023070521000235
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Botner univentionstaff 2018-01-10 13:24:54 CET
SMB 2 / 3 triggering Windows Error 0x8007003b while transfering larger files over slow connections
Comment 2 Nico Stöckigt univentionstaff 2018-04-12 12:11:09 CEST
A workaround might be to enable NT1 protocol as default.

In Win8.x/Win10 NT1 is deactivated and must be activated via PowerShell.
> Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol

now you can disable SMB2/3
> sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
> sc.exe config mrxsmb20 start= disabled

See: https://support.microsoft.com/en-gb/help/4034314/smbv1-is-not-installed-windows-10-and-windows-server-version-1709

=====
See also: https://support.microsoft.com/en-hk/help/2696547/how-to-detect-enable-and-disable-smbv1-smbv2-and-smbv3-in-windows-and
Comment 3 Arvid Requate univentionstaff 2018-04-12 12:25:29 CEST
Quoting the Ticket and https://bugzilla.samba.org/show_bug.cgi?id=12003#c6 :

> Set-SmbClientConfiguration -SessionTimeout 600
Comment 4 Nico Stöckigt univentionstaff 2018-04-12 12:28:39 CEST
(In reply to Arvid Requate from comment #3)
> Quoting the Ticket and https://bugzilla.samba.org/show_bug.cgi?id=12003#c6 :
> 
> > Set-SmbClientConfiguration -SessionTimeout 600

According to the partner/customer this does not helped in the specific environment - probably it might help in others.
Comment 7 Ingo Steuwer univentionstaff 2020-07-03 20:56:25 CEST
This issue has been filed against UCS 4.2.

UCS 4.2 is out of maintenance and many UCS components have changed in later releases. Thus, this issue is now being closed.

If this issue still occurs in newer UCS versions, please use "Clone this bug" or reopen it and update the UCS version. In this case please provide detailed information on how this issue is affecting you.