From owner-freebsd-questions Fri Jan 5 8:15:26 2001 From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 08:15:24 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.xs4all.nl (smtp1.xs4all.nl [194.109.127.131]) by hub.freebsd.org (Postfix) with ESMTP id 9659237B400 for ; Fri, 5 Jan 2001 08:15:23 -0800 (PST) Received: from list1.xs4all.nl (list1.xs4all.nl [194.109.6.52]) by smtp1.xs4all.nl (8.9.3/8.9.3) with ESMTP id RAA17677 for ; Fri, 5 Jan 2001 17:15:22 +0100 (CET) Received: (from root@localhost) by list1.xs4all.nl (8.9.3/8.9.3) id RAA07584; Fri, 5 Jan 2001 17:15:22 +0100 (CET) From: Vincent Bruijnes To: freebsd-questions@freebsd.org X-Via: imploder /usr/local/lib/mail/news2mail/news2mail at list1.xs4all.nl Subject: Re: FreeBSD keeps crashing Date: Fri, 05 Jan 2001 17:09:47 +0100 Organization: XS4ALL Internet BV Message-ID: <9asb5t4aggsbi4p4ouhjb7jlo3hdj9n2vk@4ax.com> In-Reply-To: <20010105170612.B78892@d9168.upc-d.chello.nl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well the machine is a shell machine, for eggdrops etc which customers can run but I know that eggdrop is the thing which is taking very much file handles. My system is a dual celeron 500 mhz with 256 RAM and It should not crash, isn't there an option to get more file handles or something ? Greetings vincent On 5 Jan 2001 17:06:31 +0100, mavetju@chello.NL (Edwin Groothuis) wrote: >On Fri, Jan 05, 2001 at 02:44:58PM +0000, Bruijnes wrote: >> Jan 5 06:43:00 office /kernel: file: table is full > >See if you can find out which process is eating all the file-handles >by using lsof: > >[~] edwin@kludge>/usr/local/sbin/lsof | awk '{ print $1 }' | uniq -c | sort -n > 1 COMMAND > 6 sleep > 7 sh > 7 sh > 8 sort >[...] > 53 xmms > 56 navigator > 60 ssh > 523 everybudd > >Woops... (this is not my current system but the lsof output of >something a couple of days ago :-) > >Then, seeing what's going wrong with that process (i.e. why is it >eating so many file-handles) > >This could btw be a complete wrong approach since I have no idea >how many users you have or what your system is doing for normal >life. > >Edwin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message