Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems installing VMware-gsx-3.1.0-9089 on 2.6.11-r6
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
GentooStarter
n00b
n00b


Joined: 03 Jan 2004
Posts: 65

PostPosted: Sun Apr 24, 2005 9:23 am    Post subject: Problems installing VMware-gsx-3.1.0-9089 on 2.6.11-r6 Reply with quote

I am trying to install VMware-gsx-3.1.0-9089 on my gentoo 2005.0 / kernel 2.6.11-r6 machine.
The scripts keeps nagging with the following message :

Unable to make a vmnet module that can be loaded in the running kernel:
insmod: error inserting '/tmp/vmware-config4/vmnet.o': -1 Unknown symbol in module
There is probably a slight difference in the kernel configuration between the
set of C header files you specified and your running kernel. You may want to
rebuild a kernel based on that directory, or specify another directory.

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".

thefirst link doesnt work, the second states that i shouldrecompile my kernel blabla, none of their suggestions make a difference..


anyone here hbas the same problem ??
Back to top
View user's profile Send private message
ClieX
n00b
n00b


Joined: 19 Jan 2005
Posts: 44
Location: Europe/Moscow

PostPosted: Sun Apr 24, 2005 12:35 pm    Post subject: Reply with quote

How your kernel was build ? make && make modules && make modules_install ?
_________________
Gentoo Base System version 1.6.13, Stage 1/3 with NPTL,UTF-8
GCC 3.4.4-r1, GLIBC 2.3.5-r1, 2.6.13.2-nitro1
GNOME 2.12
Back to top
View user's profile Send private message
GentooStarter
n00b
n00b


Joined: 03 Jan 2004
Posts: 65

PostPosted: Sun Apr 24, 2005 7:15 pm    Post subject: Reply with quote

I tried the make modules, just to be sure.. makes no difference :

# ./vmware-install.pl
Creating a new installer database using the tar3 format.

Installing the content of the package.
In which directory do you want to install the binary files?
[/usr/bin]
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc/init.d]
What is the directory that contains the init scripts?
[/etc/init.d]
In which directory do you want to install the daemon files?
[/usr/sbin]
In which directory do you want to install the library files?
[/usr/lib/vmware]
In which directory do you want to install the manual files?
[/usr/share/man]
In which directory do you want to install the documentation files?
[/usr/share/doc/vmware]

The installation of VMware GSX Server 3.1.0 build-9089 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall.pl".

Before running VMware GSX Server for the first time, you need to configure it by
invoking the following command: "/usr/bin/vmware-config.pl". Do you want this
program to invoke the command for you now? [yes]

Making sure services for VMware GSX Server are stopped.

Stopping VMware services:
Virtual machine monitor done

You must read and accept the End User License Agreement to continue.
Press enter to display it.
"/usr/share/doc/vmware/EULA" may be a binary file. See it anyway?
Do you accept? (yes/no) yes
Thank you.

Trying to find a suitable vmmon module for your running kernel.

None of the pre-built vmmon modules for VMware GSX Server is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.11-gentoo-r6/build/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config5/vmmon-only'
make -C /lib/modules/2.6.11-gentoo-r6/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.11-gentoo-r6'
CC [M] /tmp/vmware-config5/vmmon-only/linux/driver.o
CC [M] /tmp/vmware-config5/vmmon-only/linux/hostif.o
In file included from /tmp/vmware-config5/vmmon-only/linux/hostif.c:68:
/tmp/vmware-config5/vmmon-only/include/pgtbl.h: In function `PgtblVa2PTELocked':
/tmp/vmware-config5/vmmon-only/include/pgtbl.h:81: warning: passing arg 1 of `pmd_offset' from incompatible pointer type
CC [M] /tmp/vmware-config5/vmmon-only/common/cpuid.o
CC [M] /tmp/vmware-config5/vmmon-only/common/memtrack.o
CC [M] /tmp/vmware-config5/vmmon-only/common/phystrack.o
CC [M] /tmp/vmware-config5/vmmon-only/common/task.o
CC [M] /tmp/vmware-config5/vmmon-only/common/vmx86.o
LD [M] /tmp/vmware-config5/vmmon-only/vmmon.o
Building modules, stage 2.
MODPOST
CC /tmp/vmware-config5/vmmon-only/vmmon.mod.o
LD [M] /tmp/vmware-config5/vmmon-only/vmmon.ko
make[1]: Leaving directory `/usr/src/linux-2.6.11-gentoo-r6'
cp -f vmmon.ko ./../vmmon.o
make: Leaving directory `/tmp/vmware-config5/vmmon-only'
The module loads perfectly in the running kernel.

