Fedora Linux Support Community & Resources Center
  #1  
Old 2009-11-25, 07:10 AM CST
bonfire89 Offline
Registered User
 
Join Date: Nov 2009
Posts: 14
linuxfedorafirefox
VMWare player 3 + Fedora 12 + SELinux

Hey all,

Are there any guides out there regarding installing VMWare player 3 in Fedora 12 without just disabling SELinux? (security features get implemented for a reason) Is it possible?

I'm trying to install by running

./VMware-Player-3.0.0-203739.i386.bundle

downloaded from the VMWare site after having made it executable, but near the end of the install SELinux troubleshooter throws a whole bunch of errors, and then VMWare indicates that it installed correctly. Which doesn't seem to true since when I try and run vmplayer it flashes open for a moment then closes immediately.

Shouldn't the SELinux troubleshooter let me accept or reject the proposed actions or something?


Thanks
Reply With Quote
  #2  
Old 2009-11-26, 02:59 AM CST
egurski's Avatar
egurski Offline
Registered User
 
Join Date: Feb 2004
Location: Shallotte, NC
Posts: 155
linuxfedorafirefox
Try setting SeLinux in Permissive mode (a reboot is required). Then re-install VmWare Player....


HTH
Reply With Quote
  #3  
Old 2009-11-26, 03:30 AM CST
bonfire89 Offline
Registered User
 
Join Date: Nov 2009
Posts: 14
linuxfedorafirefox
hmmm, thanks for the suggestion.

Unfortunately.. no go. Maybe it's not SELinux.... =/

So strange. No errors in the terminal, no other errors on the screen when I try and run vmplayer. It just flashes open then closes =/
Reply With Quote
  #4  
Old 2009-11-26, 04:49 AM CST
egurski's Avatar
egurski Offline
Registered User
 
Join Date: Feb 2004
Location: Shallotte, NC
Posts: 155
linuxfedorafirefox
Do you have the kernel source installed?

I run VMWare workstatuion and VMWare player comes along with it. Whenever the Kernel changes, I need to start VMware as root so that the kernel can be re-compiled and then everything works.

I have upgraded all my machines to F12 except the one that runs VMware Workstation.

Try this link to see if it helps

http://communities.vmware.com/thread...BD219?tstart=0

Ed
Reply With Quote
  #5  
Old 2009-11-26, 11:37 AM CST
bonfire89 Offline
Registered User
 
Join Date: Nov 2009
Posts: 14
linuxfedorafirefox
Yeah, they are installed.

I also tried running

Code:
vmware-modconfig --console --install-all
after searching around the web a bit and that didn't help either :/
Reply With Quote
  #6  
Old 2009-11-26, 12:47 PM CST
waby38 Offline
Registered User
 
Join Date: Oct 2004
Age: 39
Posts: 10
linuxfedorafirefox
follow this link to be able to use VMPlayer-3.0 under Fedora 12 as Host.

First, lets disable / set to permissive selinux then reboot
Code:
yum install gcc kernel-devel
or
Code:
yum install gcc kernel-PAE-devel
(depend of your kernel, check with "uname -r")

Now you are able to install Player v3 and at the end of the setup, the script will compile modules.
to check again if it's ok, you can re-compile module using "vmware-modconfig --console --install-all" from console
then, remove access to mozilla-root-certs.crt
Code:
mv /usr/lib/vmware/resources/mozilla-root-certs.crt /usr/lib/vmware/resources/mozilla-root-certs.crt.old
Now, VMPlayer do not crash just after starting.
Without this certificate, you will not able to use "Install VMWare Guest tools",
so, the only workaround we have now is to install Guest tools from another HOST
like F11, CentOS, and then come back to F12!

Edit:

It seem that "certificate" crash is due to "curl" package which don't support ssl or c-ares
Follow this link to update your curl package, then you can restore "mozilla-root-certs.crt" and
use "Install VMWare Guest tools" menu entry

Last edited by waby38; 2009-12-03 at 01:40 PM CST.
Reply With Quote
  #7  
Old 2009-11-26, 03:47 PM CST
bonfire89 Offline
Registered User
 
Join Date: Nov 2009
Posts: 14
linuxfedorafirefox
Smile

Awesome, looks like

Code:
mv /usr/lib/vmware/resources/mozilla-root-certs.crt /usr/lib/vmware/resources/mozilla-root-certs.crt.old
(since I had already completed the other steps)

did the trick. I will have to figure out guest tools when I get a guess installed.


Thanks a bunch!

ps. if there is a way to indicate that the thread has been solved on fedoraforum, please let me know.
Reply With Quote
  #8  
Old 2009-12-19, 03:26 AM CST
MikiBroki Offline
Registered User
 
Join Date: Nov 2009
Posts: 6
linuxfedorafirefox
Thumbs up

Thanks a lot bonfire89 !! that works for me too on FC12 x86_64 !
Reply With Quote
  #9  
Old 2010-01-04, 08:53 AM CST
cheerio158's Avatar
cheerio158 Offline
Registered User
 
Join Date: Apr 2005
Location: Toronto, Ontario, Canada
Posts: 177
linuxfedorafirefox
Cool! Worked for me on FC12 x86_64 !

Thanks bonfire89!
__________________
Desktop Smolt profile
Laptop Smolt profile
EeePC Smolt profile
Reply With Quote
  #10  
Old 2010-01-04, 01:32 PM CST
bonfire89 Offline
Registered User
 
