Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!spool.mu.edu!uwm.edu!chi-news.cic.net!news.maxwell.syr.edu!news.mathworks.com!news1.best.com!nntp2.ba.best.com!thrush.omix.com!byron From: Byron Brummer <byron@thrush.omix.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: XTERM Problems Date: 31 May 1997 12:31:52 GMT Lines: 26 Message-ID: <5mp5no$59p$2@nntp2.ba.best.com> References: <5mk5rp$788@nnrp4.farm.idt.net> NNTP-Posting-Host: thrush.omix.com Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-Newsreader: TIN [UNIX 1.3 unoff BETA 970309; i386 FreeBSD 2.2.1-RELEASE] Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:41964 Michael Park <mpark@corp.idt.net> wrote: > i am running freebsd 2.2.1 ,. > X is running the afterstep wm. > when i have 7 or less xterm windows open, i can view all the man pages for > anything i want.. however when i open an 8th xterm window, i can view some > man pages but for most, i get the following error message. > Cannot fork > Error executing formatting or display command. > system command exited with status 512 > has anyone else experienced this problem? if so does anyone know of a > solution? The stock (GENERIC) kernel config is trash. Every man you run sparks some 8 or so processes so you'll fill up the max number of children you can make fast. -All are spawn under the X server. You need to recompile your kernel with: options CHILD_MAX=128 or similar settings. Also, maxusers should be set to at least 5 (I do 10). Why the hell this isn't set the GERERIC kernel is beyond me... -- -Byron byron@omix.com