Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
VMware Workstation configuration error (SOLVED)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
MikeRS
n00b
n00b


Joined: 23 Apr 2005
Posts: 71

PostPosted: Thu Mar 23, 2006 5:13 am    Post subject: VMware Workstation configuration error (SOLVED) Reply with quote

I just merged vmware-workstation-5.5.1.19175-r1 and the configuration script seems to have an odd problem:
Code:
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] <enter>

The kernel defined by this directory of header files does not have the same
address space size as your running kernel.

I only have one kernel source tree, the linux symlink, and it is for the same kernel I'm using, gentoo-sources-2.6.16.


Last edited by MikeRS on Fri Mar 24, 2006 5:37 am; edited 1 time in total
Back to top
View user's profile Send private message
Mr. Chauv
n00b
n00b


Joined: 14 Sep 2003
Posts: 37

PostPosted: Thu Mar 23, 2006 11:48 am    Post subject: Reply with quote

did you install a recent version of linux-headers?
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Thu Mar 23, 2006 5:12 pm    Post subject: Reply with quote

Uncomment the following lines in /opt/vmware/workstation/bin/vmware-config.pl (line 1974):

Code:

#  if ($header_page_offset =~ /[0-9a-fA-F]{8,}/) {
# We found a valid page offset
#    if (defined($gSystem{'page_offset'}) and
#        not (lc($header_page_offset) eq lc($gSystem{'page_offset'}))) {
#      if ($source eq 'user') {
#        print wrap('The kernel defined by this directory of header files does '
#                   . 'not have the same address space size as your running '
#                   . 'kernel.' . "\n\n", 0);
#      }
#      return '';
#    }
#  }

_________________
You're not afraid of the dark are you?
Back to top
View user's profile Send private message
MikeRS
n00b
n00b


Joined: 23 Apr 2005
Posts: 71

PostPosted: Thu Mar 23, 2006 9:09 pm    Post subject: Reply with quote

I have the latest linux-headers, and those lines in vmware-config.pl are already uncommented. Do you mean comment them?
Back to top
View user's profile Send private message
MikeRS
n00b
n00b


Joined: 23 Apr 2005
Posts: 71

PostPosted: Fri Mar 24, 2006 4:28 am    Post subject: Reply with quote

Sorry if bumping is wrong, but here's one
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Fri Mar 24, 2006 5:12 am    Post subject: Reply with quote

Yes, sorry, my bad. Comment them out...
_________________
You're not afraid of the dark are you?
Back to top
View user's profile Send private message
MikeRS
n00b
n00b


Joined: 23 Apr 2005
Posts: 71

PostPosted: Fri Mar 24, 2006 5:37 am    Post subject: Reply with quote

Thank you, it worked.. I was going to go and do it myself, but the code didn't seem bad and looked like it was okay.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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