Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 314681 - app-emulation/vmware-server doesn't work with X86_64 and kernel 2.6.33
Summary: app-emulation/vmware-server doesn't work with X86_64 and kernel 2.6.33
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo VMWare Bug Squashers [disabled]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-11 14:24 UTC by David Relson
Modified: 2010-10-22 12:00 UTC (History)
1 user (show)

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


Attachments
emerge --info output (emerge-info.txt,4.42 KB, text/plain)
2010-04-11 14:24 UTC, David Relson
Details
emerge -pqv output (emerge-pqv.txt,26.30 KB, text/plain)
2010-04-11 14:25 UTC, David Relson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Relson 2010-04-11 14:24:09 UTC
After upgrading to kernel 2.6.33 I tried to start vmware-server, which didn't work.  Running 'emerge --one-short vmware-modules' was suggested, but that didn't help.
Running 'vmware-config.pl' also fails.

Problems occurred with vmware-server-1.0.8.126538. After upgrading to 
vmware-server-2.0.2.203138, there was no change in problems encountered

Reproducible: Always

Steps to Reproduce:
1./etc/init.d/vmware-server start -- doesn't work
2. emerge -1 vmware-modules --- worked fine
3.vmware-config.pl -- complains that vmware isn't stopped even though there's no vmware running.

Actual Results:  
###  /etc/init.d/vmware start ###
 *   VMware Server is installed, but it has not been (correctly) configured
 *   for the running kernel.
 *   Please ensure that the modules have been compiled for this kernel:
 *   emerge --oneshot vmware-modules
 *   Also ensure VMware Server has been configured:
 *   /opt/vmware/server/bin/vmware-config.pl.
 * VMware is not properly configured! See above.
 * ERROR: vmware failed to start

### vmware-config.pl ###
root@osage relson # /opt/vmware/server/bin/vmware-config.pl
Making sure services for VMware Server are stopped.

 * WARNING: vmware is already stopped
Unable to stop services for VMware Server

Execution aborted.
Comment 1 David Relson 2010-04-11 14:24:34 UTC
Created attachment 227395 [details]
emerge --info output
Comment 2 David Relson 2010-04-11 14:25:03 UTC
Created attachment 227397 [details]
emerge -pqv output
Comment 3 Vadim Kuznetsov (RETIRED) gentoo-dev 2010-04-12 19:31:43 UTC
try to run 
/opt/vmware/server/bin/vmware-config.pl --skip-stop-start

Thanks.
Comment 4 Marcin Mirosław 2010-10-22 12:00:42 UTC
Maybe it would be helpfull to add this info (--skip-stop-start) to einfo, avoiding confusing users?