From owner-freebsd-newbies@FreeBSD.ORG Sun May 2 18:33:18 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B14916A4CF; Sun, 2 May 2004 18:33:18 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C9EB43D1F; Sun, 2 May 2004 18:33:18 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i431XHsS070986; Sun, 2 May 2004 18:33:17 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i431XH55070985; Sun, 2 May 2004 18:33:17 -0700 (PDT) (envelope-from sgk) Date: Sun, 2 May 2004 18:33:17 -0700 From: Steve Kargl To: haig@sylac.de Message-ID: <20040503013317.GA70955@troutmask.apl.washington.edu> References: <27069625$1083545780409598b48f99f4.24297031@config22.schlund.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27069625$1083545780409598b48f99f4.24297031@config22.schlund.de> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org cc: freebsd-newbies@freebsd.org Subject: Re: missing libncurses.so.5 and other lib* X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 01:33:18 -0000 On Mon, May 03, 2004 at 03:02:01AM +0200, haig@sylac.de wrote: > > as they were working nicely. > any ideas how I can get a shell ? > or another solution ? If you have a /rescue directory (which you should), then boot into single user mode and specify /rescue/sh as your shell. Next, mount your filesystems with /rescue/mount and restore the missing libraries from your backup tapes. -- Steve