From owner-freebsd-questions Thu Dec 13 11:11:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from catalyst.sasknow.net (catalyst.sasknow.net [207.195.92.130]) by hub.freebsd.org (Postfix) with ESMTP id 8E60E37B417 for ; Thu, 13 Dec 2001 11:11:34 -0800 (PST) Received: from localhost (ryan@localhost) by catalyst.sasknow.net (8.11.6/8.11.6) with ESMTP id fBDJDOk94462; Thu, 13 Dec 2001 13:13:26 -0600 (CST) (envelope-from ryan@sasknow.com) X-Authentication-Warning: catalyst.sasknow.net: ryan owned process doing -bs Date: Thu, 13 Dec 2001 13:13:24 -0600 (CST) From: Ryan Thompson X-X-Sender: To: "Richard E. Hawkins" Cc: Subject: Re: keeping a system in use during a complete rebuild? In-Reply-To: <200112131900.fBDJ0rO03401@fac13.ds.psu.edu> Message-ID: <20011213130830.X94416-100000@catalyst.sasknow.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Richard E. Hawkins wrote to freebsd-questions@FreeBSD.ORG: > I am becoming increasingly suspicious that my installation took > some damage while the mainboard was failing. I have seen, among > other things, log files with garbage characters, as well as the > general strange behavior. I assume you have replaced the mb, and ensured that your hardware is operating correctly now? You will definitely want to make sure of that before spending the time to rebuild/reinstall everything. > I cannot put my system aside for a couple of days to rebuild, due > to several deadlines this week. What I'm contemplating is > something along the lines of moving /usr to /usr2, adding /usr2 to > my paths as a user but not as root, and trying to recompile every > last line on the machine, and every single port. (I currently have > inconsisencies from files that are present without ports, files > overwritten by other ports, etc.) > > Is this doable? will I regret it? This would be the HARD way, and you would probably regret it. For most all build operations, you can run "make" or "make all", which will compile the relevant sources to an object directory. Just don't make the "install" target until you're ready to go (and it is recommended that you drop to single user mode prior to running installworld). You can upgrade most all ports on a running system without any worries. Check out the portupgrade port|package to make life easy. > hawk > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message