as the subject, my vm process "vmware-vmx" does not exit after power off or suspend.
my environment: Host OS: FC11 Linux,
Linux mars 2.6.30.9-90.fc11.i586 #1 SMP Sat Oct 17 11:09:52 EDT 2009 i686 i686 i386 GNU/Linux
Guest: Windows XP with SP3
VMware Version: Vmware workstation 6.5.3 build-185404
I can power off the guest OS, but after the guest OS was powered off, the vm process "vmware-vmx" would not exit automatically, and it still occupied memory. here is out put of "ps" from host OS.
#ps -ef |grep vmware-vmx
wangyux 18213 1 24 17:11 ? 00:03:09 /usr/lib/vmware/bin/vmware-vmx -# product=1;name=VMware Workstation;version=6.5.3;buildnumber=185404;licensename=VMware Workstation for Linux;licenseversion=6.0 build-185404; -@ pipe=/tmp/vmware-wangyux/vmxf4ab0df814ef7dea;readyEvent=146 /data2/vm/WinXP/WinXP.vmx
I have to use "kill -9" to terminate it, how to solve the issue?
thanks!