From owner-freebsd-current@FreeBSD.ORG Thu Aug 14 13:48:22 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 5CD0B37B401 for ; Thu, 14 Aug 2003 13:48:22 -0700 (PDT) Received: from hysteria.spc.org (hysteria.spc.org [195.206.69.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 4565E43FE3 for ; Thu, 14 Aug 2003 13:48:21 -0700 (PDT) (envelope-from bms@hysteria.spc.org) Received: (qmail 31488 invoked by uid 5013); 14 Aug 2003 20:45:31 -0000 Date: Thu, 14 Aug 2003 21:45:31 +0100 From: Bruce M Simpson To: Adam Migus Message-ID: <20030814204531.GB1417@spc.org> References: <52019.192.168.4.2.1060657784.squirrel@mail.migus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52019.192.168.4.2.1060657784.squirrel@mail.migus.org> User-Agent: Mutt/1.4.1i Organization: SPC cc: current@freebsd.org Subject: Re: make buildkernel hang with SCHED_ULE 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: Thu, 14 Aug 2003 20:48:22 -0000 On Mon, Aug 11, 2003 at 11:09:44PM -0400, Adam Migus wrote: > The hardware is a dual Xeon box. The kernel is SMP w/ SCHED_ULE > instead of SCHED_4BSD, the options required for diskless and the > following two options: > > options CPU_FASTER_5X86_FPU > options CPU_UPGRADE_HW_CACHE Why are you using these options? they shouldn't be required for a Xeon. Are you able to break in to DDB to run a ps to inspect the process table via the debugger key or NMI? BMS