From owner-freebsd-current@FreeBSD.ORG Tue Nov 18 09:03:26 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E78916A4CE for ; Tue, 18 Nov 2003 09:03:26 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6487543F93 for ; Tue, 18 Nov 2003 09:03:25 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAIH3OeG058630; Tue, 18 Nov 2003 10:03:24 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 18 Nov 2003 10:01:55 -0700 (MST) Message-Id: <20031118.100155.113772241.imp@bsdimp.com> To: Chris.Shenton@hq.nasa.gov From: "M. Warner Losh" In-Reply-To: <86islhoc35.fsf@Palimpsest.saic.hq.nasa.gov> References: <86islhoc35.fsf@Palimpsest.saic.hq.nasa.gov> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Recovery? recent "make world" rendered system unusable (64 bit change) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 17:03:26 -0000 In message: <86islhoc35.fsf@Palimpsest.saic.hq.nasa.gov> Chris Shenton writes: : I'm looking for recommendations on how to recover, hopefully without : trashing my critical system files like /etc/passwd. Ideally, I guess : I'd like a way to replace all the broken binaries and any related : libraries without overwriting other files. Grab a recent snapshot. Boot off of that with the fixit functionality. Fix things. Chances are good that you'll be able to build a new kernel with the kernel that you booted... Warner