From owner-freebsd-current@FreeBSD.ORG Sat Mar 5 00:58:20 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E3C16A4CE for ; Sat, 5 Mar 2005 00:58:20 +0000 (GMT) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C03243D3F for ; Sat, 5 Mar 2005 00:58:20 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) (192.168.1.2) by mail.ambrisko.com with ESMTP; 04 Mar 2005 16:58:20 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id j250wK9J021638; Fri, 4 Mar 2005 16:58:20 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id j250wKB9021637; Fri, 4 Mar 2005 16:58:20 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200503050058.j250wKB9021637@ambrisko.com> In-Reply-To: <20050305004343.GA1108@NitroPhys.welchsmnet.net> To: Sean_Welch@alum.wofford.org Date: Fri, 4 Mar 2005 16:58:20 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-current@freebsd.org cc: julian@elischer.org Subject: Re: fixing Vmware 2 port for 5.x and 6.x.. kmem _alloc_pageable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2005 00:58:20 -0000 Sean Welch writes: | >vmware/linux has a bug. Linux libs changed the call breaking | >vmware. There are source programs to patch the vmware binaries. | >Do a google search for vmware-any-any-update, build and run against | >you vmware bin. | | Would you please elaborate? I have downloaded the aforementioned | patch but have been unable to get it to do anything useful. Namely, | the thing expects to be run under linux and doesn't get very far: | | # ./runme.pl | Unable to open the installer database /etc/vmware/locations in | read-mode. | | Execution aborted. | | What would you recommend? Skip the extra bits and just go for the code. make update cp vmware.orig ./update Then it should be good to go. Doug A.