From owner-freebsd-arch@FreeBSD.ORG Fri Apr 18 13:47:47 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E48637B401; Fri, 18 Apr 2003 13:47:47 -0700 (PDT) Received: from tomts19-srv.bellnexxia.net (tomts19-srv.bellnexxia.net [209.226.175.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id B783243FDF; Fri, 18 Apr 2003 13:47:45 -0700 (PDT) (envelope-from dmagda@magda.ca) Received: from number6.magda.ca ([64.229.179.136]) by tomts19-srv.bellnexxia.netESMTP <20030418204744.ODFC13241.tomts19-srv.bellnexxia.net@number6.magda.ca>; Fri, 18 Apr 2003 16:47:44 -0400 Received: from number6.magda.ca (localhost.magda.ca [127.0.0.1]) by number6.magda.ca (8.12.9/8.12.7) with ESMTP id h3IKlhg3000818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 18 Apr 2003 16:47:43 -0400 (EDT) (envelope-from dmagda@magda.ca) Received: (from dmagda@localhost) by number6.magda.ca (8.12.9/8.12.7/Submit) id h3IKlhIZ000817; Fri, 18 Apr 2003 16:47:43 -0400 (EDT) (envelope-from dmagda) Date: Fri, 18 Apr 2003 16:47:43 -0400 (EDT) Message-Id: <200304182047.h3IKlhIZ000817@number6.magda.ca> To: FreeBSD-gnats-submit@freebsd.org From: David Magda X-send-pr-version: 3.113 X-GNATS-Notify: cc: arch@freebsd.org cc: jeff@freebsd.org Subject: config(8) should check if a scheduler is selected X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Magda List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 20:47:47 -0000 >Submitter-Id: current-users >Originator: David Magda >Organization: We're organized? >Confidential: no >Synopsis: config(8) should check if a scheduler is selected >Severity: non-critical >Priority: medium >Category: kern >Class: update >Release: FreeBSD 5.x >Environment: >Description: If you run config(8) on a kernel configuration file which doesn't have a scheduler selected then it does *NOT* complain. Then when you try to do a 'make buildkernel' the make bombs since there are unresolved functions relating to scheduling. >How-To-Repeat: . Create a kernel config file without a scheduler . Run config(8) it and observe how it does not complain . 'cd /usr/src; make buildkernel' and observe how it dies >Fix: Make config(8) check to see that a scheduler is there.