From owner-freebsd-questions Sun Aug 15 10: 5:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 5DD1A15369 for ; Sun, 15 Aug 1999 10:05:15 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id WAA10751; Sun, 15 Aug 1999 22:55:17 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id WAA03775; Sun, 15 Aug 1999 22:45:36 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id WAA00405; Sun, 15 Aug 1999 22:39:28 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Sun, 15 Aug 1999 22:39:28 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: Tony Cooper Cc: questions@FreeBSD.ORG Subject: Re: fork In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG there's file called /etc/login.conf which describes login classes (you can change your login class with vipw or with 'passwd anyuser' from root). If login class field is empty it means "default". in "default" we have :maxproc=unlimited: but, make sure you "login" way uses login_cap (which means it read /etc/login.conf), for example xdm simply ignores it at all :-( if you need more processes than "unlimited" recompile your kernel, have a look at LINT. Regards, (Наилучшие пожелания) Ilia Chipitsine (Илья Шипицин) On Sun, 15 Aug 1999, Tony Cooper wrote: > Can someone please tell me if there is a limit to the number of > simultaneous processes that each user can run on a freeBSD system and a > way to increase this number if there is? > I recently modified a script which pings all 16 ports of our stallion > card sequentially to doing it by running each ping process in the > background. > A similar script written to ping all 4 ports on a different freebsd box > doesn't have the problem. > The error I get is fork: Resource Temporarily unavailable. > hope someone has a bright idea that may fix the problem > TIA > gb > Would some one please stop this spinning ball, I wanna get off. > > > > 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