> To solve this problem, you can tell Windows not to start Condor until
> VMWare Server has finished starting up. You can do this using system
> service dependencies: http://support.microsoft.com/kb/193888> In this case you can set this up from the command line. Try running the
> following command as an Administrator:
>
> sc config Condor depend= vmx86
>
> Make sure you leave a space between "depend=" and "vmx86", the
> command will not work otherwise. Hope this helps!
I wonder if this piece of information could find its way into the condor manual;
maybe section 3.14 on VM.
Had it already been there, would have saved me a lot of time!
Rob.