From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 02:51:15 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 238BA5DC for ; Wed, 9 Apr 2014 02:51:15 +0000 (UTC) Received: from mail-vc0-x22c.google.com (mail-vc0-x22c.google.com [IPv6:2607:f8b0:400c:c03::22c]) (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 DAECE1A66 for ; Wed, 9 Apr 2014 02:51:14 +0000 (UTC) Received: by mail-vc0-f172.google.com with SMTP id la4so1593690vcb.3 for ; Tue, 08 Apr 2014 19:51:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=UHjFgDycD/or3bJbT53KAGflBjN033dGvXVLnvV/9WQ=; b=z9D3DCJSZjhU6X2fcWzu3JNvWxreKul3qtS0H9WJrCaI0biP+9QK8LJQz8x+2wpS8i 04iZPEWk0UbX0MO6iNKIxlW+eG08l83L2B0CDw05mgBuFxHzEAFHGbXbTTAQABTNhFMo uTT2JnX4Or/GA5MkZK+KPDjC8dCHZkinE5Pmcu1WjA+/IDXKQ3JBVpzHHkT1zDJzy065 Ios2uVfyjg1rC5zkDHUgEMes/w79Nd5J2qBpqA1pcwsCgcGS6MAddaCJd7WjVWE62QQC qonYGw0SL/arY59PAQzJBAhDxo5kMPeb8VMYkT+3bvVHX5NKKgVGyMhQBjK1ixGs6OGy a7tA== MIME-Version: 1.0 X-Received: by 10.52.51.197 with SMTP id m5mr5384118vdo.9.1397011873901; Tue, 08 Apr 2014 19:51:13 -0700 (PDT) Received: by 10.221.26.74 with HTTP; Tue, 8 Apr 2014 19:51:13 -0700 (PDT) Date: Tue, 8 Apr 2014 22:51:13 -0400 Message-ID: Subject: 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 02:51:15 -0000 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