Join Date: Nov 2009
Posts: 14
linuxsafari
haha, just to give credit where it is deserved. waby38 had posted the line I used just above.

But I'm glad things got sorted out. hehe
Reply With Quote
  #11  
Old 2010-01-04, 04:28 PM CST
rurikc Offline
Registered User
 
Join Date: Jan 2010
Posts: 23
linuxfedorafirefox
Disable libcurl.so.4 in vmware

If the vmplayer start then shuts down immediately this is related to lack of c-ares support in curl (libcurl)

See:

http://communities.vmware.com/thread...0&tstart=0

Workaround:

disable libcurl.so.4 in VMWare, e.g.

mv /usr/lib/vmware/lib/libcurl.so.4 /usr/lib/vmware/lib/libcurl.so.4.DISABLE

P.S. Leave the certs untouched, you can install the vmware tools.

Last edited by rurikc; 2010-01-04 at 04:30 PM CST. Reason: added p.s.
Reply With Quote
  #12  
Old 2010-03-07, 03:35 PM CST
theAdmiral Offline
Registered User
 
Join Date: Nov 2008
Posts: 448
linuxfedorafirefox
Talking Re: VMWare player 3 + Fedora 12 + SELinux

Quote:
Originally Posted by waby38 View Post
Now you are able to install Player v3 and at the end of the setup, the script will compile modules.
to check again if it's ok, you can re-compile module using "vmware-modconfig --console --install-all" from console...
How do I install kernel headers? When I try running the command:

Code:
vmware-modconfig --console --install-all
I get an error message reading:

Code:
[root@localhost Desktop]# vmware-modconfig --console --install-all
gcc and kernel headers must be installed
[root@localhost Desktop]#
.

Your help would be greatly appreciated! :-)

---------- Post added at 04:08 PM CST ---------- Previous post was at 03:58 PM CST ----------

Never mind my question. I solved it. Now I just gotta figure out how to run it without it crashing.

---------- Post added at 04:35 PM CST ---------- Previous post was at 04:08 PM CST ----------

ShoutOut to all of the contributors to the resolution of this issue. Big thanks!

theAdmiral
__________________
theAdmiral
---------------------------------------------------------
Fedora 13 KDE Goddard
Virtualized Windows XP SP3 via VirtualBox 3.2.0
Intel(R) Core(TM)2 Duo CPU T7500 @2.2GHz
Number of CPUs: 2 (32-bit)
System Memory: 3072MB
System: HP Pavilion dv6500 Notebook PC Rev. 1
Reply With Quote
  #13  
Old 2010-04-02, 12:53 PM CDT
hardly Offline
Registered User
 
Join Date: Nov 2008
Posts: 8
linuxfedorafirefox
Re: VMWare player 3 + Fedora 12 [SOLVED]

Little contribution from me.
I was receiving the "gcc and kernel headers must be installed" line as well, but for me this was due to updating the system, and then not rebooting.The headres for the "running kernel" are not found.
Code:
[root@vaio packages]# ls /usr/src/kernels/
2.6.32.10-90.fc12.x86_64
[root@vaio packages]# uname -r
2.6.32.9-70.fc12.x86_64
@bonfire89: You should be able to edit your original post to make it say solved. I didn't know how it was done once upon a time as well.
@theAdmiral: How did You solve the issue in your last post here? A little more info than "Solved it" might benefit others. : - )

Last edited by hardly; 2010-04-02 at 12:56 PM CDT.
Reply With Quote
  #14  
Old 2010-04-02, 08:11 PM CDT
theAdmiral Offline
Registered User
 
Join Date: Nov 2008
Posts: 448
linuxfirefox
Re: VMWare player 3 + Fedora 12 + SELinux

I installed gcc and kernel headers.
__________________
theAdmiral
---------------------------------------------------------
Fedora 13 KDE Goddard
Virtualized Windows XP SP3 via VirtualBox 3.2.0
Intel(R) Core(TM)2 Duo CPU T7500 @2.2GHz
Number of CPUs: 2 (32-bit)
System Memory: 3072MB
System: HP Pavilion dv6500 Notebook PC Rev. 1
Reply With Quote
  #15  
Old 2010-05-10, 08:27 PM CDT
nocountryman Offline
Registered User
 
Join Date: May 2010
Posts: 1
linuxfedorafirefox
Re: Disable libcurl.so.4 in vmware

Quote:
Originally Posted by rurikc View Post
If the vmplayer start then shuts down immediately
Workaround:

disable libcurl.so.4 in VMWare, e.g.

mv /usr/lib/vmware/lib/libcurl.so.4 /usr/lib/vmware/lib/libcurl.so.4.DISABLE

Worked like a charm Thank you friend
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Issues with Fedora 9 running on VMWare Player after recent updates Ijah General Support 2 2008-12-26 01:06 AM CST
Vmware Player 2.0 slow on Fedora 7 hoser_9 Software 0 2007-07-06 03:19 PM CDT
VMware-Player on FC6? yanik General Support 11 2006-10-29 05:56 PM CST
booting fedora 5 with VMware player on windows xp freshmangos Installation Help 0 2006-10-22 01:07 AM CDT
using VMware player for first time to use Red Hat Fedora Core 5 on WinXP Home crmpicco Installation Help 3 2006-09-14 09:38 AM CDT

Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 10:40 AM CDT.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Rules | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2010, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
vB Enterprise Translator (vBET 2.3.10) created by NLP-er