From owner-freebsd-questions@FreeBSD.ORG Tue Dec 10 08:16:28 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7E0BA1 for ; Tue, 10 Dec 2013 08:16:28 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BEE71F81 for ; Tue, 10 Dec 2013 08:16:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=LHcjcMo1mSJbYPPMQYNsd7gt0a72NTd+ANOmuyyvXHw=; b=jv3scgI4b5hMb5gM1os5kh3WF2nB9IpwgO71FIKaK8dnqo5VWD8yuPoviUOw1oF9ZGOF2I0LFRh6EjHJeGTHHpkhd7+3rCAvsH+z1r0FquvBKWRsQ89jzarGS0nV8arx8+/kMMZSEoNA4zsCbQ3u7/+LdLVgc1QvCJT8QLxKmSA=; Received: from [182.9.96.173] (port=64857 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1VqIUT-000PfT-NM; Tue, 10 Dec 2013 01:16:27 -0700 Date: Tue, 10 Dec 2013 16:16:20 +0800 From: Erich Dollansky To: Ethan House Subject: Re: Base System Rebuild Message-ID: <20131210161620.667c1591@X220.alogt.com> In-Reply-To: References: X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 08:16:28 -0000 Hi, On Mon, 09 Dec 2013 23:57:53 -0800 Ethan House wrote: > I inherited a FreeBSD 9.2 machine in pretty bad shape. The base system > seems to be all out of whack with missing libraries all over the > place. A reinstall of the OS is not an option as I am many states > away from the box in question. Having no idea what caused this what > is the best way to fix this? how can you connect to the machine? If you have any chance to copy files to it as root, I would build a 9.2-system on a machine at hand and then copy the files to the affected machine until a normal log-in is possible. It should then be possible to download the 9.2 sources and compile a new system locally. Erich