From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 27 20:59:32 2007 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8AA216A4C0; Thu, 27 Sep 2007 20:59:32 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id 516BA13C4C5; Thu, 27 Sep 2007 20:59:32 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l8RKxVBJ036013; Thu, 27 Sep 2007 16:59:31 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l8RKxQsp022905; Thu, 27 Sep 2007 16:59:26 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l8RKxQZl022904; Thu, 27 Sep 2007 16:59:26 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200709272059.l8RKxQZl022904@himinbjorg.tucs-beachin-obx-house.com> To: jhein@timing.com (John E Hein) Date: Thu, 27 Sep 2007 16:59:26 -0400 (EDT) In-Reply-To: <18172.5733.144390.147882@gromit.timing.com> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: emulation@freebsd.org Subject: Re: Signal 12 on simple ldd / Linux X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2007 20:59:32 -0000 > > Tuc at T-B-O-H.NET wrote at 16:34 -0400 on Sep 27, 2007: > > Right, thats what I'm saying, sort of. I haven't tried to pull the > > /compat off NFS, and put it locally on a machine thats failed yet. > > > > Would anyone know the best way to copy that whole structure? I'm > > concerned with pipes and devs and the likes that cpio might not work > > right. > > cp -pR? > I said cpio, but meant cp... I tried it, but it resolved links that ldconfig didn't like. I eventually piped a find to cpio and it copied... I did the /compat/linux/sbin/ldconfig and it returned fine, but try to run the program results in my still getting the same error. I don't know if its because something in cache somewhere or what now... Maybe I should do a proper install of linux_base-fc-4 incase, or would a reboot first be suggested, or ???? Thanks, Tuc