From owner-freebsd-questions Mon Sep 16 00:12:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA17308 for questions-outgoing; Mon, 16 Sep 1996 00:12:11 -0700 (PDT) Received: from sili.adn.edu.ph (root@sili.adn.edu.ph [165.220.57.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA17286 for ; Mon, 16 Sep 1996 00:12:01 -0700 (PDT) Received: from sili.adn.edu.ph (sili.adn.edu.ph [165.220.57.2]) by sili.adn.edu.ph (8.6.11/8.6.9) with SMTP id PAA10429 for ; Mon, 16 Sep 1996 15:26:44 +1000 Date: Mon, 16 Sep 1996 15:26:44 +1000 (GMT+1000) From: "Francis Percival C. Favoreal" To: freebsd-questions Subject: cannot fork Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.ORG X-Loop: FreeBSD.org Precedence: bulk What happens if a process cannot fork? What's the cause of this? How can this be fix? I have a special shell /bin/chat for a particular user. After 20 people logged in using this special account, I see the message below: /bin/chat: Cannot fork. /bin/chat is a script that automatically envokes an irc client. Thank you -- rick