LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 08-28-2008, 10:15 AM   #1
tuxianD
Member
 
Registered: Jul 2006
Location: MumbaI
Distribution: Fedora 14, Solaris 10
Posts: 55

Rep: Reputation: 15
configure vmware


I am installing vmware on my F9 box
While configuring I am accepting default values, but I am stucked at this point.
ITs asking
Code:
What is the location of the directory of C header files that match your running kernel?
Thxn
 
Old 08-28-2008, 12:26 PM   #2
Guitarist88
Member
 
Registered: Feb 2004
Location: Nz
Posts: 240

Rep: Reputation: 30
You will have to have your kernel headers installed. If not there should be a package to the effect of kernel-headers or kernel-source that you can install.

Then I believe the location will be in /usr/src/linux[kernel version]/headers

This is just off the top of my head as I don't have access to a linux machine right now. Its should be in usr/src/ somewhere though.

Good luck
 
Old 08-28-2008, 03:01 PM   #3
tuxianD
Member
 
Registered: Jul 2006
Location: MumbaI
Distribution: Fedora 14, Solaris 10
Posts: 55

Original Poster
Rep: Reputation: 15
location of the directory of C header files that match your running kernel in F9 is
/usr/src/kernels/2.6.25.14-108.fc9.i686/include/

I upgraded kernel and installed kernel-devel packages nad kernel-headers accordingly via yum

Thats it

but now ehen it proceed further while installing vmmon modules it showed some error msg

Quote:
Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make -C /lib/modules/2.6.25.14-108.fc9.i686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/kernels/2.6.25.14-108.fc9.i686'
CC [M] /tmp/vmware-config0/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config0/vmmon-only/./include/vmware.h:25,
from /tmp/vmware-config0/vmmon-only/linux/driver.c:83:
/tmp/vmware-config0/vmmon-only/./include/vm_basic_types.h:170: error: conflicting types for ‘uintptr_t’
include/linux/types.h:40: error: previous declaration of ‘uintptr_t’ was here
In file included from /tmp/vmware-config0/vmmon-only/./include/x86.h:23,
from /tmp/vmware-config0/vmmon-only/linux/driver.h:15,
from /tmp/vmware-config0/vmmon-only/linux/driver.c:84:
/tmp/vmware-config0/vmmon-only/./include/x86cpuid.h:383:1: warning: "BIT_MASK" redefined
In file included from include/linux/kernel.h:15,
from /tmp/vmware-config0/vmmon-only/linux/driver.c:11:
include/linux/bitops.h:7:1: warning: this is the location of the previous definition
In file included from /tmp/vmware-config0/vmmon-only/./include/vmci_kernel_defs.h:26,
from /tmp/vmware-config0/vmmon-only/./common/vmciContext.h:19,
from /tmp/vmware-config0/vmmon-only/linux/driver.h:21,
from /tmp/vmware-config0/vmmon-only/linux/driver.c:84:
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:37:5: warning: "VMW_HAVE_EPOLL" is not defined
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:43:5: warning: "VMW_HAVE_EPOLL" is not defined
In file included from /tmp/vmware-config0/vmmon-only/./include/vmci_kernel_defs.h:26,
from /tmp/vmware-config0/vmmon-only/./common/vmciContext.h:19,
from /tmp/vmware-config0/vmmon-only/linux/driver.h:21,
from /tmp/vmware-config0/vmmon-only/linux/driver.c:84:
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
include/linux/poll.h:65: error: previous declaration of ‘poll_initwait’ was here
/tmp/vmware-config0/vmmon-only/linux/driver.c:198: warning: initialization from incompatible pointer type
make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.25.14-108.fc9.i686'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.
Now once again stucked ......

Last edited by tuxianD; 08-28-2008 at 03:06 PM.
 
Old 08-28-2008, 03:19 PM   #4
Guitarist88
Member
 
Registered: Feb 2004
Location: Nz
Posts: 240

Rep: Reputation: 30
I do believe I've run into something like that before but I haven't used vmware in a long time. It seems like no matter what when I installed it there was some fuss. I don't know if you are using it for some specific features but you should check out virtualbox. Its free and I find it so much easier to install and configure.
 
Old 08-28-2008, 03:29 PM   #5
tuxianD
Member
 
Registered: Jul 2006
Location: MumbaI
Distribution: Fedora 14, Solaris 10
Posts: 55

Original Poster
Rep: Reputation: 15
Ohh tahts gr8
noobie wasnt aware about virtualbox

thnx givin try to VBox now
 
Old 09-03-2008, 05:27 AM   #6
wayno
Member
 
Registered: May 2007
Location: Brisbane, Australia
Distribution: Fedora 8/9, Xandros (eeepc)
Posts: 110
Blog Entries: 1

Rep: Reputation: 15
VMware isn't compatible with Fedora (though I have used it quite happily on FC4, 5 and 6 in the past). Google for 'vmware-any-any' and you should be led to a patch that makes it work. I don't know if this will work with F9 though.
 
Old 09-20-2008, 12:17 AM   #7
just-facts
LQ Newbie
 
Registered: Sep 2008
Posts: 2

Rep: Reputation: 0
Maybe there is someone out there who can help me. I'm trying to load Vmware server on my Fedora 9 system. I've pretty much tried everything I can think of (and found on the web) but I'm still getting the following:

Unable to change virtual machine power state

I've checked the permissions on the VM files. I've loaded the tool and patched it with the any-any-17d patch. I've correctly built the vmmon and vnmet drivers. I've looked under all the rocks - but I'm still not able to power up the virtual system.

any ideas?
 
Old 09-20-2008, 11:06 AM   #8
Guitarist88
Member
 
Registered: Feb 2004
Location: Nz
Posts: 240

Rep: Reputation: 30
http://www.linuxquestions.org/questi...-state-581589/
 
Old 10-17-2008, 07:09 AM   #9
tuxianD
Member
 
Registered: Jul 2006
Location: MumbaI
Distribution: Fedora 14, Solaris 10
Posts: 55

Original Poster
Rep: Reputation: 15
I tried version vmware-any-any-update17d compiled nad vmware installation proceeded ahead upto networking
after finishing networking again Execution aborted
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to install and configure vmware on mandriva linux2007 ezhuvathsuraj LinuxQuestions.org Member Intro 1 12-03-2007 07:12 AM
Vmware Configure error android6011 Linux - Software 1 07-03-2006 02:52 PM
compiling vmware-configure.pl novacrasher Linux - Software 3 02-08-2005 12:29 PM
FREEZE configure on Fedora Core 1 (on VMware 4.0.0) kaito Linux - Software 0 12-29-2004 09:55 AM
How to configure iptables for VMWare? Thoddy Linux - Networking 2 01-26-2004 04:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration