From owner-freebsd-stable@FreeBSD.ORG Sat Mar 5 04:00:18 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7425716A4CE; Sat, 5 Mar 2005 04:00:18 +0000 (GMT) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A11D43D1D; Sat, 5 Mar 2005 04:00:18 +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 20:00:18 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id j2540HGj031027; Fri, 4 Mar 2005 20:00:17 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id j2540H9A031026; Fri, 4 Mar 2005 20:00:17 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200503050400.j2540H9A031026@ambrisko.com> In-Reply-To: <20050304232520.GF888@genius.tao.org.uk> To: Josef Karthauser Date: Fri, 4 Mar 2005 20:00:17 -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: emulation@freebsd.org cc: stable@freebsd.org Subject: Re: VMware, AIO, what's up? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2005 04:00:18 -0000 Josef Karthauser writes: | I'm confused. VMWare (3) no longer works for me. I upgraded my base | linux to base_linux_8 (from 6 I think) and now I get: | | VMware PANIC: (ide0:0) NOT_IMPLEMENTED F(831):712 | VMware PANIC: (VMX) AIO: NOT_IMPLEMENTED F(831):712 | | I have aio.ko loaded and so it isn't that, and it worked a few days ago. | I'm scratching my head and could really do with a clue stick. Will | someone please throw me one? You need to run the vmware-any-any-update patch on the vmware binary to make it work with the new Linux libs. You can google to find it: a21p% ./update vmware Updating vmware ... VMware Workstation 2.0.4 (build-1142), now patched a21p% Doug A.