Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 314681

Summary: app-emulation/vmware-server doesn't work with X86_64 and kernel 2.6.33
Product: Gentoo Linux Reporter: David Relson <relson>
Component: New packagesAssignee: Gentoo VMWare Bug Squashers [disabled] <vmware+disabled>
Status: RESOLVED WORKSFORME    
Severity: normal CC: bug
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info output
emerge -pqv output

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?