2008/7/2 Dan Shimshoni <[EMAIL PROTECTED]>:
> 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:

I think you are looking at the wrong direction. /var/log/messages is
usually used to log many various daemon messages, not only kernel
messages. What you should do is to look at the context of this error,
maybe post some lines around it here.

Generally, this message usually means that some TCP client opened a
connection to a TCP server on your host then closed it at some
unexpected stage (e.g. a mail client opened an SMTP connection to your
sendmail then reset the connection abruptly).

Cheers,

--Amos

=================================================================
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