From owner-freebsd-amd64@FreeBSD.ORG Wed Apr 13 10:06:23 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6B516A4CE for ; Wed, 13 Apr 2005 10:06:23 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A49C43D49 for ; Wed, 13 Apr 2005 10:06:22 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so107144rng for ; Wed, 13 Apr 2005 03:06:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rWSI7QF0lklyuFt0Xp03mk+3xTmwKNVmx38scLpJcidsbss/uFAJHWa9MVK+yZFGr992tg2dip2KGlDlDBl3ZR+woVHdbbWGoKBhzUvVwvBdyqzVqBOLVc82Pvl1V5wX+xtkY12Rt2J8QzUBEsYgNKv0b12F0cGDYUuis0g0Mxs= Received: by 10.38.74.72 with SMTP id w72mr440639rna; Wed, 13 Apr 2005 03:06:21 -0700 (PDT) Received: by 10.38.149.53 with HTTP; Wed, 13 Apr 2005 03:06:21 -0700 (PDT) Message-ID: Date: Wed, 13 Apr 2005 12:06:21 +0200 From: Claus Guttesen To: Palle Girgensohn In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: cc: amd64@freebsd.org cc: stable@freebsd.org Subject: Re: Dell 2850 sporadically reboots (amd64) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Claus Guttesen List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 10:06:23 -0000 > We have a dual CPU Dell 2850 running fresh RELENG_5_4 (amd64). It reboots > sporadically, a few times per day! It has a rather high load, running php= , > apache & postfix. Is anyone else experiencing any problems with this kind > of setup? I have a similar server which is not in production yet. So it hasn't been tested in a real world environment, but it does not reboot. > CPUTYPE?=3Dnocona > is set in /etc/make.conf Have the same, looks fine. > $ dmesg > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > cpu2 (AP): APIC ID: 6 > cpu3 (AP): APIC ID: 7 You may want to disable HTT since the logical cpu may actually decrease the overall performance. See 'show stoppers' for the upcoming 5.4 release, there is an issue with 4 cpus and heavy on http://www.freebsd.org/releases/5.4R/todo.html. regards Claus