From owner-freebsd-questions@FreeBSD.ORG Thu Jun 23 19:23:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 269C616A41C for ; Thu, 23 Jun 2005 19:23:25 +0000 (GMT) (envelope-from asp@webexc.com) Received: from wxinmail01.webexc.com (mx1.mail.webexc.com [209.43.0.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id E414443D48 for ; Thu, 23 Jun 2005 19:23:24 +0000 (GMT) (envelope-from asp@webexc.com) Received: from localhost (localhost [127.0.0.1]) by wxinmail01.webexc.com (Postfix) with ESMTP id 9017C7CAB1 for ; Thu, 23 Jun 2005 14:23:18 -0500 (EST) Received: from wxinmail01.webexc.com ([127.0.0.1]) by localhost (mx1.mail.webexc.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07102-09 for ; Thu, 23 Jun 2005 14:23:16 -0500 (EST) Received: from [172.17.76.106] (209-212-209-89.office.webexc.com [209.212.209.89]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by wxinmail01.webexc.com (Postfix) with ESMTP id 34D0A7CAAC for ; Thu, 23 Jun 2005 14:23:16 -0500 (EST) Message-ID: <42BB0C22.6010000@webexc.com> Date: Thu, 23 Jun 2005 14:23:14 -0500 From: Ben Timby User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV (via amavisd-new) on mx1.mail.webexc.com Subject: Help, I killed my machine. 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: Thu, 23 Jun 2005 19:23:25 -0000 I was upgrading from 4.10-STABLE to 5.4-STABLE, following the instructions in the freebsd handbook and something went wrong. I used CVSup to update my sources. I built the world and kernel as follows: cd /usr/src make buildworld && make buildkernel I am using the GENERIC config. I had to copy /usr/src/sys/i386/conf/GENERIC.hints to /boot/device.hints. Before the above builds worked properly. I installed the kernel, and rebooted the system. It booted (mostly) ok, sudo did not work properly, so I had to login as root. I did mergemaster -p. I had to add the new proxy user and group for pf. After this, I did: cd /usr/src/ make installworld during the process, it died in: /usr/src/bin/test with Signal 12. No commands worked after this point, All I received was Signal 12. I cannot boot into single user mode, I receive a Signal 12 from any shell I try to use. I understand a Signal 12 is a non-existant system call. The half installworld probably caused this. How can I recover from this? Thanks.