Extracting the sources of the vmnet module.

Building the vmnet module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config5/vmnet-only'
make -C /lib/modules/2.6.11-gentoo-r6/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.11-gentoo-r6'
CC [M] /tmp/vmware-config5/vmnet-only/driver.o
CC [M] /tmp/vmware-config5/vmnet-only/hub.o
CC [M] /tmp/vmware-config5/vmnet-only/userif.o
In file included from /tmp/vmware-config5/vmnet-only/userif.c:45:
/tmp/vmware-config5/vmnet-only/pgtbl.h: In function `PgtblVa2PTELocked':
/tmp/vmware-config5/vmnet-only/pgtbl.h:81: warning: passing arg 1 of `pmd_offset' from incompatible pointer type
/tmp/vmware-config5/vmnet-only/userif.c: In function `VNetCopyDatagramToUser':
/tmp/vmware-config5/vmnet-only/userif.c:563: warning: implicit declaration of function `skb_copy_datagram'
CC [M] /tmp/vmware-config5/vmnet-only/netif.o
CC [M] /tmp/vmware-config5/vmnet-only/bridge.o
CC [M] /tmp/vmware-config5/vmnet-only/procfs.o
LD [M] /tmp/vmware-config5/vmnet-only/vmnet.o
Building modules, stage 2.
MODPOST
*** Warning: "skb_copy_datagram" [/tmp/vmware-config5/vmnet-only/vmnet.ko] undefined!
CC /tmp/vmware-config5/vmnet-only/vmnet.mod.o
LD [M] /tmp/vmware-config5/vmnet-only/vmnet.ko
make[1]: Leaving directory `/usr/src/linux-2.6.11-gentoo-r6'
cp -f vmnet.ko ./../vmnet.o
make: Leaving directory `/tmp/vmware-config5/vmnet-only'
Unable to make a vmnet module that can be loaded in the running kernel:
insmod: error inserting '/tmp/vmware-config5/vmnet.o': -1 Unknown symbol in module
There is probably a slight difference in the kernel configuration between the
set of C header files you specified and your running kernel. You may want to
rebuild a kernel based on that directory, or specify another directory.

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.

8O
Back to top
View user's profile Send private message
Shapemaker
n00b
n00b


Joined: 22 Aug 2004
Posts: 64
Location: Finland

PostPosted: Mon Apr 25, 2005 12:35 am    Post subject: Reply with quote

First, go to VMWare forums at http://www.vmware.com/community/thread.jspa?threadID=11623&tstart=0 and read the posts. Then, grab "vmware-any-any-update90.tar.gz" (or newer if available) from http://ftp.cvut.cz/vmware/. Extract the file to somewhere (/tmp comes to mind) and apply the update (runme.pl). Then try vmware-config.pl again and it "should work".

The prebuilt modules available from VMWare are of no help to someone outside of the "supported" distributions. Since you have such a new kernel, your only help is to use the vmware-any-any-* packages. Just don't expect any help from VMWare, and don't try to use these configurations on a production system.
_________________
"Intellectual Property" should be an affront to anyone capable of independent thought.
Back to top
View user's profile Send private message
Sonic Lux
Guru
Guru


Joined: 07 Mar 2004
Posts: 375
Location: Dresden / Germany

PostPosted: Mon Apr 25, 2005 9:40 am    Post subject: Reply with quote

Nice it works !
Great thx.

Sonic
Back to top
View user's profile Send private message
Shadow r00fler
n00b
n00b


Joined: 17 Feb 2004
Posts: 39
Location: Rochester, New York, USA

PostPosted: Fri May 13, 2005 6:12 am    Post subject: Re: Problems installing VMware-gsx-3.1.0-9089 on 2.6.11-r6 Reply with quote

GentooStarter wrote:

anyone here hbas the same problem ??

Yes, except it stops at vmmon instead of vmnet. Tried the update, same result as before.

What now?
Back to top
View user's profile Send private message
wheatstraw
n00b
n00b


Joined: 23 Apr 2002
Posts: 15
Location: Florida

PostPosted: Mon May 30, 2005 3:16 pm    Post subject: You Da Man! Reply with quote

Thanks, Shapemaker. You Da Man! Used the patch for 2.6.11-gentoo-r8 and it worked.8)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum