From owner-freebsd-questions@FreeBSD.ORG Fri May 23 13:39:32 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 7ACAA37B401 for ; Fri, 23 May 2003 13:39:32 -0700 (PDT) Received: from smtp807.mail.sc5.yahoo.com (smtp807.mail.sc5.yahoo.com [66.163.168.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 0AAB343FAF for ; Fri, 23 May 2003 13:39:32 -0700 (PDT) (envelope-from boxend@swbell.net) Received: from 12iron.chipshot.net (HELO 22bsh) (boxend@swbell.net@65.174.154.20 with login) by smtp-sbc-v1.mail.vip.sc5.yahoo.com with SMTP; 23 May 2003 20:39:31 -0000 From: boxend@swbell.net To: freebsd-questions@freebsd.org Date: Fri, 23 May 2003 15:43:00 -0500 MIME-Version: 1.0 Message-ID: <3ECE4184.12834.92438A@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: nfs, buildworld 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: Fri, 23 May 2003 20:39:32 -0000 I have 2 "slow" computers running freebsd, I have setup nfs to share /usr/src and /usr/obj from a faster computer with the two slower. When updating is there a need to buildworld on the slower computers after buildworld on the fast? I think not, I have been skipping the buildworld, I build the new kernel (custom kernel file for each), install kernel, then installworld on the slower computers, without errors. The /etc/make.conf files are identical on the 3 computers.