From owner-freebsd-jail@FreeBSD.ORG Thu Oct 10 04:22:02 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 2B03CB46 for ; Thu, 10 Oct 2013 04:22:02 +0000 (UTC) (envelope-from sodynet1@gmail.com) Received: from mail-pb0-x234.google.com (mail-pb0-x234.google.com [IPv6:2607:f8b0:400e:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 060752C17 for ; Thu, 10 Oct 2013 04:22:01 +0000 (UTC) Received: by mail-pb0-f52.google.com with SMTP id wz12so1925480pbc.25 for ; Wed, 09 Oct 2013 21:22:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Vo3s5jvsT1gve+Q2vzuJZzBizJM3n1tHSRl/tmIq6sI=; b=AgG1+AbpnHCleQ5F2biFeiTj1goYSHIaiWwtnjfGi3/C/FlLE3vX/tt4+WYfEG0poU JLVTshpqssVA8ol5e6Vd+fbp4k0kiN2RVtcNtTo0MdZ3azRC8pjwgxczFTtdANGLYcgW /9BpRSz0ehS/zAO0yTi6DlFzHwJ5sZo4j5wYbz1/rai11atm61ByEpkAFViKrT881+Zy KkN98xPXzMEAwqLwKDLkIwEHyp94tVBI/brj5G1Exe1GGBYFfdvF75cj6VIwqE+RNu2k XHRRBn0AhtkONQ9TvcAypQHDRzp7F0R/Ui6tidGYV0hP129awRTnXRRaooFipnJWDCVC M1sg== MIME-Version: 1.0 X-Received: by 10.68.101.225 with SMTP id fj1mr11758218pbb.8.1381378921672; Wed, 09 Oct 2013 21:22:01 -0700 (PDT) Received: by 10.70.30.98 with HTTP; Wed, 9 Oct 2013 21:22:01 -0700 (PDT) Received: by 10.70.30.98 with HTTP; Wed, 9 Oct 2013 21:22:01 -0700 (PDT) Date: Thu, 10 Oct 2013 07:22:01 +0300 Message-ID: Subject: /lib/libc.so.7 unsupported file format From: Sami Halabi To: freebsd-jail@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 04:22:02 -0000 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? Thanks in advance, Sami