Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Mar 2005 10:17:05 -0600
From:      Sean Welch <Sean_Welch@alum.wofford.org>
To:        Julian Elischer <julian@elischer.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: fixing Vmware 2 port for 5.x and 6.x.. kmem _alloc_pageable
Message-ID:  <20050305161705.GA7127@NitroPhys.welchsmnet.net>
In-Reply-To: <422946FB.8080609@elischer.org>
References:  <200503050402.j2542IMn031147@ambrisko.com> <422946FB.8080609@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 04, 2005 at 09:43:23PM -0800, Julian Elischer wrote:
> it takes 2 args...
> try:
> 
> 
> jules# ./update vmware  /usr/local/lib/vmware/bin/vmware
> Updating /usr/local/lib/vmware/bin/vmware ... VMware Workstation 2.0.4 
> (build-1142), now patched
> jules#

Aha!  That did it.  Thanks!

Here is a strange thing, however.  I'm running vmware3 and without
the binary patched I get the message about AIO not being implemented
when I power off the VM.  With the binary patched that message goes
away but then I have the host reboot issue when I try to use the
power on button.  Odd.  For the time being I'll just run with the
port as is.

Oh, one other thing.  The 001.vmware.sh script has to be modified
for vmware3 to even start.

*** 001.vmware.sh	Sat Mar  5 10:14:48 2005
--- /usr/local/etc/rc.d/001.vmware.sh	Sat Mar  5 10:08:50 2005
***************
*** 23,29 ****
  
  vmware=`vmware_config vmware.fullpath`
  vmware_libdir=`vmware_config libdir`
! networking=
  dev_vmnet1=/dev/vmnet1
  vmnet1_minor=0x00800001
  
--- 23,29 ----
  
  vmware=`vmware_config vmware.fullpath`
  vmware_libdir=`vmware_config libdir`
! networking=1
  dev_vmnet1=/dev/vmnet1
  vmnet1_minor=0x00800001
  
Thanks for the help!

Sean



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050305161705.GA7127>