Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 1996 12:22:18 +0000 (GMT)
From:      Doug Rabson <dfr@render.com>
To:        Andrew Heybey <ath@bellcore.com>
Cc:        "Karl Denninger, MCSNet" <karl@mcs.com>, "Jordan K. Hubbard" <jkh@time.cdrom.com>, hackers@freebsd.org
Subject:   Re: And the winner is! 
Message-ID:  <Pine.BSF.3.91.960205121828.17901M-100000@minnow.render.com>
In-Reply-To: <199602031414.JAA01796@grapenuts.bellcore.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 3 Feb 1996, Andrew Heybey wrote:

> [Please excuse the preceding fumble-fingered screw-up sent to the
> list.  C-c C-c (mh-send-letter) is very close to C-x C-x on the
> keyboard.]
> 
>   karl> No, we want to be able to have a "code server" which can load,
>   karl> and keep updated, multiple machines.  That is, when I have
>   karl> system #15 to load, I want to plug in the Ethernet, point the
>   karl> new box at the server, and say "go fetch your load, kid".
> 
>   karl> Also, the ability to somehow have this update process
>   karl> automated (so that I only have to make a code change on *ONE*
>   karl> machine) would be nice.
> 
> When I was running 1.1.5.1, I had something like this set up using a
> program called reconcile (ftp://mercury.lcs.mit.edu/pub/shep/reconcile-*).
> 
> Reconcile is sort of like rdist in reverse (client pull instead of
> server push) only better (IMHO).  I hacked the boot floppy to (after
> newfs'ing the disk(s)) ask for enough information to configure the
> network interface then NFS mount the server and build the file system.
> [BTW I can't take any credit for this idea--Tim Shepard wrote
> reconcile and he and several others set up a network full of uVaxen
> this way at LCS.]
> 
> This is all broken now that I'm running 2.something, but I'll be
> getting a few new machines soon so I might be motivated to resurrect
> it.  If anyone is interested (and if I actually do it) I would be
> willing to give away the reconcile config files and boot floppy hacks
> that I do.

It seems like one could use sup to keep systems in sync.  Basically, you
would run a supserver on the 'code server' and regularly sup the client 
systems against it.  The sup config files allow you to do stuff like run 
ranlib on /usr/lib/lib*.a, execute newaliases when /etc/aliases changes, 
don't take specific files from /etc/ which are per-system.

--
Doug Rabson, Microsoft RenderMorphics Ltd.	Mail:  dfr@render.com
						Phone: +44 171 251 4411
						FAX:   +44 171 251 0939




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