From owner-freebsd-stable@FreeBSD.ORG Tue Sep 15 09:38:04 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 670DB106566B for ; Tue, 15 Sep 2009 09:38:04 +0000 (UTC) (envelope-from thomas@ronner.org) Received: from mail.knopje.net (mail.knopje.net [213.214.107.232]) by mx1.freebsd.org (Postfix) with ESMTP id 2961F8FC14 for ; Tue, 15 Sep 2009 09:38:03 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.knopje.net (Postfix) with ESMTP id E89EE38165 for ; Tue, 15 Sep 2009 11:38:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at knopje.net Received: from mail.knopje.net ([127.0.0.1]) by localhost (hal.knopje.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YrE+6T3Lggqx for ; Tue, 15 Sep 2009 11:38:02 +0200 (CEST) Received: from [10.0.1.173] (rtutr01.ic-s.nl [213.214.96.4]) by mail.knopje.net (Postfix) with ESMTP id 8D2663810E for ; Tue, 15 Sep 2009 11:38:02 +0200 (CEST) Message-Id: <97E2F471-705B-48A1-936D-B92235656664@ronner.org> From: Thomas Ronner To: freebsd-stable Stable In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Tue, 15 Sep 2009 11:38:01 +0200 References: X-Mailer: Apple Mail (2.936) Subject: Re: 8.0 Install Failure X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2009 09:38:04 -0000 On 15 Sep 2009, at 10:52, Doug Hardie wrote: > Installing 8.0 Beta 4 on an i386 machine from disc 1. IN the > Extracting ports: > > Panic: initiate_write_inodeblock_ufs2: already started > cpuid=0 > KDB: enter: panic > [thread pid 19 tid 100045 ] > Stopped at kdb_enter+0x3a: movl $0,kdb_why > > I did a where but its way too much to type accurately by hand. This > is an older system, but it does boot disc 1 where some of the > previous releases it would not boot disk 1 but had to use the live > file system. The same thing happened to me under VMWare Workstation, when I installed FreeBSD 8.0-BETA4 on a (virtual) disk connected to a (virtual) LSI SAS adaptor. Installing on a IDE disk worked around the problem. It happened with the i386 as well as the amd64 version. Thomas