From owner-freebsd-emulation@FreeBSD.ORG Mon May 3 14:22:49 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A39D16A4CF for ; Mon, 3 May 2004 14:22:49 -0700 (PDT) Received: from mail.ambrisko.com (adsl-64-174-51-43.dsl.snfc21.pacbell.net [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D7143D53 for ; Mon, 3 May 2004 14:22:49 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) (192.168.1.2) by mail.ambrisko.com with ESMTP; 03 May 2004 14:22:48 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.9p2/8.12.9) with ESMTP id i43LMmjd055091; Mon, 3 May 2004 14:22:48 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.9p2/8.12.9/Submit) id i43LMiVX055086; Mon, 3 May 2004 14:22:44 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200405032122.i43LMiVX055086@ambrisko.com> In-Reply-To: <16531.64457.287692.950839@grasshopper.cs.duke.edu> To: Andrew Gallatin Date: Mon, 3 May 2004 14:22:44 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: iedowse@maths.tcd.ie cc: freebsd-emulation@freebsd.org Subject: Re: vmware2 patch for -CURRENT X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 03 May 2004 21:22:49 -0000 Andrew Gallatin writes: | o - linux-base 8.x is too new to run vmware2. Due to a change in the | nice ABI in glibc, if you run vmware2 with newer libs, it will | crash, complaining that AIO is not implemented. This has nothing to | do with your patch, but I wanted to get it into the archives, as it | took me an hour or two of running strings on the linux libc and | Googling before I pulled the /compat/linux/lib directory from an old | 4.x with linux_base-6.1 installed. Try to run vmware-any-any-update42 to patch the vmware binary. A Google search can find it or a newer version. Doug A.