From owner-freebsd-questions Wed Jan 10 22:13:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id B194137B400; Wed, 10 Jan 2001 22:13:05 -0800 (PST) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id RAA28084; Thu, 11 Jan 2001 17:12:54 +1100 (EST) (envelope-from gnb@itga.com.au) Received: from itga.com.au (lightning.itga.com.au [192.168.71.20]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id RAA19541; Thu, 11 Jan 2001 17:12:53 +1100 (EST) Message-Id: <200101110612.RAA19541@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond To: Kenneth Wayne Culver Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: wierd errors In-reply-to: Your message of Thu, 11 Jan 2001 01:03:49 -0500. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Jan 2001 17:12:53 +1100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Jan 11 00:56:11 culverk /kernel: proc: table is full > Jan 11 00:56:14 culverk last message repeated 1022 times This says you have run out of process slots in the kernel - running too many jobs. Either run fewer processes (e.g. use "make -j4" rather than "make -j8") or build a new kernel with a higher maxusers parameter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message