VMware
1 2 Previous Next 25 Replies Last post: May 29, 2007 2:36 AM by bertvv   Go to original post

Re: Fedora 6 Host?

15. Feb 16, 2007 8:33 PM in response to: mmsvmware
Click to view RDPetruska's profile Guru 15,875 posts since
Jan 11, 2005
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
You need the gcc-c++ package installed too.

Re: Fedora 6 Host?

16. Feb 16, 2007 9:49 PM in response to: geob
Click to view jatrezise's profile Lurker 5 posts since
Feb 16, 2007
I found two problems before I could get vware-config.pl (VMware Server 1.0.1
build-29996) to compile with the Linux 2.6.19-1.2288 kernel.

1) CHECKSUM_HW has be changed to CHECKSUM_PARTIAL and this affected two
modules userif.c (line 629) and bridge.c (line 1179).

2) config.h has be depricated and can simply be commented out of procfs.c
(line 33)

All source code can be found in /usr/lib/vmware/modules/source/vmnet.tar

Re: Fedora 6 Host?

17. Apr 3, 2007 9:32 AM in response to: jatrezise
Click to view Salvatore's profile Lurker 3 posts since
Apr 3, 2006
These changes are already implemented in VMWare Server 1.0.2.

I've got VMWare Server 1.0.2 installed on Fedora Core 6 with the Original Kernel 2.6.18-1.2798.fc6 and with the 2.6.18-1.2798.fc6-i586 kernel sources nevertheless uname -m shows me i686. :-/

I haven't to create the config.h in the kernel source folder as described above.

But when I install the newest kernel version (Now 2.6.20-1.2933.fc6) vmware.config.pl fails as described above. Very strange for me.

Has anyone encountered this issue as well?

Cheers
Salvatore

Re: Fedora 6 Host?

18. Apr 3, 2007 10:30 AM in response to: Salvatore
Click to view RDPetruska's profile Guru 15,875 posts since
Jan 11, 2005
Since your running kernel is the -686 version you will need the -686 version of the kernel-source too.

Re: Fedora 6 Host?

19. Apr 5, 2007 4:58 AM in response to: RDPetruska
Click to view Salvatore's profile Lurker 3 posts since
Apr 3, 2006
I tried both the i686 and the i586 and the vmware-any-any patch. Nothing helps
OK, I don't tried the any-any patch since I reinstalled the System, after the Problems started, but before I've had the same kernel installed, and it haven't helped.

Cheers
Salvatore

Re: Fedora 6 Host?

20. May 22, 2007 12:53 AM in response to: Salvatore
Click to view woodsta's profile Novice 26 posts since
May 17, 2006
I have just installed vmware server on fedora core 2.6.2 and was getting the issue with vmmom however i downloaded the latest vmware-any-any-update109 and ran that and the vmmom module built without any issues.

Now i just have to get the damn mui working.

Re: Fedora 6 Host?

21. May 22, 2007 6:35 AM in response to: woodsta
Click to view Salvatore's profile Lurker 3 posts since
Apr 3, 2006
Yes. Now I downloaded the vmware-any-any-update110 and installed it with the latest kernel (2.6.20-1.2498.fc6) and now it works. Great.
The last time I used the vmware-any-any-update108 and it doesn't worked.

Re: Fedora 6 Host?

22. May 24, 2007 1:55 AM in response to: geob
Click to view ksk2000's profile Lurker 2 posts since
May 23, 2007
I am sorry my entry will be little long, and I am quite new to this subject. Any help will be appreciated.
I have some errors, and I tried any solutions suggested on this forum and the web with no success.
So I tried vmware-any-any-update110.tar.gz
It was success ; "The configuration of VMware Server 1.0.3 build-44356 for Linux for this running ,kernel completed successfully."
--So is it all? Or do I have to install VMware-server-1.0.3-44356.tar.gz again after installing the patch.
-After installing patch I can see"VMware Server Console" icon and run the server. But , when I try to "Open Virtual Machine" and "Start up This virtual Machine"
Virtual Machine didn't start and on status bar I saw this text "You do not have Vmware Tools Installed."

