From owner-freebsd-stable@FreeBSD.ORG Fri Feb 11 14:32:42 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C37816A4CE for ; Fri, 11 Feb 2005 14:32:42 +0000 (GMT) Received: from ene.asda.gr (ene.asda.gr [193.92.118.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1D3043D1D for ; Fri, 11 Feb 2005 14:32:41 +0000 (GMT) (envelope-from lefty@ene.asda.gr) Received: by ene.asda.gr (Postfix, from userid 127) id CC20118A; Fri, 11 Feb 2005 16:32:39 +0200 (EET) Received: from ene.asda.gr (lefty.ene.asda.gr [193.92.118.162]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (Client CN "Lefteris Tsintjelis", Issuer "ASDA Root CA" (verified OK)) by ene.asda.gr (Postfix) with ESMTP id 24D97138; Fri, 11 Feb 2005 16:32:09 +0200 (EET) Message-ID: <420CC1D7.AEF32E05@ene.asda.gr> Date: Fri, 11 Feb 2005 16:31:51 +0200 From: Lefteris Tsintjelis Organization: ASDA X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,el MIME-Version: 1.0 To: Mike Tancsa , Dmitry Liakh References: <420B8ED9.1C385BEF@ene.asda.gr> <6.2.1.2.0.20050210121207.04af0690@64.7.153.2> <6.2.1.2.0.20050211073542.047ba9d8@64.7.153.2> Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on ene.asda.gr X-Spam-Status: No, hits=-4.9 required=6.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.2 cc: freebsd-stable@freebsd.org Subject: Re: Server reboots when silo overflows - FreeBSD 4.11 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 14:32:42 -0000 Mike Tancsa wrote: > Take out the sio2 and sio3 definitions and just have > > device sio > device puc > > leave sio0 and sio1 as is. That didn't work either. Kernel kept on core dumping. What worked, and got me pretty worried, is: Dmitry Liakh wrote: > Try non-SMP kernel or disable HTT. #options SMP #options APIC_IO When I disabled these 2 everything worked well! I worry because I have a few installations of v4 with SMP/HTT and there are no immediate plans to upgrade to v5 yet.