From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 02:47:53 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 194C9106566B for ; Mon, 1 Oct 2012 02:47:53 +0000 (UTC) (envelope-from olivier2553@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 97F818FC19 for ; Mon, 1 Oct 2012 02:47:52 +0000 (UTC) Received: by weyx43 with SMTP id x43so3086846wey.13 for ; Sun, 30 Sep 2012 19:47:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=w7u9RGAmUSQU2ZVWD91WqssPSmNHpfHvIhMZxHvGG2I=; b=mIYv6WsxqHjLixgqykw8v0kNZCzy6fIc8Dk7uqxzTycTVkpDQqck/weeEhHjok46O0 +MVxlOZ2WdaSZSjCztyCJsg+PX+wcit4ke/iYROiK2wkaL74AqU+rtA+m1k4TMN0TCBc /nfI7T/iSgm2ilYwSCSVFtwIbD9VBbJFqVpSvdOrcibv11W5d8jVqOtmxfomb+ERehFV 0TlDvZBM0uw0n9W6NDYuYlG5hKQUime9RLGhFckatZDlA9UxsJ+Ln6rzuD/TF1/+F0XX HxSdFw3xG2OyJDtIIHtHRXid37K0nmwi+94xEZbOAo6+Jt9AdTOwAxp9rNgcKvBG1cTu GEQw== MIME-Version: 1.0 Received: by 10.180.24.4 with SMTP id q4mr11336534wif.19.1349059671303; Sun, 30 Sep 2012 19:47:51 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.223.58.1 with HTTP; Sun, 30 Sep 2012 19:47:51 -0700 (PDT) In-Reply-To: <20121001200829.2c8afade@atomizer64> References: <20121001200829.2c8afade@atomizer64> Date: Mon, 1 Oct 2012 09:47:51 +0700 X-Google-Sender-Auth: FMgXKq2t5cUmq1tM4TUMoL8Nuvo Message-ID: From: Olivier Nicole To: Rod Person Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-questions@freebsd.org" Subject: Re: Port update hosed entire system 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: Mon, 01 Oct 2012 02:47:53 -0000 Rod, > I was attempting to update ports that used libogg with the command > > portmaster -d -y -r libogg > > I went away and came back some hours later and some updates had failed. > Now my shell segfaults on any command such as ls, clear or su > I tried to login on another console as root and after giving the > password it just goes back to login. I am at a loss as to what to do to > fix this one. > > $ uname -a > FreeBSD Atomizer64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 > 02:52:29 UTC 2012 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > > Any help or ideas would be appreciated. Can you run /bin/sh? That would be a start to try reinstalling what was lost. Good luck, Olivier