From owner-freebsd-questions@FreeBSD.ORG Tue Oct 28 14:18:31 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 D5AAC16A4CE for ; Tue, 28 Oct 2003 14:18:31 -0800 (PST) Received: from mail.vonostingroup.com (ip209-154.digitalrealm.net [216.144.209.154]) by mx1.FreeBSD.org (Postfix) with SMTP id 3C3CC43FE5 for ; Tue, 28 Oct 2003 14:18:30 -0800 (PST) (envelope-from laszlof@vonostingroup.com) Received: (qmail 85863 invoked by uid 89); 28 Oct 2003 22:19:50 -0000 Received: from unknown (HELO pcp01193849pcs.waldlk01.mi.comcast.net) (laszlof@68.62.82.158) by ip209-154.digitalrealm.net with SMTP; 28 Oct 2003 22:19:50 -0000 From: Frank Laszlo To: Jason Williams In-Reply-To: <5.2.1.1.0.20031028140704.02fa2360@pop.courtesymortgage.com> References: <5.2.1.1.0.20031028135413.00b13e78@pop.courtesymortgage.com> <5.2.1.1.0.20031028135413.00b13e78@pop.courtesymortgage.com> <5.2.1.1.0.20031028140704.02fa2360@pop.courtesymortgage.com> Content-Type: text/plain Organization: Message-Id: <1067379635.3790.8.camel@star.vonostingroup.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 28 Oct 2003 17:20:35 -0500 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Problems with 'make world' stuff 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: Tue, 28 Oct 2003 22:18:32 -0000 So you did not run mergemaster. This is what i usually no. NOTE: I do this on production servers, so i do not do it in single user mode. cd /usr/src make buildkernel KERNCONF=MYCONF make buildworld make installkernel make installworld mergemaster reboot Hope this helps. -Frank On Tue, 2003-10-28 at 17:09, Jason Williams wrote: > Once I had my sources updated, I did the following: > > I booted into single mode: > > cd /usr/src > make buildworld > > cd /usr/src > make buildkernel > make installkernel > > I rebooted to test the kernel and that is where I ran into trouble. I did > not type make installworld as suggested in the handbook. It said to test > the kernel first. > > I was told I did not have to run mergemaster since this was a brand new > install of 4.8. Is that incorrect? > > I appreciate your help. > > Jason > > At 05:08 PM 10/28/2003 -0500, you wrote: > >Did you build a new kernel as well as world? did you run mergemaster? > > > > > >On Tue, 2003-10-28 at 16:57, Jason Williams wrote: > > > Hello everyone. > > > > > > Im pretty new to building my own world here, but im excited to learn it. > > > > > > I followed the handbook as suggested on how to make world. > > > > > > I installed FreeBSD 4.8 on my workstation. I installed cvsup and > > configured > > > my stable-supfile as well as my ports-supfile. I updated my ports no > > problem. > > > Here are the contents of my stable-supfile: > > > > > > *default host=cvsup12.FreeBSD.org > > > *default base=/usr/local/etc/cvsup > > > *default prefix=/usr > > > *default release=cvs tag=RELENG_4 > > > *default delete use-rel-suffix > > > > > > I did a: cvsup -g -L 2 stable-supfile and it did its work. > > > > > > I then proceeded as in the handbook. > > > > > > After I booted to my new kernel (I noticed it said FreeBSD 4.9 stable, > > so I > > > booted correctly). > > > > > > However, im having some problems when I test the kernel: Specifically with > > > 'top' and 'ps' > > > > > > # top > > > kvm_open: proc size mismatch (34048 total, 1060 chunks) > > > top: Out of memory. > > > > > > # ps > > > ps: proc size mismatch (29792 total, 1060 chunks) > > > > > > At this point, I was going to go back and retry doing everything as > > > suggested in the handbook. > > > > > > In the meantime, anyone have any idea what im missing or what is going on? > > > > > > I appreciate it. > > > > > > Cheers, > > > > > > Jason > > > > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"