From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 10 01:41:42 2005 Return-Path: X-Original-To: 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 B998D16A41C for ; Sun, 10 Jul 2005 01:41:42 +0000 (GMT) (envelope-from andy@spadger.best.vwh.net) Received: from rwcrmhc12.comcast.net (rwcrmhc14.comcast.net [216.148.227.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 899DB43D45 for ; Sun, 10 Jul 2005 01:41:42 +0000 (GMT) (envelope-from andy@spadger.best.vwh.net) Received: from spadger.best.vwh.net (c-24-16-37-100.hsd1.wa.comcast.net[24.16.37.100]) by comcast.net (rwcrmhc14) with ESMTP id <2005071001414101400idrl4e>; Sun, 10 Jul 2005 01:41:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spadger.best.vwh.net (Postfix) with ESMTP id AF0C8899 for ; Sat, 9 Jul 2005 18:41:39 -0700 (PDT) X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 To: emulation@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 09 Jul 2005 18:41:39 -0700 From: Andy Sparrow Message-Id: <20050710014139.AF0C8899@spadger.best.vwh.net> Cc: Subject: VMWare questions/issues? 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, 10 Jul 2005 01:41:42 -0000 Hi, Has anyone else noticed the following, or is it just me? I recently re-installed VMWare2 and it broke. VMware 2 needs the vmware-any-any-update patch to avoid the AIO VMWare panic loop. However, after patching the VMWare binary with the latest vmware-any-any-update92, it complains to the effect that "0 is less than the required minimum of 32MB for host memory"... Going into the Configuration Editor indeed shows zero bytes host memory detected. Not good. Patching out the MEM-related function calls from the patch1142() function in update.c, re-installing and using the patched patch installer seems to fix the immediate problem - all host memory is detected. However, things are still not right. Sometimes VMware starts up perfectly and runs for hours with no issues; most times, powering up the VM causes an instant hard lock of the machine with the hard drive light locked on solid. I don't recall the older vmware-any-any-update patch doing this, but can only find v92 now. Any ideas as to what else might in the patch set might be incompatible/unnecesary with linux_base-8-8.0.6? There's really not a lot of debugging available - no log entries anywhere, can't break to kernel debugger, nothing. Also, what's the trick to getting networking functional with VMWare3? Neither bridged nor host-only mode seems to work for me - packets go out, but nothing ever comes back in - the exact same setup/inputs to the port works as expected/as it always did with VMWare2... This is all recent UP 4.11-STABLE with linux_base-8-8.0_6. Any help appreciated - this sucks greatly, I paid full-price for VMWare and it's pretty much been bullet-proof for years. I wish OpenOffice cut it for me, but it doesn't. If a send-pr would be helpful, I'd be happy to oblige. Cheers, Andy