From owner-freebsd-questions Mon Jul 10 07:03:25 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA09637 for questions-outgoing; Mon, 10 Jul 1995 07:03:25 -0700 Received: from tserv.lodgenet.com (root@dial11.iw.net [204.157.148.60]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA09548 for ; Mon, 10 Jul 1995 07:01:24 -0700 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by tserv.lodgenet.com (8.6.12/8.6.12) with ESMTP id JAA02158; Mon, 10 Jul 1995 09:00:24 -0500 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.6.11/8.6.9) with SMTP id JAA24969; Mon, 10 Jul 1995 09:00:59 -0500 Message-Id: <199507101400.JAA24969@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6 4/21/95 To: Rob Snow cc: questions@freebsd.org Subject: Re: man error: cannot fork() ? In-reply-to: Your message of "Fri, 07 Jul 1995 17:24:57 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Jul 1995 09:00:57 -0500 From: "Eric L. Hernes" Sender: questions-owner@freebsd.org Precedence: bulk > > Over the last couple of days I've seen this a couple of times and now I > think it wasn't just a one time thing. > > rsnow@oasis% man sendmail ; or anything else > groff:fatal error: fork: Resource temporarily unavailable > > here is the ouput from the following: > $ man sendmail >error_file 2>&1 > $ cat error_file > > Cannot fork > Error executing formatting or display command. > system command exited with status 512 > No manual entry for sendmail I'd say you're out of processes. You might try $ ps auxxww |wc -l (if there's enough processes for that to run.) I've got the following two lines in my kernel config file to let me be a resource pig. options "CHILD_MAX=128" options "OPEN_MAX=128" It looks like you might be able to do the same with sysctl, but I haven't tried that. > > what makes that happen? > > ps. 205R, X, fvwm, screen > > --- > Rob Snow > rsnow@txdirect.net > > eric. -- erich@lodgenet.com erich@rrnet.com