From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 8 13:26:01 2005 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 4136516A4CE for ; Tue, 8 Feb 2005 13:26:01 +0000 (GMT) Received: from hotmail.com (bay15-f16.bay15.hotmail.com [65.54.185.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E2F743D3F for ; Tue, 8 Feb 2005 13:26:01 +0000 (GMT) (envelope-from carlj1752@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 8 Feb 2005 05:26:00 -0800 Message-ID: Received: from 18.97.6.213 by by15fd.bay15.hotmail.msn.com with HTTP; Tue, 08 Feb 2005 13:25:33 GMT X-Originating-IP: [18.97.6.213] X-Originating-Email: [carlj1752@hotmail.com] X-Sender: carlj1752@hotmail.com From: "Carl J" To: garyj@jennejohn.org Date: Tue, 08 Feb 2005 08:25:33 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 08 Feb 2005 13:26:00.0488 (UTC) FILETIME=[BAEDDA80:01C50DE1] cc: freebsd-emulation@freebsd.org Subject: Re: vmware3 trouble with AIO NOT_IMPLEMENTED F(831):712 error 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: Tue, 08 Feb 2005 13:26:01 -0000 "Carl J" writes: >Hi, all! I've just upgraded to FreeBSD 4.11 (by a fresh re-install), >and installed /usr/ports/emulators/vmware3 >I was able to power up a virtual machine, and boot up Win2K, etc. >But whenever I power down the VM, vmware popups a panic message: > VMWare Workstation Unrecoverable error: (VMX) > AIO: NOT_IMPLEMENTED F(831):712 >And it logs an error message to the console: > linux: 'ioctl' fd=10, cmd=0x5393 ('S',147) not implemented Gary Jennejohn wrote: >This would appear to be this ioctl, defined in include/linux/cdrom.h: >#define CDROM_SEND_PACKET 0x5393 /* send a packet to the drive */ >Do you have a CDROM defined? What happens if you remove it? Hi! Thank you for your reply! Unfortunately, it did not entirely solve my problem. Once I remove all CDROM drive definition in the virtual machine, it no longer generated the "ioctl" error message. But VMWare3 still panics at shutdown, with AIO NOT_IMPLEMENTED F(831):712. Does VMWare3 works for you? Are you on FreeBSD 4.11? Maybe I can compare notes and see why it's giving me troubles. Thanks again for your help so far! Really appreciate it. - Carl