From owner-freebsd-emulation@FreeBSD.ORG Mon May 3 05:58:34 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 C695516A4CE for ; Mon, 3 May 2004 05:58:34 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 724EE43D46 for ; Mon, 3 May 2004 05:58:34 -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 i43CwXxZ000562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 May 2004 08:58:33 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i43CwRuM097177; Mon, 3 May 2004 08:58:27 -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.16883.828012.672187@grasshopper.cs.duke.edu> Date: Mon, 3 May 2004 08:58:27 -0400 (EDT) To: "Georg-W. Koltermann" In-Reply-To: <1083538230.56810.5.camel@localhost.muc.eu.mscsoftware.com> References: <16531.64457.287692.950839@grasshopper.cs.duke.edu> <1083538230.56810.5.camel@localhost.muc.eu.mscsoftware.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid 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 12:58:34 -0000 Georg-W. Koltermann writes: > Am Sa, den 01.05.2004 schrieb Andrew Gallatin um 21:34: > > > 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. > > There is a patch from VMWare for that. It's called update42, you can > google for "update42 vmware". You unpack the tar, compile the little C > program and run it giving the installed VMWare binary, > /usr/local/lib/vmware/bin/vmware, as a command line agument. It patches > the binary so that it runs with Linux8 userland. Awesome! I haven't tried it, but I welcome an end to the linux shared-lib hell that running linux_base version 6.1 was creating. Thanks for the pointer.. Drew