Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error = Connection time out

Status
Not open for further replies.

motoslide

MIS
Oct 30, 2002
764
US
This may be a non-samba network problem, but it's primary symptom is lost of connectivity to SMB shares from a Win-XP box.
We have several PC's which access a common SMB share. One of the PC's continually gets disconnected, or shows remarkably slow response. Here is a snippet of the log file on the SMB server (RH-ES3):
Code:
[2006/06/30 13:11:16, 0] lib/util_sock.c:read_socket_data(384)
  read_socket_data: recv failure for 4. Error = Connection timed out
[2006/06/30 13:11:16, 1] smbd/service.c:close_cnum(837)
  pcws148 (192.168.1.148) closed connection to service xfer
[2006/06/30 13:11:16, 1] smbd/service.c:close_cnum(837)
  pcws148 (192.168.1.148) closed connection to service xfer
[2006/06/30 13:12:07, 0] lib/util_sock.c:get_peer_addr(1000)
  getpeername failed. Error was Transport endpoint is not connected
[2006/06/30 13:12:07, 0] lib/util_sock.c:write_socket_data(430)
  write_socket_data: write failure. Error = Connection reset by peer
[2006/06/30 13:12:07, 0] lib/util_sock.c:write_socket(455)
  write_socket: Error writing 4 bytes to socket 22: ERRNO = Connection reset by peer
[2006/06/30 13:12:07, 0] lib/util_sock.c:send_smb(647)
  Error writing 4 bytes to client. -1. (Connection reset by peer)
[2006/06/30 13:12:10, 1] smbd/service.c:make_connection_snum(648)
  pcws148 (192.168.1.148) connect to service xfer initially as user pcuser (uid=515, gid=516) (pid 4785)

This basic pattern repeats in log file all day long, whereas the logfile for the other workstations show minor activity.

Any ideas out there?

"Proof that there is intelligent life in Oregon. Well, Life anyway.
 
Check the duplex on the Network card. See if it matches the other PC's that work...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top