Date: Tue, 4 Jan 2000 19:43:02 -0500 (EST) From: Adam <bsdx@looksharp.net> To: Joss Roots <osiris2002@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /kernel : file : Table is full ERROR Message-ID: <Pine.BSF.4.21.0001041937200.7228-100000@turtle.looksharp.net> In-Reply-To: <20000104234731.21914.qmail@web123.yahoomail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I suggest you increase the number of MAXUSERS in your kernel config file if you are using a custom kernel, to say 40 or 80ish. This is a more permanent solution. As a temporary (you need to do it each boot but is equally as effective) sysctl -w kern.maxfiles=abiggernumber. do sysctl kern.maxfiles to see what it currently is, this is the maximum number of files that can be open at once. On Tue, 4 Jan 2000, Joss Roots wrote: >hi there, >I noticed the last couple of days, during which >I upgraded from source to 3.4-RELEASE, >I ma getting /kernel : file : Table is full >error when syslog is started at 2:00 am from >crontab, what is this error and how to remedy. > >thanks. > > >===== >MAY THE FORCE BE WITH YOU. >__________________________________________________ >Do You Yahoo!? >Talk to your friends online with Yahoo! Messenger. >http://messenger.yahoo.com > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0001041937200.7228-100000>