From owner-freebsd-current@FreeBSD.ORG Mon Feb 23 22:53:59 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A76AB106566C for ; Mon, 23 Feb 2009 22:53:59 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 598818FC0C for ; Mon, 23 Feb 2009 22:53:59 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so808702ywt.13 for ; Mon, 23 Feb 2009 14:53:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=GGbAK5VTAQ7zAF37Mq+H5Q2XSM5zBg6Al5EKKoMJMdM=; b=Gy5URRya9ZN/xg8phD9OAj2Rwwpqx38Qxt6yqEn+gBh6GmTx+9KWMmOkn05CG6gHWy ryHKkv4xa9whuyiCuc0/zrCYwpcUa8VbQmfH6iS/FIw6dstLHFLgSw/XZGHWgvUgTuIF SbC3Kgftk0J0tDSftVgAHA36s12d9hPF6QxaY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=t7D2oaE3d4VQ95Lwnk1oGdRhRuGf8w20Hj7YzLKzwyCkqx2susg6vrq2J7JJoXf8sW /T1GQyG1y0ZLRXmznTCsioWHNGn+f8oRw7Lqa+tgs9QCanhksP2qqXO8N8+4hxjqdDKU l5a8/NTupySpG5BcSY/cREx02G7+jHaLks3xI= MIME-Version: 1.0 Received: by 10.231.20.2 with SMTP id d2mr6805929ibb.37.1235429638137; Mon, 23 Feb 2009 14:53:58 -0800 (PST) In-Reply-To: References: Date: Mon, 23 Feb 2009 17:53:58 -0500 Message-ID: From: Aryeh Friedman To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: panic after rebooting with geom_mirror on 8-CURRENT i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2009 22:53:59 -0000 Forgot to mention I did drop to the bootloader and did manualy load geom_mirror On Mon, Feb 23, 2009 at 5:31 PM, Aryeh Friedman wrote: > I followed the steps in the handbook for mirroring the disk: > > 1. Installed an identical drive > 2. Did all the pre-reboot steps in the handbook > 3. On rebooting I get: > > a. bootloader works fine > b. The kernel finishes the device probe > c. (On first command in /etc/rc [or even loading the file]???) I get > a kernel panic saying "Divide error in kernel mode" > > I do not have uname -a but it is 8-CURRENT i386. The kernel is within > the last few days. I do not have debugging enabled in the kernel. >