Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 1998 22:54:15 -0600 (CST)
From:      "Matthew D. Fuller" <fullermd@futuresouth.com>
To:        "Randy A. Katz" <randyk@ccsales.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: CVSUP Revisited - Hey, I'm lazy!!!
Message-ID:  <Pine.BSF.3.96.980305225145.14651T-100000@shell.futuresouth.com>
In-Reply-To: <3.0.5.32.19980305200828.038d3b80@ccsales.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 5 Mar 1998, Randy A. Katz wrote:

> Hello Again,
> 
> I've asked this before and read a bit and I admit I'm lazy. I have:
> 
> 1. A FreeBSD machine which is CVSup'd from RELEASE 2-2-5 and made world'ed.
> 2. A few other machines which have 2.2.5 and have been installed at various
> intervals over the past 3-4 months.
> 
> I want:
> 
> 1. To be able to update the first machine periodically from the
> cvsup.freebsd.org and make world it.
> 2. To pull the essential files (binaries/libraries) onto the
> other/subsidiary machines updating them and not have to run make world on
> those machines (takes a long time).
> 
> Please, any suggestions welcomed.
OK, you have machine buildhost, and then hosta, hostb, hostc:

do the buildworld on buildhost, and put /usr/obj on another
partition (say, symlinked to /var/usr.obj).  Then, after making sure the
/etc/exports file is setup correctly for this, do the following from each
other machine:
# mount -t nfs buildhost:/usr/src /usr/src
# mount -t nfs buildhost:/var/usr.obj /usr/obj
# make installworld

I just did this with a network of machines here, and it works great.
Make sure to install the new kernels, too...

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
|       FreeBSD; the way computers were meant to be       |
* "The only reason I'm burning my candle at both ends, is *
| that I haven't figured out how to light the middle yet."|
*    fullermd@futuresouth.com      :-}  MAtthew Fuller    *
|      http://keystone.westminster.edu/~fullermd          |
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980305225145.14651T-100000>