Date: Fri, 14 Feb 2003 14:28:26 -0800 From: David Schultz <dschultz@uclink.Berkeley.EDU> To: The Hermit Hacker <scrappy@hub.org> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: latest kernel issue ... or increased KVA_FILES ... ? Message-ID: <20030214222826.GB2520@HAL9000.homeunix.com> In-Reply-To: <20030214170721.T76487@localhost> References: <20030214065945.L76487@localhost> <20030214115355.GA424@HAL9000.homeunix.com> <20030214121353.T76487@localhost> <20030214184345.GA1579@HAL9000.homeunix.com> <20030214170721.T76487@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake The Hermit Hacker <scrappy@hub.org>: > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030214222826.GB2520>