Date: Wed, 15 Apr 1998 16:55:44 +0100 (WEST) From: freebsd@bug.fe.up.pt To: Paulo Ricardo Trainini <trainini@unisc.br> Cc: freebsd-security@FreeBSD.ORG Subject: Re: table is full (ajude-me por favor) Message-ID: <Pine.BSF.3.96.980415164932.820A-100000@slug.saturn.net> In-Reply-To: <3.0.1.32.19980415101437.00710104@orion.unisc.br>
next in thread | previous in thread | raw e-mail | index | archive | help
I thought that when posting to a FreeBSD mailing list one should write in English, right? The answer to you problem is to increase the MAXUSERS parameter in the kernel. Here is a bit of my kernel configuration: machine "i386" cpu "I586_CPU" ident SLUG maxusers 32 options "NO_F00F_HACK" If your machine has 64 MB of RAM, like mine set MAXUSERS to 32 or even 64 if your server is very loaded. With MAXUSERS set to 32 I can have ( {503} jmg@slug (16:54:01) [~] $ sysctl -a | grep maxfiles ) ( kern.maxfiles: 1064 ) ( kern.maxfilesperproc: 1064 ) 1064 open files. If you need more increase the value and recompile the kernel. Hope this helps. Jorge PS: Se nao percebeu nada diga-me que eu mando a traducao... :) On Wed, 15 Apr 1998, Paulo Ricardo Trainini wrote: > Seguido uma das máquinas da nossa rede reboota sozinha. Ela tem duas > interfaces da rede. O arquivo /var/log/dmesg.today está com várias linhas > de conteúdo "file: table is full". > > O arquivo de configuração do kernel está com "maxusers=10". Não sei se > isto está relacionado. > > Qualquer ajuda é bem vinda. Grato pela atenção. > > Paulo > > > > ----- > Paulo Ricardo Trainini e-mail: trainini@unisc.br > fone: +55 051 717-7424 > Administrador de Rede fax: +55 051 717-1855 > UNISC - Universidade de Santa Cruz do Sul > Setor de Informática > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe security" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe security" 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.3.96.980415164932.820A-100000>