Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247624 - app-emulation/vmware-player-2.5.0.118166 can't find vmware-config.pl
Summary: app-emulation/vmware-player-2.5.0.118166 can't find vmware-config.pl
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo VMWare Bug Squashers [disabled]
URL:
Whiteboard:
Keywords:
: 253924 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-19 21:19 UTC by Michał Kudła
Modified: 2009-01-09 08:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Kudła 2008-11-19 21:19:57 UTC
vmplayer wan't works for MOTODEV_Studio_for_WebUI, maybe other VMs

Reproducible: Always

Steps to Reproduce:
1.emerge vmware-player
1a. emerge --config vmware-player done without errors
2.ln -s /opt/vmware/player/lib/vmware/lib/libexpat.so.0/libexpat.so.0 /usr/lib/libexpat.so.0
3. download and install MOTODEV_Studio_for_WebUI_v0.4.0
4. extract MOTODEV_Studio_for_WebUI_v0.4.0/plugins/com.motorola.studio.motomagx.emulator.vm_1.0.0/resource/motomagx_emulator.zip
5. run vmplayer
6. open VM motomagx_emulator.vmx

Actual Results:  
VMware Player Error:
VMware Player is installed, but it has not been (correctly) configured for your running kernel. To (re-)configure it, your system administrator mustfind and run "vmware-config.pl". For more information, please see the VMware Player documentation.

laptok ~ # equery files vmware-player | grep vmware-config.pl
laptok ~ #

no results

Expected Results:  
vmplayer should works

laptok ~ # ifconfig 
eth0      Link encap:Ethernet  HWaddr 00:1b:fc:41:a1:d8  
          inet addr:192.168.2.141  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::21b:fcff:fe41:a1d8/64 Scope:Link              
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1              
          RX packets:115164 errors:0 dropped:0 overruns:0 frame:0         
          TX packets:71308 errors:0 dropped:0 overruns:0 carrier:0        
          collisions:0 txqueuelen:1000                                    
          RX bytes:164239790 (156.6 MiB)  TX bytes:5489110 (5.2 MiB)      
          Interrupt:18 Base address:0xe000                                

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:72 errors:0 dropped:0 overruns:0 frame:0
          TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:4320 (4.2 KiB)  TX bytes:4320 (4.2 KiB)

vmnet1    Link encap:Ethernet  HWaddr 00:50:56:c0:00:01
          inet addr:192.168.84.1  Bcast:192.168.84.255  Mask:255.255.255.0
          inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

vmnet8    Link encap:Ethernet  HWaddr 00:50:56:c0:00:08
          inet addr:172.16.27.1  Bcast:172.16.27.255  Mask:255.255.255.0
          inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
Comment 1 Mike Auty (RETIRED) gentoo-dev 2008-11-20 22:12:56 UTC
You're right, there is no vmware-config.pl in vmware-player-2.5.0.

In the steps you carried out, it doesn't mention that, as root, you started the vmware service using "/etc/init.d/vmware start"?

Please try that and report the entire output (from /etc/init.d/vmware start onwards).  If the service fails to start, please try removing the file /etc/vmware/not_configured and report the same results (run "/etc/init.d/vmware start" and give the entire output).  Thanks...  5:)
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2009-01-08 14:52:13 UTC
*** Bug 253924 has been marked as a duplicate of this bug. ***
Comment 3 Michal Špondr 2009-01-09 08:47:42 UTC
Removing /etc/vmware/not_configured worked for me, thanks.