From owner-freebsd-questions@FreeBSD.ORG Thu Jun 1 02:17:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43D5B16A72E for ; Thu, 1 Jun 2006 02:17:04 +0000 (UTC) (envelope-from jhorne@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE36D43D45 for ; Thu, 1 Jun 2006 02:17:03 +0000 (GMT) (envelope-from jhorne@dfwlp.com) Received: from mazeltov.publicis-usa.com ([167.246.36.14]) (authenticated bits=0) by zeus.int.dfwlp.com (8.13.6/8.13.6) with ESMTP id k512GvKN065531 for ; Wed, 31 May 2006 21:16:57 -0500 (CDT) (envelope-from jhorne@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Wed, 31 May 2006 21:16:39 -0500 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605312116.39802.jhorne@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on zeus.int.dfwlp.com Subject: system recovery X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 02:17:05 -0000 ok, i trashed my system (being dumb!), and now im preparing to try to get it back, and my goal is to try to skip the 38 hour kde compile from ports (yes, i like ports, not packages). before i burned it all down, i did make a tarball of /. i did try to untar it with -C /, but it got about 5 seconds into it, hit a lib it didnt like the version of (must have been something *REAL* important), as the system locked up as hard as it could be. so, i would like to begin by trying to skip the buildworld and buildkernel. i still have my entire /usr/src directory, so could i realistically just untar that into /usr/src, boot to single, and proceed with mergemaster/make installworld'ing? or, can someone recommend how i might use that tarball of my entire system to quickly get a new system up and running (all this with the assumtion that i have not changed any hardware configurations). if someone has time to answer quickly, i would sure appreciate it. thanks a bunch, jonathan