From owner-freebsd-questions@FreeBSD.ORG Thu Feb 21 15:52:03 2013 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 428635D9 for ; Thu, 21 Feb 2013 15:52:03 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id AB76DFB8 for ; Thu, 21 Feb 2013 15:52:02 +0000 (UTC) Received: from kw.news4all.se (usenet4all.se [82.182.32.53]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id r1LFpxd5020503; Thu, 21 Feb 2013 16:52:00 +0100 (CET) (envelope-from bah@bananmonarki.se) Message-ID: <51264295.1040902@bananmonarki.se> Date: Thu, 21 Feb 2013 16:51:49 +0100 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Fleuriot Damien Subject: Re: I made a mess. libc References: <51263091.1080507@bananmonarki.se> <2E4C6324-D93A-46EF-82C4-D7C8F9D06894@my.gd> In-Reply-To: <2E4C6324-D93A-46EF-82C4-D7C8F9D06894@my.gd> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 15:52:03 -0000 2013-02-21 15:43, Fleuriot Damien skrev: > > On Feb 21, 2013, at 3:34 PM, Bernt Hansson wrote: > >> Hello list! >> >> It's me again. >> >> I was happily upgrading my jail make build* and so on. >> >> Make installworld failed with som chflag set on libc.so.7 >> so i left jail and went to the host and tought I fixit from there. >> >> I did remove the chflag and all was well I tought, but no. >> >> Copy it to the jail, someone screamed, ok I'll do that >> >> Well the problem is I copied it to the host amd64 and jail is i386. >> >> the host locked up hard and after a reboot I get >> >> libc.so.7 invalid file format. How do I get it back. >> >> I can not burn a cd with livefs, wich should be on memorystick >> anyway. >> >> Thanks for any help and it's needed. > > > > This is my libc.so.7 from the 19th, for 8-stable amd64, after the patch for the security advisory. > > root@pf1:/usr/ports/emulators/fuse # ls -l /lib/libc.so.7 > -r--r--r-- 1 root wheel 1399225 Feb 19 15:27 /lib/libc.so.7 > > root@pf1:/usr/ports/emulators/fuse # md5 /lib/libc.so.7 > MD5 (/lib/libc.so.7) = 9e4b09aa6dbc731bf56593b736e9fef1 > > root@pf1:/usr/ports/emulators/fuse # shasum /lib/libc.so.7 > 19e856f287586f52611aca9a4aa8a4104b65fb4e /lib/libc.so.7 > > root@pf1:/usr/ports/emulators/fuse # uname -a > FreeBSD pf1.backbone.dev 8.3-STABLE FreeBSD 8.3-STABLE #6 r247008M: Tue Feb 19 20:14:57 UTC 2013 root@pf1.backbone.dev:/usr/obj/usr/src/sys/UNIVERSAL amd64 > > > I can host the file over HTTP if you want. > That was very nice of you, but how do I get the file into my machine?