public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] cannot configure native vmware tools
@ 2009-10-21  5:22 Xi Shen
  2009-10-21 20:17 ` Keith Dart
  0 siblings, 1 reply; 7+ messages in thread
From: Xi Shen @ 2009-10-21  5:22 UTC (permalink / raw
  To: gentoo-china, gentoo-user

hi,

my gentoo x64 kernel is compiled by genkernel. after i have installed
the native tool, i am asked to run the vmware-config-toos.pl. but it
says none of the pre-build vmmemctl modules is suitable for my running
kernel, and it tries to rebuild it. but it looks like it cannot find
my kernel source file correctly. it says

"/usr/src/linux/include" is a kernel header file directory, but it is
not part of kernel source tree.

why? is it because i am using genkernel, or the kernel source is
patched by gentoo?


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/
http://meme.yahoo.com/davidshen84/



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] cannot configure native vmware tools
  2009-10-21  5:22 [gentoo-user] cannot configure native vmware tools Xi Shen
@ 2009-10-21 20:17 ` Keith Dart
  2009-10-21 20:45   ` [gentoo-user] " Nikos Chantziaras
  0 siblings, 1 reply; 7+ messages in thread
From: Keith Dart @ 2009-10-21 20:17 UTC (permalink / raw
  To: gentoo-user

=== On Wed, 10/21, Xi Shen wrote: ===
> why? is it because i am using genkernel, or the kernel source is
> patched by gentoo?

===

Don't use that tool. Instead, just emerge app-emulation/vmware-modules.


-- Keith Dart

-- 
-- --------------------
Keith Dart
<keith@dartworks.biz>
=======================



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: cannot configure native vmware tools
  2009-10-21 20:17 ` Keith Dart
@ 2009-10-21 20:45   ` Nikos Chantziaras
  2009-10-21 21:07     ` Dave Jones
  2009-10-21 22:32     ` Keith Dart
  0 siblings, 2 replies; 7+ messages in thread
From: Nikos Chantziaras @ 2009-10-21 20:45 UTC (permalink / raw
  To: gentoo-user

On 10/21/2009 11:17 PM, Keith Dart wrote:
> === On Wed, 10/21, Xi Shen wrote: ===
>> why? is it because i am using genkernel, or the kernel source is
>> patched by gentoo?
>
> ===
>
> Don't use that tool. Instead, just emerge app-emulation/vmware-modules.

Isn't that for having Gentoo as host OS only?  (As opposed to running 
Gentoo as a guest inside another OS.)




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  Re: cannot configure native vmware tools
  2009-10-21 20:45   ` [gentoo-user] " Nikos Chantziaras
@ 2009-10-21 21:07     ` Dave Jones
  2009-10-21 22:27       ` Dave Jones
  2009-10-21 22:32     ` Keith Dart
  1 sibling, 1 reply; 7+ messages in thread
From: Dave Jones @ 2009-10-21 21:07 UTC (permalink / raw
  To: gentoo-user

Nikos Chantziaras wrote on 21/10/09 22:45:
>>> why? is it because i am using genkernel, or the kernel source is
>>> patched by gentoo?

>> Don't use that tool. Instead, just emerge app-emulation/vmware-modules.

> Isn't that for having Gentoo as host OS only?  (As opposed to running
> Gentoo as a guest inside another OS.)

No.  It works fine with other operating systems too.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  Re: cannot configure native vmware tools
  2009-10-21 21:07     ` Dave Jones
@ 2009-10-21 22:27       ` Dave Jones
  0 siblings, 0 replies; 7+ messages in thread
From: Dave Jones @ 2009-10-21 22:27 UTC (permalink / raw
  To: gentoo-user

Dave Jones wrote on 21/10/09 23:07:
> Nikos Chantziaras wrote on 21/10/09 22:45:
>>> Don't use that tool. Instead, just emerge app-emulation/vmware-modules.
>> Isn't that for having Gentoo as host OS only?  (As opposed to running
>> Gentoo as a guest inside another OS.)

> No.  It works fine with other operating systems too.

Oops. Extract foot from mouth.

Of course emerging vmware-modules is for Gentoo host only.

Guests using other operating systems are fine once you've emerge'd the
host modules.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  Re: cannot configure native vmware tools
  2009-10-21 20:45   ` [gentoo-user] " Nikos Chantziaras
  2009-10-21 21:07     ` Dave Jones
@ 2009-10-21 22:32     ` Keith Dart
  2009-10-22  4:05       ` Xi Shen
  1 sibling, 1 reply; 7+ messages in thread
From: Keith Dart @ 2009-10-21 22:32 UTC (permalink / raw
  To: gentoo-user

=== On Wed, 10/21, Nikos Chantziaras wrote: ===
> Isn't that for having Gentoo as host OS only?  (As opposed to running 
> Gentoo as a guest inside another OS.)

===

Oooh... you mean running Gentoo as a guest. 

Well, you do have to have built a kernel first (or at least a "make
config"). The build sets up some symlinks that building other,
third-party modules need. 

I also have a modified rc script for the tools, that works with openrc.
Let me know if you want it.

I also have an up-to-date Gentoo x86 server VM with the tools already
installed. 


-- Keith Dart

-- 
-- --------------------
Keith Dart
<keith@dartworks.biz>
=======================



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: cannot configure native vmware tools
  2009-10-21 22:32     ` Keith Dart
@ 2009-10-22  4:05       ` Xi Shen
  0 siblings, 0 replies; 7+ messages in thread
From: Xi Shen @ 2009-10-22  4:05 UTC (permalink / raw
  To: gentoo-user

well, currently i am using the open-vm-tool, which is the open source
version. but i want to know if they are the same in function. can
someone tell me?

thanks.


On Thu, Oct 22, 2009 at 6:32 AM, Keith Dart <keith@dartworks.biz> wrote:
> === On Wed, 10/21, Nikos Chantziaras wrote: ===
>> Isn't that for having Gentoo as host OS only?  (As opposed to running
>> Gentoo as a guest inside another OS.)
>
> ===
>
> Oooh... you mean running Gentoo as a guest.
>
> Well, you do have to have built a kernel first (or at least a "make
> config"). The build sets up some symlinks that building other,
> third-party modules need.
>
> I also have a modified rc script for the tools, that works with openrc.
> Let me know if you want it.
>
> I also have an up-to-date Gentoo x86 server VM with the tools already
> installed.
>
>
> -- Keith Dart
>
> --
> -- --------------------
> Keith Dart
> <keith@dartworks.biz>
> =======================
>
>



-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/
http://meme.yahoo.com/davidshen84/



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-10-22  4:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-21  5:22 [gentoo-user] cannot configure native vmware tools Xi Shen
2009-10-21 20:17 ` Keith Dart
2009-10-21 20:45   ` [gentoo-user] " Nikos Chantziaras
2009-10-21 21:07     ` Dave Jones
2009-10-21 22:27       ` Dave Jones
2009-10-21 22:32     ` Keith Dart
2009-10-22  4:05       ` Xi Shen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox