View previous topic :: View next topic |
Author |
Message |
pesalomo n00b
Joined: 07 Feb 2006 Posts: 4
|
Posted: Tue Feb 07, 2006 11:16 am Post subject: VMware Player - chicken and egg |
|
|
How do I get around this?
localhost init.d # /etc/init.d/vmware start
* VMware Player is installed, but it has not been (correctly) configured
* for the running kernel. To (re-)configure it, invoke the
* following command: /opt/vmware/player/bin/vmware-config.pl.
* VMware is not properly configured! See above. [ !! ]
localhost init.d # /opt/vmware/player/bin/vmware-config.pl
Making sure services for VMware Player are stopped.
* ERROR: "vmware" has not yet been started.
Unable to stop services for VMware Player
Execution aborted.
localhost init.d # |
|
Back to top |
|
|
mb Guru
Joined: 25 Apr 2002 Posts: 355 Location: Hessen | .de
|
Posted: Tue Feb 07, 2006 12:52 pm Post subject: |
|
|
Code: |
/etc/init.d/vmware zap
|
this will reset the script status to stopped....
#mb _________________ Linux ares 2.6.15-gentoo-r1 #4 SMP Mon Jan 16 17:38:31 CET 2006 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ AuthenticAMD GNU/Linux |
|
Back to top |
|
|
pesalomo n00b
Joined: 07 Feb 2006 Posts: 4
|
Posted: Tue Feb 07, 2006 1:11 pm Post subject: |
|
|
localhost peter # /etc/init.d/vmware zap
localhost peter # /opt/vmware/player/bin/vmware-config.pl
Making sure services for VMware Player are stopped.
* ERROR: "vmware" has not yet been started.
Unable to stop services for VMware Player
Execution aborted.
localhost peter #
Seems to me that the vmware-config.pl script requires vmware services to be started in order to stop them. But it doesn't handle that the vmware services already are stopped.
Peter |
|
Back to top |
|
|
mb Guru
Joined: 25 Apr 2002 Posts: 355 Location: Hessen | .de
|
Posted: Tue Feb 07, 2006 2:34 pm Post subject: |
|
|
hmm.. i just tried it with vmware workstation, no probleme here. Maybe it's VMware Player specific.
Anyway, you can run the vmware-config.pl with -skipstopstart
Code: |
/opt/vmware/player/bin/vmware-config.pl -skipstopstart
|
Maybe this will help.... _________________ Linux ares 2.6.15-gentoo-r1 #4 SMP Mon Jan 16 17:38:31 CET 2006 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ AuthenticAMD GNU/Linux |
|
Back to top |
|
|
pesalomo n00b
Joined: 07 Feb 2006 Posts: 4
|
Posted: Tue Feb 07, 2006 3:07 pm Post subject: |
|
|
Thanks! That did the trick
Regards,
Peter |
|
Back to top |
|
|
|