From owner-freebsd-stable Thu Jan 11 6:25:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id C868C37B400 for ; Thu, 11 Jan 2001 06:25:34 -0800 (PST) Received: from netcom1.netcom.com (user-2inis2d.dialup.mindspring.com [165.121.112.77]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id JAA25197; Thu, 11 Jan 2001 09:25:20 -0500 (EST) Received: by netcom1.netcom.com (Postfix, from userid 1000) id 9D69EE6B8B; Thu, 11 Jan 2001 06:25:17 -0800 (PST) From: Mike Harding To: doconnor@gsoft.com.au Cc: cjclark@alum.mit.edu, stable@FreeBSD.ORG, Robin_Blanchard@gactr.uga.edu In-reply-to: Subject: Re: buildworld over nfs failing consistently References: Message-Id: <20010111142517.9D69EE6B8B@netcom1.netcom.com> Date: Thu, 11 Jan 2001 06:25:17 -0800 (PST) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On the 4 tree, at least, you haven't had to do the 'chflags' bit for a while. I usually do a # cd /usr # mv obj oobj # rm -rf oobj & # cd /usr/src # make -DNOCLEAN buildworld |& tee buildresults | tail | mail mvh & so I can get out of the way in 30 or so seconds, and I get mail when it's done. I also have a log of the build which is useful if it fails - 'tail' doesn't generally go far back enough, though of course that is configurable. - Mike H. X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Jan 2001 17:49:58 +1030 (CST) From: "Daniel O'Connor" Cc: stable@FreeBSD.ORG, Mike Harding , "Robin P. Blanchard" Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.ORG Precedence: bulk On 11-Jan-01 Crist J. Clark wrote: > Just to make sure, you have been completely nuking the messed up > object tree on the client before these attempts, > > # chflags -R noschg /usr/obj/usr && rm -rf /usr/obj/usr Yes, FYI rm -rf /usr/obj/usr ; chflags -R noschg /usr/obj/usr; rm -rf /usr/obj/usr is much faster. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message