[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Errno=131
William L Anderson wrote:
> Is there a key to the errno's that appear in the log files? If not,
> does anyone know what
>
> Apr 14 13:37:16 monk slapd[2659]: conn=13 op=-1 fd=13 closed errno=131
>
> this error signifies?
System errnos should be defined in /usr/include/sys/errno.h. If this is
Solaris, errno 131 is "Connection reset by peer".
It just probably means the client either abruptly closed the connection
without unbinding, or it did an unbind operation and closed the connection
before the server could. In either case, nothing to worry about.
- References:
- Errno=131
- From: William L Anderson <band@eng.mc.xerox.com>