LSTOWN-L Archives

LISTSERV List Owners' Forum

LSTOWN-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Nathan Brindle <[log in to unmask]>
Wed, 12 Aug 1998 08:55:01 EDT
text/plain (15 lines)
Actually this looks like a unix system error.  Error(23) is

#define ENFILE          23      /* File table overflow */

  [ENFILE]   File table overflow
      Indicates either that the system file table is full, or that there are
      too many files currently open in the system.
      This error indicates that a system-wide limit has been exceeded.  See
      [EMFILE] for the case when a per process limit has been exceeded.

You need to contact your unix sysadmin to find out why this happened.
(Bottom line is that it shouldn't have.:)

Nathan

ATOM RSS1 RSS2