From owner-freebsd-questions@FreeBSD.ORG Mon Dec 27 10:02:53 2004 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 3ACE316A4CE for ; Mon, 27 Dec 2004 10:02:53 +0000 (GMT) Received: from smtpauth08.mail.atl.earthlink.net (smtpauth08.mail.atl.earthlink.net [209.86.89.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id A106843D2F for ; Mon, 27 Dec 2004 10:02:52 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CiriG-0002dd-2n for freebsd-questions@freebsd.org; Mon, 27 Dec 2004 05:02:52 -0500 Received: from joeandlane.com (localhost [127.0.0.1]) by joeandlane.com (8.13.1/8.13.1) with ESMTP id iBRA3hgP077502 for ; Mon, 27 Dec 2004 04:03:43 -0600 (CST) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.1/8.13.1/Submit) id iBRA3hgJ077501; Mon, 27 Dec 2004 04:03:43 -0600 (CST) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Mon, 27 Dec 2004 04:03:42 -0600 User-Agent: KMail/1.7.1 References: <200412261845.34625.sdhawley@eatel.net> <200412262029.30834.lane@joeandlane.com> <1104125047l.25420l.1l@BARTON> In-Reply-To: <1104125047l.25420l.1l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200412270403.42887.lane@joeandlane.com> X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec791bc7ea418368ce94647ee2028e11d25f350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 cc: jason henson Subject: Re: make buildworld 5.3.0 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: Mon, 27 Dec 2004 10:02:53 -0000 On Sunday 26 December 2004 23:24, jason henson wrote: > > Finally, start from where you started: > > > > cd /usr/src > > make buildworld > > make installworld > > ... etc > > > > Make sure you read /usr/src/UPDATING (all the way through) before you > > restart > > "make buildworld" > > > > good luck! > > _______________________________________________ > > Maybe he doesn't need to read it all the way through? > > 20000315: > 4.0 RELEASE shipped. Please see the 4.0 UPDATING file for how > to upgrade to 4.0 from 3.x. > > I would recommned ready cooments through Nov after seeing his system > build date. > > Output of uname -a > FreeBSD sdhawley.eatel.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov > 5 > 04:19:18 UTC 2004 > > Also I would remove /usr/obj to be safe. It's in the handbook under > staying current. > > > _______________________________________________ > 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" Nah! Everyone should read UPDATING, and they should read it all the way through. No harm ever resulted from reading it all the way through. And none of the time spent is wasted. Funny thing is that "COMMON ITEMS" is the very next topic below the 20000315 topic that you cite. EVERYONE should read COMMON ITEMS, and they should probably do so AFTER reading the chronology. I probably rebuilt my system three or four times before I actually read it. But reading it opened my eyes to features (and potential problems) that I never imagined. Besides! You missed something of particular import from his uname: 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004     root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386 His kernel was compiled by root@harlow.cse.buffalo.edu, is at level #0 for the machine, and it just so happens to be on the very date (Fri, Nov 5) that the ISO image for the mini install was compiled -- I know this information because I just recently used the mini-install package. But the point is that it made me believe that the OP was building world for the very first time and would benefit from fresh sources AND from taking a moment to read about the software. I could be wrong. I was wrong not to read more before I crashed my system for the first time :) lane