From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 27 21:48:12 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 BD0C016A417; Thu, 27 Sep 2007 21:48:12 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (daffy.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 6817713C46A; Thu, 27 Sep 2007 21:48:12 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id l8RLmBlu049361; Thu, 27 Sep 2007 15:48:11 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.1/8.14.1) with ESMTP id l8RLmAFA072478; Thu, 27 Sep 2007 15:48:10 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.1/8.14.1/Submit) id l8RLmAPs072475; Thu, 27 Sep 2007 15:48:10 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18172.9497.981078.810049@gromit.timing.com> Date: Thu, 27 Sep 2007 15:48:09 -0600 From: John E Hein To: "Tuc at T-B-O-H.NET" In-Reply-To: <200709272059.l8RKxQZl022904@himinbjorg.tucs-beachin-obx-house.com> References: <18172.5733.144390.147882@gromit.timing.com> <200709272059.l8RKxQZl022904@himinbjorg.tucs-beachin-obx-house.com> X-Mailer: VM 7.19 under Emacs 22.0.99.1 X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on Daffy.timing.com X-Virus-Status: Clean 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 21:48:12 -0000 Tuc at T-B-O-H.NET wrote at 16:59 -0400 on Sep 27, 2007: > > > > 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. The -R should handle sym links correctly (copy the link itself instead of following it), but will break hard links into multiple separate files. > I eventually piped a find to cpio and it copied... ok > I did the /compat/linux/sbin/ldconfig and it returned fine, I usually do '/compat/linux/sbin/ldconfig -r /compat/linux'. > 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 ???? This seems to confirm (?) that it's not nfs'd /compat/linux. Move away the current linux_base, try a proper install of linux_base, see if there are any differences. Try a kldunload / kldload of linux &/or linprocfs (if loaded). Try a linux.ko from a working system. If you try the reboot and it fixes things, you don't learn a lot.