From owner-freebsd-current@FreeBSD.ORG Mon Oct 20 06:21:01 2003 Return-Path: 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 7995E16A4B3 for ; Mon, 20 Oct 2003 06:21:01 -0700 (PDT) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7847043FDD for ; Mon, 20 Oct 2003 06:20:59 -0700 (PDT) (envelope-from ms@dell-laptop.6bone.nl) Received: by postman.ripe.net (Postfix, from userid 8) id 856784E684; Mon, 20 Oct 2003 15:20:58 +0200 (CEST) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id 1715A4E0A6; Mon, 20 Oct 2003 15:20:58 +0200 (CEST) Received: from dell-laptop.6bone.nl (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.10/8.11.6) with SMTP id h9KDKuVZ014801; Mon, 20 Oct 2003 15:20:56 +0200 Received: (nullmailer pid 4723 invoked by uid 1001); Mon, 20 Oct 2003 13:20:56 -0000 Date: Mon, 20 Oct 2003 15:20:56 +0200 From: Mark Santcroos To: Harti Brandt Message-ID: <20031020132055.GA4653@laptop.6bone.nl> References: <20031020081944.GA40541@kevad.internal> <20031020102613.P47918@beagle.fokus.fraunhofer.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031020102613.P47918@beagle.fokus.fraunhofer.de> User-Agent: Mutt/1.4.1i X-Handles: MS6-6BONE, MS18417-RIPE X-RIPE-Spam-Level: X-RIPE-Spam-Status: N 0.134775 X-RIPE-Signature: 81d14a90cef75ee132aefcdd62a9beed cc: freebsd-current@freebsd.org Subject: Re: Random signals in {build,install}world recently? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 13:21:01 -0000 On Mon, Oct 20, 2003 at 10:27:38AM +0200, Harti Brandt wrote: > On Mon, 20 Oct 2003, Vallo Kallaste wrote: > > VK>Hi > VK> > VK>It seems to be a recent problem. The hardware is OK, both Windows XP > VK>(which I use very seldom) and Gentoo Linux do not exhibit any > VK>problems. > VK>Basically one will get random signals as I have got in build- and > VK>installworld. It's impossible to complete make -j2 buildworld on my > VK>machine, but sometimes non-parallel buildworld will do, only to die > VK>later in installworld. > VK>This is on two-processor AMD 2400+ MP system, ASUS A7M-266D mobo and > VK>1GB ECC memory, ATA disks and CD/RW-DVD only. 4BSD scheduler if it > VK>matters. > > I have the same MB just with 1800+ processors. I had to reduce the CPU > frequency by about 10% in the BIOS setup to get the machine stable. I > assume the problem is actually the memory. Couldn't the following be of help here? options DISABLE_PSE options DISABLE_PG_G Mark