search for: edcint

Displaying 6 results from an estimated 6 matches for "edcint".

2020 Sep 14
2
Large Delays in Samba Responses
...?? # needed for DDWRT routers// //?? ntlm auth = yes/ with shares like: /[minecraft]// //??????? path = /opt/msm// //??????? create mask = 0765// //??????? comment = Minecraft/ Changing oplocks did not help. I've done some packet captures and they all look similar to this one: https://www.edcint.co.nz/tmp/samba_ss01.jpg Here you can see long delays where nothing is happening on the network, and the server is not resource constrained. While this is happening applications that are trying to use files on the share lock up. In the screenshot shown, there was some operations on an "ope...
2018 Jun 01
0
Samba Share Regularly Hangs for Win 10 Client
...options (details, icon, list etc) 11:34:45 Right click "Open with" and get the (Not Responding) problem 11:51:45 It responds I just happened to be collecting a Tcpdump for this Windows client on port 445 for the duration of the incident. This packet capture is available here: http://www.edcint.co.nz/tmp/smb.fails.tcpdump Is anyone able to help? -----------------smb.conf--------------------- [global] log file = /var/log/samba/%m.log writeable = yes server string = GW Samba Server %v admin users = mjurgens, vivian, jessica, jasmine, justin, julia workgroup = HOME hosts...
2018 Jun 06
0
Samba Share Regularly Hangs for Win 10 Client
...options (details, icon, list etc) 11:34:45 Right click "Open with" and get the (Not Responding) problem 11:51:45 It responds I just happened to be collecting a Tcpdump for this Windows client on port 445 for the duration of the incident. This packet capture is available here: http://www.edcint.co.nz/tmp/smb.fails.tcpdump Is anyone able to help? -----------------smb.conf--------------------- [global] log file = /var/log/samba/%m.log writeable = yes server string = GW Samba Server %v admin users = mjurgens, vivian, jessica, jasmine, justin, julia workgroup = HOME hosts...
2020 Sep 15
0
Large Delays in Samba Responses
...shares like: > > /[minecraft]// > //??????? path = /opt/msm// > //??????? create mask = 0765// > //??????? comment = Minecraft/ > > > Changing oplocks did not help. > > I've done some packet captures and they all look similar to this one: > > https://www.edcint.co.nz/tmp/samba_ss01.jpg > > Here you can see long delays where nothing is happening on the network, and > the server is not resource constrained. While this is happening applications > that are trying to use files on the share lock up. In the screenshot shown, > there was some oper...
2020 Sep 15
1
Large Delays in Samba Responses
On 16/09/2020 3:53 am, Jeremy Allison via samba wrote: > On Tue, Sep 15, 2020 at 09:35:30AM +1000, Matthew Jurgens via samba wrote: >> From time to time I get applications that use data on a Samba share locking >> up for long periods. Sometimes minutes. >> >> I am using a Windows 10 client and Samba 4.12.5 on Fedora 32 >> >> > This is from a Windows
2020 Jun 25
2
Compiling WMIC/Accessing WMI
Background: As of Windows 10 version 2004, the wmic client no longer works. It gets the following error - [wmi/wmic.c:196:main()] ERROR: Login to remote object. NTSTATUS: NT code 0x80010111 - NT code 0x80010111 This seems to be an RPC header error. Presumably Microsoft changed something that broke wmic. Since I found wmic.c in the samba source I thought that it might be able to be compiled as