From owner-freebsd-current@FreeBSD.ORG Wed Feb 1 22:09:49 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF2216A420 for ; Wed, 1 Feb 2006 22:09:49 +0000 (GMT) (envelope-from jasone@freebsd.org) Received: from lh.synack.net (lh.synack.net [204.152.188.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF2A43D55 for ; Wed, 1 Feb 2006 22:09:43 +0000 (GMT) (envelope-from jasone@freebsd.org) Received: by lh.synack.net (Postfix, from userid 100) id 8B26B5E48EE; Wed, 1 Feb 2006 14:09:43 -0800 (PST) Received: from [192.168.168.203] (moscow-cuda-gen2-68-64-60-20.losaca.adelphia.net [68.64.60.20]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by lh.synack.net (Postfix) with ESMTP id C41515E48BB for ; Wed, 1 Feb 2006 14:09:39 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <7A70B364-75C8-4522-9CFC-1448DBFD853E@freebsd.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-current@freebsd.org From: Jason Evans Date: Wed, 1 Feb 2006 14:09:35 -0800 X-Mailer: Apple Mail (2.746.2) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on lh.synack.net X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Subject: subdisk6: detached --> Fatal trap 9 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: Wed, 01 Feb 2006 22:09:50 -0000 I've been trying to get FreeBSD running on a new machine with the following hardware: Tyan S2895 motherboard, BIOS v1.02 2x Opteron 275 8 GB ECC RAM 400 GB SATA HDD IDE DVD/CD drive Initially, installation went fine using snapshot 012 from ftp.freebsd.org. However, once the system is up and running, within minutes of loading the filesystem with a cvsup or cvs checkout, I get errors something like: subdisk6: detached g_vfs_done():ad6s1f[WRITE(offset=10217842688, length=2048)]error = 6 ad6: detached Fatal trap 9 [...] g_vfs_done():[12-15 more messages like the one above.] Sometimes I get a bit of information about the CPU state, but it's usually corrupted. The machine has failed to drop to ddb most of the time, and haven't been lucky enough to get a prompt the last several hangs. Now, the real fun is that after this happens a few times, the machine will no longer finish booting, either from the HDD or from the install CD. Booting hangs after probing acd0. I'm going to have to install Linux to blow away the MBR again, and try this a third time. If I understand the error messages above correctly, the device driver for the SATA drive is detaching the device for some reason, and the g_vfs_done() message is simply due to the drive having been yanked. I have never seen any messages that indicate why the HDD is being detached. I did not have these problems when I installed from snapshot 011 (November 2005), but when I built/installed head as of ~3 days ago, the above problems surfaced, and after a few crashes I had to reinstall from scratch (after overwriting the MBR with GRUB). Has anyone seen similar behavior? Does anyone know how to fix this? Barring answers to the above, can anyone provide pointers in tracking this down? Thanks, Jason