From owner-freebsd-current@FreeBSD.ORG Thu Mar 3 03:21:27 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 A712F16A4CE for ; Thu, 3 Mar 2005 03:21:27 +0000 (GMT) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F7443D49 for ; Thu, 3 Mar 2005 03:21:26 +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; 02 Mar 2005 19:21:25 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id j233JFQM076766; Wed, 2 Mar 2005 19:20:30 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id j233I0PP076703; Wed, 2 Mar 2005 19:18:00 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200503030318.j233I0PP076703@ambrisko.com> In-Reply-To: <20050303014808.GA19265@math.uic.edu> To: Vladimir Egorin Date: Wed, 2 Mar 2005 19:18:00 -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: Current cc: Julian Elischer 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: Thu, 03 Mar 2005 03:21:27 -0000 Vladimir Egorin writes: | On Tue, Mar 01, 2005 at 09:53:03PM -0800, Doug Ambrisko wrote: | > Julian Elischer writes: | > | Well I have it compiling but when running | > | it fails with: | > | | > | julian@jules:vmware | > | Setting TMPDIR=/var/tmp. | > | VMware Workstation PANIC: NOT_IMPLEMENTED F(566):1081 | > | VMware Workstation PANIC: NOT_IMPLEMENTED F(566):1081 | > | VVMware Workstation PANIC: NOT_IMPLEMENTED F(566):1296 | > | AIO panic loop | > | Mware Workstation PANIC: AIO: NOT_IMPLEMENTED F(566):1081 | > | julian@jules: | > | | > | I am guessing that, since this DID work before | > | the new linux base libraries are expecting to use AIO | > | and maybe we don't support it? | > | > 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. | | Do you know if the same recipe would work for vmware3 ? | The port used to work on -CURRENT until about Feb 13, | but since then pushing the "power on" button in vmware | instantaneously reboots the machine. I did reinstall | vmware port after upgrading. This won't fix your FreeBSD host rebooting. There is probably a driver incompatibility issue with a newer current. Doug A.