From owner-freebsd-current@FreeBSD.ORG Mon Feb 23 23:01:08 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 8AD41106567B for ; Mon, 23 Feb 2009 23:01:08 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 39BDC8FC2D for ; Mon, 23 Feb 2009 23:01:08 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so809977yxl.13 for ; Mon, 23 Feb 2009 15:01:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=ceIfE5ZG8DPZGY5imXhcNRTaPJALK/kKzrJEphbB/rY=; b=qVmYE51GXYRQ9iK1Lr/kkZ1A2CAZQROmdxZ8UC7hSPUD8RSB9pR69BwoorxuI+2RYr rN8Lzh8KUr1CimRBLLqrTk7Q+gur1mXzCTsiwtJBkSNLYwL6xmbYvN07ScY4J3HNxQcE Lvs/Vlv0ZcHaP53cucHX+5XVy6q9bAa+IihLk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=P7o9z9DcmCjbQuDZeNDACYzC5PoADHfu2fC6OTwSoFVEPlDRxRPQ3k/t78k/Tk7o/X ISvtBxCtFkZqMTAGr4Nth+FTMt0lQ3qi9OA6XD9k+GUpDuShdYPIxBOrNbYFSnVZMYKX T2dV0bp7mDxeObYsblr9wWFmTlKrjFCJYQtx8= MIME-Version: 1.0 Received: by 10.231.15.74 with SMTP id j10mr1320515iba.30.1235428260655; Mon, 23 Feb 2009 14:31:00 -0800 (PST) Date: Mon, 23 Feb 2009 17:31:00 -0500 Message-ID: From: Aryeh Friedman To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: 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 23:01:09 -0000 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.