From owner-freebsd-questions@FreeBSD.ORG Sat Jul 19 07:39:30 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79BF637B401 for ; Sat, 19 Jul 2003 07:39:30 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1050B43F85 for ; Sat, 19 Jul 2003 07:39:30 -0700 (PDT) (envelope-from rootman22@comcast.net) Received: from 12-209-185-111.client.attbi.com ([12.209.185.111]) by comcast.net (rwcrmhc11) with SMTP id <2003071914392801300h21s5e>; Sat, 19 Jul 2003 14:39:28 +0000 From: Joe Warner To: freebsd-questions@freebsd.org Date: Sat, 19 Jul 2003 08:39:30 -0600 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307190839.30808.rootman22@comcast.net> Subject: FreeBSD 5.1 -RELEASE: unknown option "MAXUSERS" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2003 14:39:30 -0000 Hi, I'm running FreeBSD 5.1 -RELEASE and I'm getting the error in the subject after attempting to add a new option to my custom kernel. I'm trying to add "options USER_LDT" so I can install the new Nvidia drivers but when I issue: /usr/sbin/config CUSTOM_KERNEL ..I get: custom_kernel: unknown option "MAXUSERS" If I issue: cd /usr/src make buildkernel KERNCONF=CUSTOM_KERNEL ..I get: make: don't know how to make buildkernel. Stop I was able to create a custom kernel and compile it successfully after I installed 5.1 so what gives? I've run cvsup a couple of times using the RELENG_5 tag in my supfile but it never pulls down any source and I assume this is because there isn't a STABLE branch for 5.x yet. Can someone help? Thanks