This error seems to have been reported numerous times on this list and as far as I can there has been no feedback from the programmers... From a log.smbd generated by samba 2.2.3a.. [2002/02/12 17:30:03, 0] lib/util_sock.c:read_socket_data(478) read_socket_data: recv failure for 4. Error = Connection reset by peer -- Maurice Volaski, mvolaski@aecom.yu.edu Computing Support, Rose F. Kennedy Center Albert Einstein College of Medicine of Yeshiva University
Maurice Volaski wrote:> > This error seems to have been reported numerous times on this list > and as far as I can there has been no feedback from the programmers... > > From a log.smbd generated by samba 2.2.3a.. > > [2002/02/12 17:30:03, 0] lib/util_sock.c:read_socket_data(478) > read_socket_data: recv failure for 4. Error = Connection reset by peerConsidered 'normal'. Usually put down to bad network hardware/cables etc, or the other OS just 'going away'. It indicates that the network connection was reset, we cannot read any more data and should therefore die. Andrew Bartlett -- Andrew Bartlett abartlet@pcug.org.au Manager, Authentication Subsystems, Samba Team abartlet@samba.org Student Network Administrator, Hawker College abartlet@hawkerc.net http://samba.org http://build.samba.org http://hawkerc.net
On Fri, Apr 12, 2002 at 02:06:56AM -0400, Maurice Volaski wrote:> This error seems to have been reported numerous times on this list > and as far as I can there has been no feedback from the programmers... > > From a log.smbd generated by samba 2.2.3a.. > > [2002/02/12 17:30:03, 0] lib/util_sock.c:read_socket_data(478) > read_socket_data: recv failure for 4. Error = Connection reset by peerAll it's telling you is that the client disconnected. We don't know why. We could change the message Samba gives when the client does this but it doesn't change the fact it's something the client does. Jeremy.