You are not logged in.
Pages: 1
I had tried installing vmware manually, and got some errors, so I uninstalled it and ran the AUR build. This is my error:
vmware]# vmware-config.pl
The following VMware kernel modules have been found on your system that were
not installed by the VMware Installer. Please remove them then run this
installer again.
vmblock
vmnet
vmmon
Where do I find these??
Offline
I don't know anything other that a user wrote his own (French) howto ( http://wiki.archlinux.fr/howto:vmware-server, inspired from the English wiki and a thread from Ubuntu forums) because the "normal" French wiki howto (http://wiki.archlinux.fr/howto:vmware) gave him problems with the last 2 modules you cited.
I successfully installed with the first link (despite some minor discrepancies in the paths: I had to create some folders manually).
Note: It doesn't use the package from AUR.
"The rules of Go are so elegant, organic and rigorously logical that if intelligent life forms exist elsewhere in the universe they almost certainly play Go." E. Lasker, International Chess Master.
Offline
If you're asking how to search for files...
find / -name vmnet*
You might also check that the modules aren't loaded:
rmmod vmnet
I am a gated community.
Offline
If you're asking how to search for files...
find / -name vmnet*You might also check that the modules aren't loaded:
rmmod vmnet
[yyy@xxx rafael]# rmmod vmnet
ERROR: Module vmnet does not exist in /proc/modules
[yyy@xxx rafael]# rmmod vmblock
ERROR: Module vmblock does not exist in /proc/modules
[yyy@xxx rafael]# rmmod vmmon
ERROR: Module vmmon does not exist in /proc/modules
The following search gives me nothing:
[yyy@xxx rafael]# find / -name vmnet*
What gives?:(
Offline
I don't know anything other that a user wrote his own (French) howto ( http://wiki.archlinux.fr/howto:vmware-server, inspired from the English wiki and a thread from Ubuntu forums) because the "normal" French wiki howto (http://wiki.archlinux.fr/howto:vmware) gave him problems with the last 2 modules you cited.
I successfully installed with the first link (despite some minor discrepancies in the paths: I had to create some folders manually).
Note: It doesn't use the package from AUR.
I'll see what I can do with the first link. Thanks.
* Thank God I'm versed in french.
Offline
Pages: 1