From owner-freebsd-questions Thu Feb 22 08:40:31 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA00137 for questions-outgoing; Thu, 22 Feb 1996 08:40:31 -0800 (PST) Received: from kick.knooppunt.be (kick.knooppunt.be [194.10.201.200]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA00131 for ; Thu, 22 Feb 1996 08:40:26 -0800 (PST) Received: (from freebsd@localhost) by kick.knooppunt.be (8.6.11/8.6.12) id RAA01285; Thu, 22 Feb 1996 17:38:06 GMT Date: Thu, 22 Feb 1996 17:38:05 +0000 () From: MailingListUser FreeBSD To: Stephen Hovey cc: freebsd-questions@freebsd.org Subject: Re: Too Many Files open feeding INN In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk Dear, Thanks a lot for the good advice. We changed in June '95 from Linux to FreeBSD (it is a relieve) and use bash instead of csh... I read somewhere that one can limit the open files per process in the INN-FAQ using csh. Of course the solution you propose is a lot more intelligent. The scripts accompagnying the INN 1.4 binaries (ported to FreeBSD), were written for bash, it took us some time to master the problem. Does someone have these scripts for csh? We are still running FreeBSD 2.0.5, and I didn't find sysparams.h, but I will go througt the compilation-docs again and I'm sure we will be able to fix the problem the way you propose. Thanks a lot for your good advice, and keep the good things going. Daniel Verhoeven On Wed, 21 Feb 1996, Stephen Hovey wrote: > > You have to recompile freebsd's kernal with larger limits. > > I set 64 or 128 max users so the over all number of files is large. > > The in /usr/src/sys/include - in the sysparams.h I set maxprocs to 128 > and max open files to 256 > > I also change this in the copy of sysparames.h in /usr/include > > Then recompile the kernal. You can see what your current settings are > before you do this by logging into the news server and type: > > limit > > On Wed, 21 Feb 1996, MailingListUser FreeBSD wrote: > > > > > Hi Friends, > > > > We use INN as our news-program. It works verry fine. We feed a lot of > > UUCP-nodes, therefore the system has to opmen many files. > > > > I feel unsecure when the systemload is high, I'm afraid that the files in > > /var/news/out.going aren't updated. Can someone give advice to make sure > > all news is feeded well? > > > > Thanks beforehand, > > Daniel. > > > > > > > > >