From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 20:08:23 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 6B5754DF for ; Wed, 9 Apr 2014 20:08:23 +0000 (UTC) Received: from mail-vc0-x233.google.com (mail-vc0-x233.google.com [IPv6:2607:f8b0:400c:c03::233]) (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 290BF18BC for ; Wed, 9 Apr 2014 20:08:23 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id ij19so2530246vcb.38 for ; Wed, 09 Apr 2014 13:08:22 -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=MHy6UY3/gFijojsBhaG9v6sfsoqMx/DOwjjjggy0+DI=; b=Kq12PL3lq0qg6LAfoDBQOh/74Ibb7vkTFzAsTDd+jb+q+Ud9B6gBT9Nfjr05duYBvA 3sDN4Lu9CpahTi1NPoBZDYzmnUO1Iu6IHYazyrOMBzMvMb+Gi+rV4w5z7NVnv4pHah2x sx+2vAxm5nbaVYNXP/QSLvLPOEDiF8S4+nEYcspY9Kowjr+ZwHN6uEpjzjdQ2YAmOr84 Hjv06dGsGSktfR+RUyCnfoYbAsZLYRGt87BwDYl8c5jSPCu9IIvsAvWrSQU8XRz+6uFL h3q2IiFw6nJGZfkTJ4UtlBrIru7Cws8jSMemPjK9+D1Inabeobo8e8BxmBYgZnwua8W1 3MNA== MIME-Version: 1.0 X-Received: by 10.58.154.10 with SMTP id vk10mr10671363veb.18.1397074102150; Wed, 09 Apr 2014 13:08:22 -0700 (PDT) Received: by 10.221.26.74 with HTTP; Wed, 9 Apr 2014 13:08:22 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Apr 2014 16:08:22 -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 20:08:23 -0000 FWIW, even copying from /libexec with the 9.2-RELASE iso did not work. I'll probably just install...kinda sucks that I used freebsd-update for this -- I should've just built it like I would normally do, though I'm not certain that would've changed anything. 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"