From owner-freebsd-current@FreeBSD.ORG Sat Jul 2 08:44:35 2005 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 ADABF16A41C for ; Sat, 2 Jul 2005 08:44:35 +0000 (GMT) (envelope-from hvleest@signet.nl) Received: from bsd.local.jellevanleest.nl (cp417515-a.dbsch1.nb.home.nl [84.27.32.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF3D43D1F for ; Sat, 2 Jul 2005 08:44:34 +0000 (GMT) (envelope-from hvleest@signet.nl) Received: from [192.168.100.105] (unknown [192.168.100.105]) by bsd.local.jellevanleest.nl (Postfix) with ESMTP id 5D69F60D0 for ; Sat, 2 Jul 2005 10:47:57 +0200 (CEST) Message-ID: <42C653F0.8070802@signet.nl> Date: Sat, 02 Jul 2005 10:44:32 +0200 From: Hans van Leest User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: SMP boot errors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hvleest@signet.nl List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2005 08:44:35 -0000 Hello, I've got an ASUS PCH-DL board with 2 XEON processors and an Intel RAID 5 contoller. Booting on one processor and everything works fine. No errors or crashes at all. Only when I enable options acpi and smp in my config file, strange thing are happening. The buildworld, buildkernel, installkernel and installworld goes fine till I boot. After the 15sec. SCSI settle the machine crashes when booting whit my SMP kernel. Every instruction pointer after a crash is different. I've started to post to the SMP newsgroup and John Baldwin helped me with this. Only, because of the differant instruction pointers, he told me to post to this newsgroup. He could not find any SMP relation with the errors. I've tried to write the crash via my swap file to /var/crash, only the kernel says that my dumpdir is not correct. The dumpdir is the one from my /etc/fstab file. How to I start to solve this problem? Thanks Hans