From owner-freebsd-questions@FreeBSD.ORG Fri Sep 21 20:28:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1A8B16A420 for ; Fri, 21 Sep 2007 20:28:50 +0000 (UTC) (envelope-from cboyd@gizmopartners.com) Received: from mailsafe.midasnetworks.com (mailsafe.midasnetworks.com [216.110.12.7]) by mx1.freebsd.org (Postfix) with ESMTP id 7696E13C468 for ; Fri, 21 Sep 2007 20:28:50 +0000 (UTC) (envelope-from cboyd@gizmopartners.com) Received: from [192.168.2.48] (hobie.midasnetworks.com [216.110.12.124]) (authenticated bits=0) by mailsafe.midasnetworks.com (8.13.1/8.13.1) with ESMTP id l8LK1VIL009542 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Fri, 21 Sep 2007 15:01:31 -0500 (CDT) (envelope-from cboyd@gizmopartners.com) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Chris Boyd Date: Fri, 21 Sep 2007 15:01:29 -0500 X-Mailer: Apple Mail (2.752.3) Subject: Data corruption with Tyan Thunder amd64 and 3ware 9550 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 20:28:50 -0000 Hello, I'm hoping that someone has a good answer for the strange behavior I'm seeing..... I have a problem with a Tyan Thunder K8SE motherboard with dual Opteron 250 2.4GHz CPUs and a 3Ware 9550 PCI Express four port RAID controller running in RAID 5. 4GB Memory. Running 6.2, with source downloaded yesterday morning and a complete buildworld/buildkernel When we rsync a file to the system and then checksum it, we get really bogus results like these: files# md5 junk MD5 (junk) = 30d02079596353437f372a99697fb1bc files# md5 junk MD5 (junk) = d05e159aecf780678b0f8ef785252498 files# md5 junk MD5 (junk) = 25c1ec066f4ed37cd9268bdafa0a0639 files# md5 junk MD5 (junk) = 477a6bb6fc9ccba12bf4e167b39679f8 Yes, that's the same file each time. We've tried various ACPI settings in the BIOS, moving the memory around, running single CPU, changing the APIC BIOS setting to PIC (system boots faster then, but only runs one CPU), but we're still getting corrupted data reads. Any pointers welcomed. --Chris