From owner-freebsd-jail@FreeBSD.ORG Thu Oct 10 11:35:20 2013 Return-Path: Delivered-To: freebsd-jail@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 ESMTP id E1833510 for ; Thu, 10 Oct 2013 11:35:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6ED223E5 for ; Thu, 10 Oct 2013 11:35:20 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1BEC020BBA for ; Thu, 10 Oct 2013 07:35:14 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Thu, 10 Oct 2013 07:35:14 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=9dOuZlVZsU5wD+B3K5bOpyt9/VM=; b=WrY 6XJewx/ojR6brTXSa5wyGC4DVkLw8E4MVmJ99JRbREssr2FUnxBxwMwVTIrYBI0T nSAbDN/BGG5pB335otMYD6x9xJ6gDGBIlxJ490jUYZMXx3jRCeWa/qMMYl/+1E4b okFi9zHlIJn9zvM9gON1oKL8gcIuXH6PrpGD6dQ4= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id F053811B457; Thu, 10 Oct 2013 07:35:13 -0400 (EDT) Message-Id: <1381404913.25836.32340457.0EA543A2@webmail.messagingengine.com> X-Sasl-Enc: QW7eLjpD56Bw1D6lY9rUJL22cZJaA6co4V+doE7DyWX/ 1381404913 From: Mark Felder To: freebsd-jail@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-ce174988 In-Reply-To: References: Subject: Re: /lib/libc.so.7 unsupported file format Date: Thu, 10 Oct 2013 06:35:13 -0500 X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 11:35:20 -0000 On Wed, Oct 9, 2013, at 23:22, Sami Halabi wrote: > Hi, > i have a box with FreeBSD-9.1-Release-amd64. > I did freebsd-update to the host and to the jails in, one of them is > 32bit > and since then i get: > > root@6:/root # jexec 1 /bin/csh > /lib/libc.so.7: unsupported file layout > root@6:/root # > > i see /lib/libc.so.7 was updated > > as i read in some forums, i did: > root@6:/root # ldconfig /lib /usr/lib /usr/local/lib > root@6:/root # > > I also tried to do freebsd-update from the jail but install failed with > chflags problem. > > I tried freebsd-update with -b and -c to point to the jail freebsd-update > i /var by doing fetch in the jail and install from the host.. without > success, > > For now i rolled back the changes. > > Any hints to workaround this? > I'm not sure that freebsd-update is supported for doing updates of 32bit jails on 64bit hosts. You might have to do the upgrade yourself from source.