I installed 11.1 today and now VMware workstation will not load.
usually with a new kernel is re-compiles itself but it is not doing that
with version 2.6.27.7-4
I have a PAE kernel. I had to install the regular kernel, boot into
that, then run VMware again.
Before in 6.X and older releases you had to run the VMware perl script
to do the compile and install of kernel mods, but that’s been removed.
Just click on the VMware launcher and let it compile in the default
kernel.
Then reboot to PAE and click on VMware again (it will recompile again).
I’m running the default kernel in a 64 bit install and can’t get vmware
workstation 6.5.1 to run. It tells me it is installed but gives me this
error. Thank you in advance to anyone willing to help.
linux-fpx7:/home/Danny/Desktop # vmware
Logging to /tmp/vmware-root/setup-20165.log
modinfo: could not find module vmmon
modinfo: could not find module vmnet
modinfo: could not find module vmblock
modinfo: could not find module vmci
modinfo: could not find module vsock
modinfo: could not find module vmmon
modinfo: could not find module vmnet
modinfo: could not find module vmblock
modinfo: could not find module vmci
modinfo: could not find module vsock
Hi Folks,
I have the same problem on x86_64 opensuse 11.1 with
VMware-Workstation-6.5.1-126130.
Never had trouble with VMware-Workstation on opensuse 10.3 or 11.0
x86_64.
cocolocko;1920490 Wrote:
> VMware on my 11.1 64bit is running, the only error i have when i try to
> start a virtual machine, i become the following messages:
>
> Could not open /dev/vmmon: No such file or directory.
> Please make sure that the kernel module `vmmon’ is loaded.
Your vmware services have probably not started.
Try opening a terminal console;
Code:
su -
service vmware start
After that you can probably start your guest.
Starting openSUSE 11.0 the boot happens so quickly vmware tries to
start before the network is up and running.
There is an option to slow things down by disabling parallel boot.
Open YaST > /etc/sysconfig Editor
drill down to System > Boot > RUN_PARALLEL - set the value to no.
Starting with the next (re)boot vmware should load normally.
ccolotti;1911359 Wrote:
> This worked:
>
> As ROOT
>
> mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old
>
> then run as root “vmware” and it will recompile
This worked for me as well, but after rebooting the vmware services
were not started - and there is no rcvmware or something.
Dear all,
I’ve install VMware workstation 6.5.1-120130 successfully.
And set the environment for the Client OS.
Then I click “Power On” ready to install the Client OS,
it showed as below:
“Unable to change virtual machine power state: VMware Workstation
cannot connect to the virtual machine. Make sure you have rights to run
the program and to access all directories it uses and rights to access
all directories for temporary files…”
Is there any reason to cause this happen?
even I try to copy present client OS to this machine, It still showed
like that.>:(
Could some professional from here help me please on this one?
‘Xen Virtualization brakes up [OpenSuse 11.1]. WTF? - openSUSE Forums’
(http://tinyurl.com/6tfa93)
Another question: Is it better to use Xen or to use VMware on OpenSuse
11.1?
Morse_b_lin;1927663 Wrote:
> Dear all,
> I’ve install VMware workstation 6.5.1-120130 successfully.
> And set the environment for the Client OS.
> Then I click “Power On” ready to install the Client OS,
> it showed as below:
>
> “Unable to change virtual machine power state: VMware Workstation
> cannot connect to the virtual machine. Make sure you have rights to run
> the program and to access all directories it uses and rights to access
> all directories for temporary files…”
>
> Is there any reason to cause this happen?
> even I try to copy present client OS to this machine, It still showed
> like that.>:(
open a terminal and type:
modprobe vmmon
if you get any other errors about a missing module note the name of the
module and use modprobe to load it too.
you can also mv the /usr/lib64/vmware/modules/binary folder, and then
start vmware which will force it to reinstall and rebuild all the
modules.