[Samba] Dos client samba

Jeremy Allison jra at samba.org
Mon Mar 6 21:51:23 GMT 2006


On Mon, Mar 06, 2006 at 07:06:55PM -0300, Maurizio Faccio wrote:
> I run an application made in Clipper. The program says Write error, or
> things like that.
> In the logs
> Here I post some of the log errors . Desc2 is the DOS client.
> [2006/03/06 15:52:10, 0] lib/util_sock.c:read_socket_data(384)
>   read_socket_data: recv failure for 4. Error = Connection reset by peer
> [2006/03/06 15:52:10, 1] smbd/service.c:close_cnum(836)
>   desc2 (192.168.0.18) closed connection to service datos

That's the server noticing the client has closed the connection
on us ("Error = Connection reset by peer" - peer == client).

We need to know why the client is doing this. Try setting sendfile
to "no", as DOS clients might not be able to cope with the data
rate from a modern kernel.

Jeremy.


More information about the samba mailing list