So when try I to reinstall VMware-server-1.0.3-44356.tar.gz I am having errors. I Write the output from installation.

#rpm -qa --queryformat .......
kernel-2.6.20-1.2944.fc6.i686
kernel-2.6.20-1.2948.fc6.i686
kernel-devel-2.6.20-1.2948.fc6.i686
kernel-headers-2.6.20-1.2948.fc6.i386
kernel-xen-2.6.20-1.2944.fc6.i686
kernel-xen-2.6.20-1.2948.fc6.i686
# uname -r
2.6.20-1.2948.fc6
# rpm -q kernel-devel
kernel-devel-2.6.20-1.2948.fc6
-----------------------------------------------------------------------------------------------------------------
What is the location of the directory of C header files that match your running
kernel? [/usr/src/kernels/2.6.20-1.2948.fc6-i686/include]
Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config8/vmmon-only'
make -C /usr/src/kernels/2.6.20-1.2948.fc6-i686/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/kernels/2.6.20-1.2948.fc6-i686'
CC [M] /tmp/vmware-config8/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config8/vmmon-only/linux/driver.c:80:
/tmp/vmware-config8/vmmon-only/./include/compat_kernel.h:21: error: expected declaration specifiers or ‘...’ before ‘compat_exit’
/tmp/vmware-config8/vmmon-only/./include/compat_kernel.h:21: error: expected declaration specifiers or ‘...’ before ‘exit_code’
/tmp/vmware-config8/vmmon-only/./include/compat_kernel.h:21: warning: type defaults to ‘int’ in declaration of ‘_syscall1’
make[2]: *** [/tmp/vmware-config8/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config8/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.20-1.2948.fc6-i686'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config8/vmmon-only'
Unable to build the vmmon module.
...
Execution aborted.
-------------------------------------------------------------------------------------------

Please help...

23. May 28, 2007 11:33 PM in response to: ksk2000
Click to view ksk2000's profile Lurker 2 posts since
May 23, 2007
I installed VMware server on fedora 6.
I created VMX file in WinXP. When I try "Start up this guest operating system"
nothing happens (just blank screen), and on statusbar "You do not have Vmware Tools Installed" appears.
I really need help. Thankss....

Re: Fedora 6 Host?

24. May 29, 2007 2:32 AM in response to: gpa3
Click to view bertvv's profile Lurker 4 posts since
Feb 13, 2006
gpa3 wrote:
Only problems you should run into are.

1. You can not run XEN and VMware on the same
computer. If you have XEN installed remove it.


It can, but not at the same time. You have to install a kernel both with (package kernel-xen) and without (kernel) Xen support. When booting, choose the Xen kernel if you want to run Xen, or the other if you want to install/run VMWare.

Cheers,

bert

Re: Please help...

25. May 29, 2007 2:36 AM in response to: ksk2000
Click to view bertvv's profile Lurker 4 posts since
Feb 13, 2006
ksk2000
I installed VMware server on fedora 6.
I created VMX file in WinXP. When I try "Start up
this guest operating system"
nothing happens (just blank screen), and on statusbar
"You do not have Vmware Tools Installed" appears.
I really need help. Thankss....

The result of creating a virtual machine in VMWare Server is a barebones machine without an operating system installed on it. To get WinXP working, you need an XP install CD (and a valid license, of course! An OEM recovery CD bundled with your pc will probably not work. And if it does, MS calls this "pirating"). Put the cd in the tray and then start the virtual machine. It wil boot from the cd and start the installation process.

"VMWare tools" are drivers that enhance graphics and mouse performance of the guest OS. You can install them after you set up XP on your virtual machine. See the manual provided with VMWare Server for more info.

hope this helps.

cheers,

bert

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities