From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 18:07:08 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97D6717C for ; Wed, 9 Apr 2014 18:07:08 +0000 (UTC) Received: from mail-vc0-x235.google.com (mail-vc0-x235.google.com [IPv6:2607:f8b0:400c:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55E4A1A49 for ; Wed, 9 Apr 2014 18:07:08 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id id10so2355745vcb.40 for ; Wed, 09 Apr 2014 11:07:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=pUYdbfL9sK0XvEnRgXQvsP1OWLW0fcJvVQy40e+fa2g=; b=ZkGm4xmLw6izV0ERBXj8uq2v1zZlh/MFaLmDrl/VhYBVnbgwwL0KqtNYVeleD0/9P7 ECohEWAMiPkmWkeDM2L3HiZtlEbNvLwnfHyWG/J97YiPgD/BC2EkbpH3p4D8SgcwqZ1l aafhOJiw8wB4VbchmZZ3W9OTjSrHaXn13p8r0P9pp+jeaXznZ5EQWCBAC29CWDZSwHev FHCOQtgpuHdkZ+7cfnCEqvECKgNfvx0tdP7rZjozugTtPRnHYMyjbJcLkeWKg4q2Xt1H 0AvJrk8z9x+mLan/W01w1VXOcaNXHFOlZkVQBW7UIkKSDB9sLACVYyM7+4iXOWdXV39J 9/DQ== MIME-Version: 1.0 X-Received: by 10.221.26.10 with SMTP id rk10mr10076210vcb.0.1397066827427; Wed, 09 Apr 2014 11:07:07 -0700 (PDT) Received: by 10.221.26.74 with HTTP; Wed, 9 Apr 2014 11:07:07 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Apr 2014 14:07:07 -0400 Message-ID: Subject: Re: Issue with upgrade (9.1 to 9.2) From: Andre Goree To: Thomas Hoffmann Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: andre@drenet.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 18:07:08 -0000 I tried [half of] that not 30 mins ago...i.e. I copied /libexec/ld-elf.so.1 from /libexec on the live cd to the corresponding dir on my partition, but to no avail. One thing I'm just now realizing is that the iso is 9.1-RELEASE iso. Let me try with a 9.2-RELEASE iso, thanks for pointing me in the right direction! On Wed, Apr 9, 2014 at 2:03 PM, Thomas Hoffmann wrote: > On Wed, Apr 9, 2014 at 12:16 PM, Andre Goree wrote: > >> Anyone have any insight on this? Is there any way to salvage this or >> am I just SoL and need to reinstall? >> >> On Tue, Apr 8, 2014 at 10:51 PM, Andre Goree >> wrote: >> > It would seem I've screwed something up with my upgrade. Soon after >> > performing the upgrade via freebsd-update followed by a reboot, I >> > tried to go into single-user mode to finish up. After doing so, >> > everytime I attempted to use my /usr partition, I would run into the >> > error: >> > >> > /var: got error 11 while accessing filesystem >> > >> > I [thought] I fixed this by following this[1] mailing list post, which >> > suggested upping 'kern.bio_transient_maxcnt'. I set that tunable to >> > 10 and rebooted, at which point the server appeared to boot fine. I >> > think continued with 'freebsd-update install', however apparently it >> > was interrupted -- probably with a kernel panic as my system >> > automatically rebooted and was thrown to single-user mode. Now, the >> > issue is that in single-user mode, I cannot access any shell, I get >> > the following error: >> > >> > ELF interpreter /libexec/ld-elf.so.1 not found >> > >> > I recall running into this on a different box a year or two back...I >> > think I had to somehow run ldconfig, but in this case I cannot as even >> > when I boot with a live cd and mount my partitions, when I try to >> > chroot I run into that same error. Help? >> > > Can you access the rescue shell at /rescue/sh? /rescue contains statically > linked commands for just such a contingency as this. If that works, maybe > you can then copy ld-elf.so.1 from ./libexec from the live CD to your base > system (/libexec) to get past this issue? > > -Tom > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"