From owner-freebsd-stable Sun Feb 14 09:30:52 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA16491 for freebsd-stable-outgoing; Sun, 14 Feb 1999 09:30:52 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA16485 for ; Sun, 14 Feb 1999 09:30:50 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 10C5NM-0004i6-00; Sun, 14 Feb 1999 09:30:36 -0800 Date: Sun, 14 Feb 1999 09:30:34 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: "O. Hartmann" cc: freebsd-stable@FreeBSD.ORG Subject: Re: Out of file descriptor error 3.1-BETA In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 14 Feb 1999, O. Hartmann wrote: > What is going wrong? What does the error ".: Out of file descriptor" > mean? Where is the place or stage it could occur? It means that some program tried to get a file descriptor to open a file, and it failed. You should check the total number of file descriptors with "pstat -T". The display is "x/y files", where x is currently used number of descriptors, and y is the maximum. The maximum should be several thousand (especially for servers and workstations that are going to be running a lot of stuff). > Well, if someone is out there who has any idea, please give me a sign. > I try to run sendmail to get infos and email ... > > Best wishes, > > Gruss O. Hartmann > ------------------------------------------------------------------- > harto000@mail.uni-mainz.de > ohartman@ipamzlx.physik.uni-mainz.de > > i.A. Systemadministration IPAMZLX > Klimadatenserver des IPA, Unisversitaet Mainz > > > -----BEGIN PGP PUBLIC KEY BLOCK----- Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message