From owner-freebsd-questions@FreeBSD.ORG Thu Dec 11 09:37:29 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 B562A16A4CE for ; Thu, 11 Dec 2003 09:37:29 -0800 (PST) Received: from home.soupro.org (home.soupro.org [207.103.14.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9945743D13 for ; Thu, 11 Dec 2003 09:37:28 -0800 (PST) (envelope-from colpete@soupro.org) Received: from localhost (localhost.soupro.org [127.0.0.1]) by home.soupro.org (Postfix) with ESMTP id B77651CC3E; Thu, 11 Dec 2003 12:38:30 -0500 (EST) Received: from home.soupro.org ([127.0.0.1]) by localhost (home.soupro.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 52043-07; Thu, 11 Dec 2003 12:38:29 -0500 (EST) Received: from www.soupro.org (localhost.soupro.org [127.0.0.1]) by home.soupro.org (Postfix) with ESMTP id BDC201CC3A; Thu, 11 Dec 2003 12:38:29 -0500 (EST) From: "Pete Renshaw" To: "Marius Kirschner" Date: Thu, 11 Dec 2003 13:38:29 -0400 Message-Id: <20031211173139.M92681@soupro.org> In-Reply-To: <200312101844.hBAIimPK009285@tao.agoron.com> References: <200312101844.hBAIimPK009285@tao.agoron.com> X-Mailer: Open WebMail 2.20 20031014 X-OriginatingIP: 207.103.14.194 (colpete) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: by amavisd-new at soupro.org cc: freebsd-questions@FreeBSD.ORG Subject: Re: Upgrading 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: Thu, 11 Dec 2003 17:37:29 -0000 If it is your second buildworld you have to do something like this # cd /usr/obj # chflags -R noschg * # rm -rf * Or the build may fail. See http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Pete On Wed, 10 Dec 2003 13:36:43 -0500, Marius Kirschner wrote > I need to upgrade my 4.3 box, but haven't done so in a long time. > Is the below still valid? > > cvsup -g -L2 supfile > cd /usr/src > make buildworld > make buildkernel KERNCONF=MYKERNEL > make installkernel KERNCONF=MYKERNEL > make installworld > reboot > > ---Marius > > _______________________________________________ > 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"