From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 16:16:05 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 4ED76ADC for ; Wed, 9 Apr 2014 16:16:05 +0000 (UTC) Received: from mail-ve0-x230.google.com (mail-ve0-x230.google.com [IPv6:2607:f8b0:400c:c01::230]) (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 0EB161CBE for ; Wed, 9 Apr 2014 16:16:04 +0000 (UTC) Received: by mail-ve0-f176.google.com with SMTP id db11so2306729veb.35 for ; Wed, 09 Apr 2014 09:16:03 -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:content-type; bh=OO7PrKaZuky2a/ql+3nBqXs/oZgERRxLs3wajHyol8A=; b=gE/3/9/PIqHNsIJk0UonRnJUVIC82SXop6ycldB3zQPwPR4d5kDU7mMJSr2t29H9Xa 6nUAdxuwFQHfUZYH/U+/gfr863w9GZg5NEwwlx+U4gIk6zH0EOR3VwbEXvo1NX4YLXVx SOwN83J3nXNOha7t+uPQiojIbesmH5MZ0H59p7/17F4ff7QdWcyzG8dbXeytnwGfAnU9 fjOgpQv70CCx1g6fBVy1oP4yKZRouc65obCZzKNeOpGPrhuefWBn8KvGHNy3JRcYTuwL RoWVJH3/rEt6s8Rh1/1xMheHhcukKU9i3QGsSn/Nw+/Zm87pVDfv0Y+2ggmKgH65ZJR8 X5Hg== MIME-Version: 1.0 X-Received: by 10.220.170.202 with SMTP id e10mr9626023vcz.20.1397060163684; Wed, 09 Apr 2014 09:16:03 -0700 (PDT) Received: by 10.221.26.74 with HTTP; Wed, 9 Apr 2014 09:16:03 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Apr 2014 12:16:03 -0400 Message-ID: Subject: Re: Issue with upgrade (9.1 to 9.2) From: Andre Goree To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 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 16:16:05 -0000 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? > > > [1] http://lists.freebsd.org/pipermail/freebsd-stable/2013-October/075595.html