From owner-freebsd-questions@FreeBSD.ORG Sat Feb 5 18:12:27 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58BC316A4CE for ; Sat, 5 Feb 2005 18:12:27 +0000 (GMT) Received: from relay2.scripps.edu (relay2.scripps.edu [137.131.200.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DEB643D46 for ; Sat, 5 Feb 2005 18:12:27 +0000 (GMT) (envelope-from ityonemo@scripps.edu) Received: from home.scripps.edu (home [137.131.140.50])j15ICQIN009821 for ; Sat, 5 Feb 2005 10:12:26 -0800 (PST) Received: from home.scripps.edu (localhost [127.0.0.1]) j15ICQZT14972950 for ; Sat, 5 Feb 2005 10:12:26 -0800 (PST) Received: from localhost (ityonemo@localhost)j15ICQhm15064172 for ; Sat, 5 Feb 2005 10:12:26 -0800 (PST) Date: Sat, 5 Feb 2005 10:12:26 -0800 From: Isaac Yonemoto To: freebsd-questions@freebsd.org In-Reply-To: <44lla2yjv6.fsf@be-well.ilk.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-CanItPRO-Stream: admin redirected to 10_OptOut X-Spam-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . roaringpenguin . com) on 137.131.200.30 Subject: My solutions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 18:12:27 -0000 Sorry, I managed to resolve the issues myself: 1) the correct option thing is: options MAXSSIZ=(size) --actually in my handwritten notes I didn't have the "E". 2) Also, I forgot this: make buildkernel KERNCONF=KERNELNAME make installkerner KERNCONF=KERNELNAME > Are you sure you need bigger stacks? If a task is using that much > stack space on a 32-bit architecture, the program involved probably > needs to be redesigned anyway... It's crystallography software (ccp4) originally designed for the SGIs and then ported to Linux/Windows/MacOSX. It requires really huge stack spaces, sometimes, at least. Anyways, it crashes when FreeBSD mysteriously terminates the program with a segmentation fault. I'm just trying to cover all my bases on the way to getting it to work. Could just be that I need more memory on my computer, period. Isaac