From owner-freebsd-jail@FreeBSD.ORG Thu Oct 10 11:55:12 2013 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64599AB7 for ; Thu, 10 Oct 2013 11:55:12 +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 3843D2500 for ; Thu, 10 Oct 2013 11:55:12 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1D95D20C5E for ; Thu, 10 Oct 2013 07:55:02 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Thu, 10 Oct 2013 07:55:02 -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:subject:date:in-reply-to :references; s=smtpout; bh=2twdIfOoQD8rtVxz+fo7gJpLuzg=; b=JnDA2 RrP2wEGgBvKw73Aps7StScYA88talr4N0WJJStjwA6wqkmU/FJVgvbnu7/s0uWrH oSmWH6dgMMs1AG/9l3AMf/Cw2u+EflHMJU7fup5tqxZ09FFglUziKaKq836yJXNT RJh92nP9jN6ap0kyqC64vWMnRqAX+oWJjQVNf4= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id F2F69116683; Thu, 10 Oct 2013 07:55:01 -0400 (EDT) Message-Id: <1381406101.2271.32347133.46E044A4@webmail.messagingengine.com> X-Sasl-Enc: kVimYR/YV8GOjvfGZBU6FSLKU2G5dRlriLsO1n17zWjb 1381406101 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 Subject: Re: /lib/libc.so.7 unsupported file format Date: Thu, 10 Oct 2013 06:55:01 -0500 In-Reply-To: References: <1381404913.25836.32340457.0EA543A2@webmail.messagingengine.com> 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:55:12 -0000 On Thu, Oct 10, 2013, at 6:48, Sami Halabi wrote: > Hi, > is there a simple way to interpret the data in /var/db/freebsd-update > that > sits inside a jail, from HOST and install the updates that already > fetched > somehow ? > freebsd-update uses binary patches. They are not entire files you could simply replace on your system. As you have witnessed, applying a binary patch intended for a 64bit binary to a 32bit binary has dire consequences. Unfortunately the data in /var/db/freebsd-update is completely worthless for your 32bit jail.