From owner-freebsd-emulation@FreeBSD.ORG Mon May 3 15:50:43 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 9F73E16A4DB for ; Mon, 3 May 2004 15:50:42 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ADA743D5E for ; Mon, 3 May 2004 15:50:42 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i43MoexZ005381 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 May 2004 18:50:40 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i43MoYEc097780; Mon, 3 May 2004 18:50:34 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16534.52410.881023.431391@grasshopper.cs.duke.edu> Date: Mon, 3 May 2004 18:50:34 -0400 (EDT) To: Doug Ambrisko In-Reply-To: <200405032122.i43LMiVX055086@ambrisko.com> References: <16531.64457.287692.950839@grasshopper.cs.duke.edu> <200405032122.i43LMiVX055086@ambrisko.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid 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 22:50:43 -0000 Doug Ambrisko writes: > 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. Cool.. BTW, has anybody tried running 5.2-current as a guest on vmware2? It panics in sse2_pagezero() on my p4, so I have to break into the debugger and reduce my cpu_class to 3. I"m really glad that the jsnap builds have ddb built in.. ;) Also, tsc ticks are off by an order of magnitude, so the install was really slow until I could switch it to the i8254. Drew