From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 12:53:19 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 14FE937B401 for ; Thu, 17 Apr 2003 12:53:19 -0700 (PDT) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E70243FB1 for ; Thu, 17 Apr 2003 12:53:18 -0700 (PDT) (envelope-from taxman@ACD.NET) Received: from 207.179.99.90 ([207.179.99.90]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Thu, 17 Apr 2003 15:54:04 -0400 From: taxman To: =?iso-8859-1?q?$=EAr=EAciya=20Kurdistan=EE?= , freebsd-questions@freebsd.org Date: Thu, 17 Apr 2003 15:52:52 -0400 User-Agent: KMail/1.5 References: <20030417172733.GA14410@lothlorien.nagual.st> <20030417183332.GA60691@kurdistan.ath.cx> In-Reply-To: <20030417183332.GA60691@kurdistan.ath.cx> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200304171552.52999.taxman@acd.net> X-OriginalArrivalTime: 17 Apr 2003 19:54:06.0353 (UTC) FILETIME=[1A82A010:01C3051B] Subject: Re: /stand (again) puzzle 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, 17 Apr 2003 19:53:19 -0000 On Thursday 17 April 2003 02:33 pm, $ęręciya Kurdistanî wrote: > Hello, > > Di Thu, Apr 17, 2003 at 07:27:33PM +0200 da dick hoogendijk nivîsand: > > I'm so puzzled that I did it all over again last night: > > # shutdown now > > # cd /usr/obj > > # chflags -R noschg * > > Why are you messing with "chflags"? You really shouldn't even > have to touch that, in fact, I'm betting this is precisely one becuase that is the instructions given in the handbook. I just checked, and surprisingly schg was not set at all on my obj tree at all. > of the things that's causing a problem for you; try *without* > the "chflags". it is highly unlikely that unsetting the immutable bit on his obj tree would cause any problems > > # rm -rf * > > # cd /usr/src > > # make buildworld > > # skip new kernel; I have a 4.8 one already > > # make installworld > > # skip mergemaster; did run it last time to update /etc > > # *** notice this: *** > > # cd /usr/src/release/sysinstall > > # make all install > > [...snip...] > > > I really have NO IDEA whatsoever how to get a "fresh" /stand directory > > with not only sysinstall refreshed, but all other "2175016 Oct 9" things > > too. What am I missing??? > > Try updating again. this is also unlikley to do anything. He just did that. Actually the question of updating /stand has come up a couple times lately and I haven't seen an answer. I just checked mine and Apr 21 2001 sysinstall surprised the heck out of me, I've done many buildworld/installworld's since then and i always thought rebuilding stand was part of that. Tim