From owner-freebsd-amd64@FreeBSD.ORG Fri Oct 10 18:44:16 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCE221065692 for ; Fri, 10 Oct 2008 18:44:16 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id 11CD58FC17 for ; Fri, 10 Oct 2008 18:44:15 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m9AIi9T06182; Fri, 10 Oct 2008 11:44:09 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id SAA07538; Fri, 10 Oct 2008 18:43:07 GMT Message-Id: <200810101843.SAA07538@sopwith.solgatos.com> To: freebsd-stable@freebsd.org, freebsd-amd64@freebsd.org In-reply-to: Your message of "Fri, 10 Oct 2008 14:29:37 -0300." <200810101429.37244.joao@matik.com.br> Date: Fri, 10 Oct 2008 11:43:07 +0100 From: Dieter Cc: Subject: Re: am2 MBs - 4g + SCSI wipes out root partition X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2008 18:44:16 -0000 > I get a problem on several am2 motherboards when an SCSI Adaptor (LSI or=20 > Adaptec) is installed and with 4Gigs of Ram > > the problem is easy to repeat, after some minutes compiling world the machi= > ne=20 > crashes, sometimes a panic mmap ffs crossrefeerence or something, passes to= > o=20 > fast to look an when the machine comes back often the complete root partiti= > on=20 > is gone or if not it needs manual fsck and mostly /dev references are gone = > or=20 > other important parts so the disk isn't bootable anymore > > funny is (for me) that the other partitions are ok ever and only root is=20 > fucked ever Are you running FreeBSD i386 or amd64? Is the compiler using /tmp and /tmp is in root partition? Maybe try having a seperate partition for /tmp, might keep root partition from getting trashed? > Same hardware with SATA works perfect Maybe try root partition on SATA, everything else on SCSI and see what happens. If the system supports a RS-232 console, you could capture panic message that way. Or aim a video camera at the screen.