From owner-freebsd-stable Fri Feb 14 14:28:29 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D9F337B405 for ; Fri, 14 Feb 2003 14:28:28 -0800 (PST) Received: from HAL9000.homeunix.com (12-233-57-224.client.attbi.com [12.233.57.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A9E43FA3 for ; Fri, 14 Feb 2003 14:28:27 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.6/8.12.5) with ESMTP id h1EMSQbL002822; Fri, 14 Feb 2003 14:28:26 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6/8.12.5/Submit) id h1EMSQZL002821; Fri, 14 Feb 2003 14:28:26 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Date: Fri, 14 Feb 2003 14:28:26 -0800 From: David Schultz To: The Hermit Hacker Cc: freebsd-stable@FreeBSD.ORG Subject: Re: latest kernel issue ... or increased KVA_FILES ... ? Message-ID: <20030214222826.GB2520@HAL9000.homeunix.com> Mail-Followup-To: The Hermit Hacker , freebsd-stable@FreeBSD.ORG References: <20030214065945.L76487@localhost> <20030214115355.GA424@HAL9000.homeunix.com> <20030214121353.T76487@localhost> <20030214184345.GA1579@HAL9000.homeunix.com> <20030214170721.T76487@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030214170721.T76487@localhost> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake The Hermit Hacker : > On Fri, 14 Feb 2003, David Schultz wrote: > > > > 'K, but as long as I install/upgrade both kernel and world at the same > > > time, there won't be a problem, right ... ? > > > > Right. > > Okay, still not working :( > > I did: > > make buildworld > make buildkernel > make installworld > make installkernel > mergemaster -i Oops, wrong. The last time I remembered someone complaining about this problem back in December, I thought they said that making world fixed the problem. Looking back at the thread, I see that they really said that recompiling with _linuxthreads_ fixed the problem.[1] Well, you can edit the KVA_PAGES value in src/i386/include/pmap.h, which installs to /usr/include/machine/pmap.h, to be consistent with your kernel (at which point you won't need it in the kernel config). For a more permanent solution, you can apply the patch in the PR I referenced in a previous message. [1] http://docs.freebsd.org/cgi/getmsg.cgi?fetch=441617+0+archive/2002/freebsd-hackers/20021208.freebsd-hackers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message