From owner-freebsd-questions@FreeBSD.ORG Fri Dec 19 16:55:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD1FE1065670 for ; Fri, 19 Dec 2008 16:55:12 +0000 (UTC) (envelope-from bryce.simonds@charteramg.com) Received: from omr5.networksolutionsemail.com (omr5.networksolutionsemail.com [205.178.146.55]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8CC8FC12 for ; Fri, 19 Dec 2008 16:55:12 +0000 (UTC) (envelope-from bryce.simonds@charteramg.com) Received: from mail.networksolutionsemail.com (ns-omr5.mgt.netsol.com [10.49.6.68]) by omr5.networksolutionsemail.com (8.13.6/8.13.6) with SMTP id mBJGfpEY031797 for ; Fri, 19 Dec 2008 11:41:51 -0500 Received: (qmail 6231 invoked by uid 78); 19 Dec 2008 16:41:51 -0000 Received: from unknown (HELO Tiger) (72.48.154.85) by ns-omr5.lb.hosting.dc2.netsol.com with SMTP; 19 Dec 2008 16:41:51 -0000 From: "Bryce Simonds" To: Date: Fri, 19 Dec 2008 10:41:49 -0600 Message-ID: <000301c961f8$b1830ff0$14892fd0$@simonds@charteramg.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Aclh+LBP2jyF0RAVQj6Ywnb/jKhqvg== Content-Language: en-us Subject: Crunchgen & Init X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2008 16:55:12 -0000 Hi, I've been attempting to build a very minimal FreeBSD memdisk image to boot to and I've been having some difficulties with a few things, particularly it seems that when I attempt to use a custom made crunchgen binary (Based off of the rescue config) init crashes with signal 6 and an exit code of 0, and the system informs me it will reboot after 15 seconds. No other errors appear on the screen at the time. Does anyone know why init would do this? Signal 6 appears to be a SIGABRT. Thank you, Bryce Simonds