Displaying 2 results from an estimated 2 matches for "read_failur".
Did you mean:
read_failure
2002 Sep 18
0
Client timeout problems.
...nections. If you let the
client sit for a while, even if it has a file open but don't save it, it will
lose it's connection to the server. Running netstat on the client shows the TCP
no longer connection exists to the server, and the log.smbd says:
lib/util_sock.c:read_data(436)
read_data : read_failure for 4. Error connection reset by peer.
If the client was working on a file, that program pretty much crashes and
changes are lost.
I took a look at the function in util_sock, and it seems that a read() from the
file descriptor is returning the 'Error connection reset by peer'. I at first
t...
2003 Nov 14
0
Directory access works, file access does not
...(about 1 Minute). Then either the file finally opens or
there is no - absolutely no - reaction at all. I sometimes thought, I might
have missed the mouse botton...
I tried to log the attemts using different log levels, but the results are
inconclusive at best... Sometimes Samba logs a message:
read_failure: read failure for 4. Error = Connection reset by peer
but even that happens only sporadic.
The funny thing is: An old SuSE 8.0 Box running samba 2.2.3a works better
although unreliably - spurious kernel panics during file accesses led to the
upgrade to the above machine...
Here is the global s...