From owner-freebsd-questions@FreeBSD.ORG Fri Feb 18 05:28:14 2005 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 6FB4616A4CE for ; Fri, 18 Feb 2005 05:28:14 +0000 (GMT) Received: from mail.psoft.lviv.ua (ext.psoft.net [194.44.204.1]) by mx1.FreeBSD.org (Postfix) with SMTP id E24DB43D1F for ; Fri, 18 Feb 2005 05:28:10 +0000 (GMT) (envelope-from skif@psoft.lviv.ua) Received: (qmail 9481 invoked from network); 18 Feb 2005 05:28:07 -0000 Received: from unknown (HELO skif.psoft) (192.168.112.151) by monster.psoft with SMTP; 18 Feb 2005 05:28:07 -0000 From: "Dmitry M." To: questions@FreeBSD.org Date: Fri, 18 Feb 2005 07:28:07 +0200 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200502180728.07622.skif@psoft.lviv.ua> Subject: 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: Fri, 18 Feb 2005 05:28:14 -0000 I tried recompile FreeBSD 5.3 kernel with IPFW support and added only two lines: options IPFIREWALL # Enables the kernel firewall code. options IPFIREWALL_VERBOSE # Sends logged packets to the system logger. I've used both methods from your documentation : 1. metod --------------------------------- -bash-2.05b# pwd /usr/src/sys/i386/conf -bash-2.05b# ls -la total 72 drwxr-xr-x 2 root wheel 512 Feb 18 04:05 . drwxr-xr-x 13 root wheel 512 Feb 18 02:36 .. -rw-r--r-- 1 root wheel 9798 Oct 24 21:02 GENERIC -rw-r--r-- 1 root wheel 1982 Apr 2 2004 GENERIC.hints -rw-r--r-- 1 root wheel 9798 Feb 18 04:05 GENERIC2 lrwxr-xr-x 1 root wheel 22 Feb 18 02:40 MYKERNEL -> /root/kernels/MYKERNEL -rw-r--r-- 1 root wheel 120 Feb 27 2003 Makefile -rw-r--r-- 1 root wheel 33470 Oct 24 21:02 NOTES -rw-r--r-- 1 root wheel 469 Jul 13 2004 OLDCARD -rw-r--r-- 1 root wheel 1763 Oct 12 02:59 PAE -rw-r--r-- 1 root wheel 218 Oct 23 23:04 SMP -rw-r--r-- 1 root wheel 3991 Jul 26 2002 gethints.awk -bash-2.05b# config MYKERNEL MYKERNEL: unknown option "MAXUSERS" -bash-2.05b# -------------------------------- 2. metod -------------------------------- -bash-2.05b# pwd /usr/src/sys/i386/conf -bash-2.05b# cd /usr/src -bash-2.05b# make buildkernel KERNCONF=MYKERNEL make: don't know how to make buildkernel. Stop -bash-2.05b# -------------------------------- I tried to find out the reason of problem and find solution on http://www.google.com, but without any success. There are a lot of persons who have the same problem... Any ideas? Thank you for your time. Skif.