Am 05.02.2010 23:25, schrieb Frank Church:
> I am trying to install a colinux vm as a service. The installation
> succeeds, but wheneve I try to run it I get a this dialog -
>
> Could not start the Colinux service on Local computer
> Error 1053: The service did not respond to the start or control
> request in a timely fashion.
>
> The message comes immediately without delay.
If this comes back from service start very fast, then typically you have
a errors in your config file. Mostly paths to files. But, this you can
only see on command line. First, you should start colinux-daemon.exe
with same config file from command prompt, before you will install it as
service.
Check your Windows "Eventlog". But you will it only see, if coLinux
tryed to start some.
More details about service start process you can see with the integrated
debug. Follow these steps:
1. Run this command line in a separate Windows prompt (on CMD.EXE):
colinux-debug-daemon.exe -d -p -s prints=31,misc=31 -f debug.xml
2. Than start the service again:
net start Colinux
3. Stop the debugger (colinux-debug-daemon) with key CTRL-C.
4. Open the file debug.xml with Explorer or with Notepad and locate the
error.
--
Henry N.
|