* [gentoo-user] [OT vmware] Installing vmware-toolbox
@ 2007-01-25 23:40 reader
2007-01-26 13:48 ` Richard Fish
0 siblings, 1 reply; 8+ messages in thread
From: reader @ 2007-01-25 23:40 UTC (permalink / raw
To: gentoo-user
Running gentoo in a vmware hosted on winxp.
I find I cannot install the vmware-tools becasue the install script
expects there to be directories with names like rc[0-9] and blows up
when they are not found.
I stumbled around in the script trying to make it work for gentoo but only
succeded in reaping piles of perl errors due to my clumsyness in perl.
I've posted the script here:
www.lydia-productions.com/perlscript.html
On the off chance someone is interested enough to look at it.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [OT vmware] Installing vmware-toolbox
2007-01-25 23:40 [gentoo-user] [OT vmware] Installing vmware-toolbox reader
@ 2007-01-26 13:48 ` Richard Fish
2007-01-26 13:49 ` Richard Fish
0 siblings, 1 reply; 8+ messages in thread
From: Richard Fish @ 2007-01-26 13:48 UTC (permalink / raw
To: gentoo-user
On 1/25/07, reader@newsguy.com <reader@newsguy.com> wrote:
> I stumbled around in the script trying to make it work for gentoo but only
> succeded in reaping piles of perl errors due to my clumsyness in perl.
Why not just "emerge =app-emulationvmware-workstation-tools-VERSION"
and use the version that is already updated for Gentoo? You probably
have to merge the specific version of tools that matches your vmware
workstation version, so you might need to do something in
/etc/portage/package.mask to keep portage from trying to upgrade to
newer versions.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [OT vmware] Installing vmware-toolbox
2007-01-26 13:48 ` Richard Fish
@ 2007-01-26 13:49 ` Richard Fish
2007-01-26 17:37 ` [gentoo-user] " reader
0 siblings, 1 reply; 8+ messages in thread
From: Richard Fish @ 2007-01-26 13:49 UTC (permalink / raw
To: gentoo-user
On 1/26/07, Richard Fish <bigfish@asmallpond.org> wrote:
> Why not just "emerge =app-emulationvmware-workstation-tools-VERSION"
Pfft, missed a '/'....should be:
=app-emulation/vmware-workstation-tools-VERSION
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: [OT vmware] Installing vmware-toolbox
2007-01-26 13:49 ` Richard Fish
@ 2007-01-26 17:37 ` reader
2007-01-26 19:05 ` Mick
0 siblings, 1 reply; 8+ messages in thread
From: reader @ 2007-01-26 17:37 UTC (permalink / raw
To: gentoo-user
"Richard Fish" <bigfish@asmallpond.org> writes:
> On 1/26/07, Richard Fish <bigfish@asmallpond.org> wrote:
>> Why not just "emerge =app-emulationvmware-workstation-tools-VERSION"
>
> Pfft, missed a '/'....should be:
> =app-emulation/vmware-workstation-tools-VERSION
I wasn't sure what that was... thought it would be for vmware the
other way round with gentoo as host.
It turned out I was able to get it installed painlessly by creating a heard of
sysv style runlevel directories in /etc/init.d
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: [OT vmware] Installing vmware-toolbox
2007-01-26 17:37 ` [gentoo-user] " reader
@ 2007-01-26 19:05 ` Mick
2007-01-26 19:22 ` Bo Ørsted Andresen
2007-01-27 2:00 ` reader
0 siblings, 2 replies; 8+ messages in thread
From: Mick @ 2007-01-26 19:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 792 bytes --]
On Friday 26 January 2007 17:37, reader@newsguy.com wrote:
> "Richard Fish" <bigfish@asmallpond.org> writes:
> > On 1/26/07, Richard Fish <bigfish@asmallpond.org> wrote:
> >> Why not just "emerge =app-emulationvmware-workstation-tools-VERSION"
> >
> > Pfft, missed a '/'....should be:
> > =app-emulation/vmware-workstation-tools-VERSION
>
> I wasn't sure what that was... thought it would be for vmware the
> other way round with gentoo as host.
>
> It turned out I was able to get it installed painlessly by creating a heard
> of sysv style runlevel directories in /etc/init.d
wow! That sounds like something I *definitely* don't know how to do . . . any
chance for a how to if you get a chance? A wiki article would of course be
even better. :-)
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: [OT vmware] Installing vmware-toolbox
2007-01-26 19:05 ` Mick
@ 2007-01-26 19:22 ` Bo Ørsted Andresen
2007-01-27 1:57 ` reader
2007-01-27 2:00 ` reader
1 sibling, 1 reply; 8+ messages in thread
From: Bo Ørsted Andresen @ 2007-01-26 19:22 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1025 bytes --]
On Friday 26 January 2007 20:05, Mick wrote:
> On Friday 26 January 2007 17:37, reader@newsguy.com wrote:
> > "Richard Fish" <bigfish@asmallpond.org> writes:
> > > On 1/26/07, Richard Fish <bigfish@asmallpond.org> wrote:
> > >> Why not just "emerge =app-emulationvmware-workstation-tools-VERSION"
> > >
> > > Pfft, missed a '/'....should be:
> > > =app-emulation/vmware-workstation-tools-VERSION
> >
> > I wasn't sure what that was... thought it would be for vmware the
> > other way round with gentoo as host.
Yeah, that would explain the description being: "Guest-os tools for VMware
Workstation". Or not...
> > It turned out I was able to get it installed painlessly by creating a
> > heard of sysv style runlevel directories in /etc/init.d
>
> wow! That sounds like something I *definitely* don't know how to do . . .
> any chance for a how to if you get a chance? A wiki article would of
> course be even better. :-)
Why? There's an ebuild..? Richard already said that.
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: [OT vmware] Installing vmware-toolbox
2007-01-26 19:22 ` Bo Ørsted Andresen
@ 2007-01-27 1:57 ` reader
0 siblings, 0 replies; 8+ messages in thread
From: reader @ 2007-01-27 1:57 UTC (permalink / raw
To: gentoo-user
Bo Ørsted Andresen <bo.andresen@zlin.dk> writes:
>> > I wasn't sure what that was... thought it would be for vmware the
>> > other way round with gentoo as host.
>
> Yeah, that would explain the description being: "Guest-os tools for VMware
> Workstation". Or not...
Hehe... well I've never made any claims to being a high wattage bulb....
But even now in my dimness, calling them `vmware-worstation tools' in
one breath then reversing it in the next with:
`Guest-os tools for VMware Workstation' seems almost intended to
confuse.
The more so since vmware documentation refers to them as
`vmware-tools' in many places not `vmware-workstation tools'.
Just my 10watts.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: [OT vmware] Installing vmware-toolbox
2007-01-26 19:05 ` Mick
2007-01-26 19:22 ` Bo Ørsted Andresen
@ 2007-01-27 2:00 ` reader
1 sibling, 0 replies; 8+ messages in thread
From: reader @ 2007-01-27 2:00 UTC (permalink / raw
To: gentoo-user
Mick <michaelkintzios@gmail.com> writes:
> On Friday 26 January 2007 17:37, reader@newsguy.com wrote:
>> "Richard Fish" <bigfish@asmallpond.org> writes:
>> > On 1/26/07, Richard Fish <bigfish@asmallpond.org> wrote:
>> >> Why not just "emerge =app-emulationvmware-workstation-tools-VERSION"
>> >
>> > Pfft, missed a '/'....should be:
>> > =app-emulation/vmware-workstation-tools-VERSION
>>
>> I wasn't sure what that was... thought it would be for vmware the
>> other way round with gentoo as host.
>>
>> It turned out I was able to get it installed painlessly by creating a heard
>> of sysv style runlevel directories in /etc/init.d
>
> wow! That sounds like something I *definitely* don't know how to do . . . any
> chance for a how to if you get a chance? A wiki article would of course be
> even better. :-)
http://gentoovm.blogspot.com/2006/03/install-vmware-tools-in-gentoo-vm.html
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-01-27 2:10 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-25 23:40 [gentoo-user] [OT vmware] Installing vmware-toolbox reader
2007-01-26 13:48 ` Richard Fish
2007-01-26 13:49 ` Richard Fish
2007-01-26 17:37 ` [gentoo-user] " reader
2007-01-26 19:05 ` Mick
2007-01-26 19:22 ` Bo Ørsted Andresen
2007-01-27 1:57 ` reader
2007-01-27 2:00 ` reader
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox