Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2001 22:39:19 -0600
From:      Mike Meyer <mwm@mired.org>
To:        Sean Ellis <sellis@telus.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: /var/ is full
Message-ID:  <15343.21111.67024.936362@guru.mired.org>
In-Reply-To: <14689091726.20011111173706@telus.net>
References:  <15339.45378.72132.584400@guru.mired.org> <14689091726.20011111173706@telus.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Sean Ellis <sellis@telus.net> types:
> Hello Mike,
> Friday, November 09, 2001, 2:34:42 AM, you wrote:
> 
> > I tend to wind up doing things like so:
> 
> > Build system: /, /usr (exported r/o), /share (exported r/w), /home
> >         with /usr/obj, PACKAGES and DISTDIR all on /share. / and /home
> >         are backed up.
> 
> Mike, what do you mean by build system? Is this what it sounds like, a
> dedicated system for doing compiles and such.

No, it's just a system on which I plan on doing compiles and
such. Usually it's a workstation, so that the extra load of a
buildworld doesn't disrupt a server. My typical system update is:

# On the fastest system with sufficient free cycles.
# make buildworld
# make kernel

# on the test system, nfs mounting from build system.
# make installkernel
# shutdown -r now		# Reboot and turn on networking
# shutdown now			# to get to single user mode
# make installworld
# reboot			# and then do some testing.

After I'm happy with that build on the test system, I'll move it to
any production systems, in the same order: kernel to make sure it'll
boot, then the world.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Q: How do you make the gods laugh?		A: Tell them your plans.

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?15343.21111.67024.936362>