search for: _smbcheck

Displaying 1 result from an estimated 1 matches for "_smbcheck".

2019 Oct 18
1
Mac Clients Disconnect with: source3/smbd/service.c:1050(close_cnum) closed connection to service data
...e of OS versions all drop connections at seemingly random intervals, but usually after some long period of time less than 24 hours. The Windows clients keep their connections, however. I can test this in PowerShell with a loop like the following: PS C:\Users\louis> while($true) { Add-Content Z:\_smbcheck\windwows-client.txt $DT; Start-Sleep 10; $DT = Get-Date; } This will run endlessly. Similar tests on different Mac clients, all connected to Ethernet on reliable network infrastructure will all fail within hours, and at different times: while sleep 10; do echo "Alive at: `date`" >&g...