Hello,
  I see sometimes on a server the following message in /var/log/messages
Connection reset by peer...

It is quite rare; usually, it appears where there is some problem on
this server; however, I probed into the kernel sources, and found out
that we have this definition in
include/asm-generic/errno.h:

ECONNRESET      104

grepping into the kernel sources shows many places where this error
can occur; however,
the two most relevant candidates in this machine, (so it seems to me),
is disconnection of a tcp connection (see tcp_disconnect() method in
net/ipv4/tcp.c)  or
some usb message (see usb_unlink_urb() method in drivers/usb/core/urb.c).

I do have a USB device on that machine.

I have reason to believe that the reason in the second one.

Is there a good way in which I can know the origin of this message ?
(I cannot let myself remove the usb device and wait until this message
occurs again;
as I said, this message is rare).

Regards,
Dan

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to