FAQ Search Today's Posts Mark Forums Read

» Linux Archive
Home
New Posts
Search
FAQ


Go Back   Linux Archive > Redhat > Fedora Development

 
 
LinkBack Thread Tools
 
Old 04-18-2008, 11:39 PM
Warren Togami
 
Default Fedora 9 and VMWare server

Alan wrote:

I tried to get VMWare Server running on Fedora 9. Notices that it needs
to have the 32 bit version of libXtst installed. This does not get
installed on x86_64.

Does this library drag in further 32 bit libraries that are needed?

These libraries get loaded in F8.

I will fill out a bug report as well.



You are expected to manually install stuff like this.

yum install libXtst.i386 should do it.

Warren Togami
wtogami@redhat.com

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 04-18-2008, 11:46 PM
"Alan"
 
Default Fedora 9 and VMWare server

> Alan wrote:
>> I tried to get VMWare Server running on Fedora 9. Notices that it needs
>> to have the 32 bit version of libXtst installed. This does not get
>> installed on x86_64.
>>
>> Does this library drag in further 32 bit libraries that are needed?
>>
>> These libraries get loaded in F8.
>>
>> I will fill out a bug report as well.
>>
>
> You are expected to manually install stuff like this.
>
> yum install libXtst.i386 should do it.

I didn't have to manually load the 32 bit libraries like that in F8.

I expect there will be great amounts of confusion when F9 is released.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 04-18-2008, 11:51 PM
Rahul Sundaram
 
Default Fedora 9 and VMWare server

Alan wrote:


yum install libXtst.i386 should do it.


I didn't have to manually load the 32 bit libraries like that in F8.


Yes. The multilib policy has changed and we don't install 32-bit libs on
a 64-bit system by default anymore. You can change it in yum.conf by
setting multilib_policy=all. The default is best.


Rahul

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 04-19-2008, 06:07 AM
Les Mikesell
 
Default Fedora 9 and VMWare server

Rahul Sundaram wrote:

Alan wrote:


yum install libXtst.i386 should do it.


I didn't have to manually load the 32 bit libraries like that in F8.


Yes. The multilib policy has changed and we don't install 32-bit libs on
a 64-bit system by default anymore. You can change it in yum.conf by
setting multilib_policy=all. The default is best.


What does it hurt to have a library installed that is unused some of the
time?


--
Les Mikesell
lesmikesell@gmail.com

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 04-19-2008, 06:18 AM
Rahul Sundaram
 
Default Fedora 9 and VMWare server

Les Mikesell wrote:

Rahul Sundaram wrote:

Alan wrote:


yum install libXtst.i386 should do it.


I didn't have to manually load the 32 bit libraries like that in F8.


Yes. The multilib policy has changed and we don't install 32-bit libs
on a 64-bit system by default anymore. You can change it in yum.conf
by setting multilib_policy=all. The default is best.


What does it hurt to have a library installed that is unused some of the
time?


The policy change was already proposed and discussed in this list.
We don't have space on the live cd. Any software that is unused also
adds to disk space, costs bandwidth (both on the systems as well as the
mirrors) to keep it updated and increases the potential for security
issues and sometimes additional maintenance overhead.


Rahul

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 04-19-2008, 07:18 AM
Dan Horák
 
Default Fedora 9 and VMWare server

Warren Togami pÃ*Å¡e v Pá 18. 04. 2008 v 19:39 -0400:
> Alan wrote:
> > I tried to get VMWare Server running on Fedora 9. Notices that it needs
> > to have the 32 bit version of libXtst installed. This does not get
> > installed on x86_64.
> >
> > Does this library drag in further 32 bit libraries that are needed?
> >
> > These libraries get loaded in F8.
> >
> > I will fill out a bug report as well.
> >
>
> You are expected to manually install stuff like this.
>
> yum install libXtst.i386 should do it.

would not "yum localinstall vmware.rpm" take it automagicaly?


Dan


--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 04-19-2008, 07:56 PM
Jarod Wilson
 
Default Fedora 9 and VMWare server

On Saturday 19 April 2008 02:07:25 am Les Mikesell wrote:
> Rahul Sundaram wrote:
> > Alan wrote:
> >>> yum install libXtst.i386 should do it.
> >>
> >> I didn't have to manually load the 32 bit libraries like that in F8.
> >
> > Yes. The multilib policy has changed and we don't install 32-bit libs on
> > a 64-bit system by default anymore. You can change it in yum.conf by
> > setting multilib_policy=all. The default is best.
>
> What does it hurt to have a library installed that is unused some of the
> time?

Its been discussed at length, but my personal favorite reason: It annoys the
living crap out of a bunch of people to have all these extra unneeded bits
installed. If I need/want something 32-bit, I'll install it myself,
otherwise, I just want the 64-bit bits. Less stuff to yum upgrade if you
don't have umpteen extra unneeded 32-bit bits laying about. Part of my usual
dance when installing a 64-bit system in the past has been to immediately yum
remove all the 32-bit stuff before doing anything else, so I don't have to
wait for those worthless bits to be upgraded -- time spent calculating the
upgrade, time spent downloading, time spent installing, etc. (Yes, I'm
impatient, but for some people, time is money. For others, more bits to
transfer across the wire is money. And so on.)


--
Jarod Wilson
jwilson@redhat.com

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 07-19-2008, 06:55 PM
Michael Eager
 
Default Fedora 9 and VMWare Server

Has anyone been able to get VMWare Server running on F9?

I've installed VMWare Server from the rpm, run the config
script and everything seems to be installed correctly.
When I try to connect to the web management server, it
tells me that the server is not responding.

--
Michael Eager eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306 650-325-8077

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 07-20-2008, 12:23 AM
"Mike Burger"
 
Default Fedora 9 and VMWare Server

> Has anyone been able to get VMWare Server running on F9?
>
> I've installed VMWare Server from the rpm, run the config
> script and everything seems to be installed correctly.
> When I try to connect to the web management server, it
> tells me that the server is not responding.

Noting that I've not worked, yet, with VMWare, at all, I still think the
question needs to be asked:

Did you start the VMWare server processes?


--
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org

To be notified of updates to the web site, visit:

https://www.bubbanfriends.org/mailman/listinfo/site-update

or send a blank email message to:

site-update-subscribe@bubbanfriends.org

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 07-20-2008, 01:11 AM
"Kevin J. Cummings"
 
Default Fedora 9 and VMWare Server

Mike Burger wrote:

Has anyone been able to get VMWare Server running on F9?

I've installed VMWare Server from the rpm, run the config
script and everything seems to be installed correctly.
When I try to connect to the web management server, it
tells me that the server is not responding.


Noting that I've not worked, yet, with VMWare, at all, I still think the
question needs to be asked:

Did you start the VMWare server processes?


An easier question (based on how VMWare is packaged) is did you run the
vmware-config.pl script that comes with the RPM? It will shutdown any
running services, and compile the necessary kernel modules for your
running kernel (if you haven't made them already, and, no, just
installing the RPM does not do this), and then start them up again.


After that (if it was successful), you should be able to connect to the
server.


Good Luck!

--
Kevin J. Cummings
kjchome@rcn.com
cummings@kjchome.homeip.net
cummings@kjc386.framingham.ma.us
Registered Linux User #1232 (http://counter.li.org)

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 

Thread Tools




All times are GMT. The time now is 07:28 AM.

VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org