From owner-freebsd-current@FreeBSD.ORG Thu Dec 11 19:11:14 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 1AC6416A4CE for ; Thu, 11 Dec 2003 19:11:14 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AFFE43D39 for ; Thu, 11 Dec 2003 19:11:13 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) hBC3BC5x087805; Thu, 11 Dec 2003 19:11:12 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)hBC3BCZs087804; Thu, 11 Dec 2003 19:11:12 -0800 (PST) (envelope-from sgk) Date: Thu, 11 Dec 2003 19:11:12 -0800 From: Steve Kargl To: Zoran Kikic Message-ID: <20031212031112.GA87778@troutmask.apl.washington.edu> References: <19B481CA418DC04CA76EEF2B90B905F11DF1D5@srv-mail.magic-garden.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19B481CA418DC04CA76EEF2B90B905F11DF1D5@srv-mail.magic-garden.local> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: just a hint: kmem_map too small - 5.2-CURRENT-20031209 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: Fri, 12 Dec 2003 03:11:14 -0000 On Fri, Dec 12, 2003 at 03:26:34AM +0100, Zoran Kikic wrote: > > 4. cd /usr/src && make depend && make buildkernel KERNCONF=WORKING && > make installkernel KERNCONF=NEW && reboot > This isn't the recommended method of updating a system. Did you do a "make buildworld"? See src/UPDATING. -- Steve