From owner-freebsd-emulation@FreeBSD.ORG Sun May 14 03:34:09 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 BF80516A403 for ; Sun, 14 May 2006 03:34:09 +0000 (UTC) (envelope-from bendix@cfl.rr.com) Received: from ms-smtp-05.tampabay.rr.com (ms-smtp-05.tampabay.rr.com [65.32.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id C149D43D5D for ; Sun, 14 May 2006 03:34:08 +0000 (GMT) (envelope-from bendix@cfl.rr.com) Received: from razor.chota.org (251.250.121.70.cfl.res.rr.com [70.121.250.251]) by ms-smtp-05.tampabay.rr.com (8.13.6/8.13.6) with ESMTP id k4E3Y6na005859 for ; Sat, 13 May 2006 23:34:07 -0400 (EDT) Date: Sat, 13 May 2006 23:34:06 -0400 From: bendix To: freebsd-emulation@freebsd.org Message-ID: <20060513233406.2ea524f9@razor.chota.org> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: vmware causing system panic? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 14 May 2006 03:34:09 -0000 I'm having issues with VMWare causing a panic. I can't find any posts in the mailing lists concerning this so here is my email. My system runs stable except for when I use VMWare. I've been using VMWare for the past several months without incident. However, since I updated the VMWare port in the past week, I think it has been causing my system to panic. VMWare seems to be the only constant thing every time it does panic, so I'm assuming that is the cause. While running VMWare I get the following messages in the console: razor kernel: linux: pid 2065 (vmware): ioctl fd=9, cmd=0x1268 ('',104) is not implemented Also that is the last entry in the log before the panic. The only other entries I see in the logs in reference to VMWare is about loading vmmon except for the following: kernel: vmmon: Vmx86_ReleaseVM: unlocked pages: 195015, unlocked dirtypages: 143294 Which I think is complaining about VMWare not being shutdown properly? Here is my system info: # uname -a FreeBSD razor.chota.org 6.1-STABLE FreeBSD 6.1-STABLE #2: Fri May 12 20:40:51 EDT 2006 root@razor.chota.org:/usr/src/sys/i386/compile/razor i386 # ls /var/db/pkg | egrep '(linux_base|vmware)' drwxr-xr-x 2 root wheel 512 May 12 21:23 linux_base-8-8.0_14/ drwxr-xr-x 2 root wheel 512 May 12 21:23 vmware3-3.2.1.2242_13,1/ Any ideas as to what is causing this or how to fix it? Thanks.