Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286731 - vmware-server cannot be restarted after update
Summary: vmware-server cannot be restarted after update
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo VMWare Bug Squashers [disabled]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-28 07:47 UTC by snIP3r
Modified: 2009-09-29 04:46 UTC (History)
0 users

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 snIP3r 2009-09-28 07:47:26 UTC
after the recent update from version 2.0.1.156745-r2 to 2.0.1.156745-r3 (including vmware modules from 1.0.0.24 to 1.0.0.24-r1) i cannot (re)start my vmware-server. before updating i stopped all the virtual machines running, updated modules and server and then tried to restart vmware-server.
but i got this message:

area52 hostd # /etc/init.d/vmware restart
 * Stopping VMware autostart virtual machines:
 *   Virtual Machines                                 [ !! ]
 * Stopping VMware management services:
 *   VMware Server Host Agent                         [ !! ]
 * Stopping VMware services:
 *   VMware Authentication Daemon                     [ ok ]
 *   VM communication interface socket family:        [ ok ]
 *   Virtual machine communication interface          [ ok ]
 *   Virtual machine monitor                          [ ok ]
 *   Bridged networking on /dev/vmnet0                [ ok ]
 *   Host network detection                           [ ok ]
 *   Virtual ethernet                                 [ ok ]
 * VMware is not properly configured! See above.         

i also stopped xinetd (which starts vmware-authd), and reloaded the vmware modules vmci, vmnet and vmmon. but no success. i cannot restart vmware-server anymore. i can also not find any vmware processes on my machine.

i use kernel 2.6.30-gentoo-r5, use flag ~amd64 for vmware-server and vmware-server modules.
Comment 1 Vadim Kuznetsov (RETIRED) gentoo-dev 2009-09-28 15:17:53 UTC
Please try:
$ sudo /opt/vmware/server/bin/vmware-config.pl --skip-stop-start
Comment 2 snIP3r 2009-09-29 04:46:09 UTC
(In reply to comment #1)
> Please try:
> $ sudo /opt/vmware/server/bin/vmware-config.pl --skip-stop-start
> 

thx. that did it for me!