From: Henry N. <Hen...@Ar...> - 2006-11-15 18:18:57
|
Mark Zaloumis wrote: > Hello, > > I'm wondering what the coLinux installer does in the install process > that lets coLinux daemons be run as services. If I copy the files from a > coLinux install on one computer onto a computer that coLinux has never > been installed on, coLinux will run fine but if I try and run it as a > service I get the error: > > The service process could not connect to the service controller > > However, if I then go install coLinux somewhere else on the computer I > copied the coLinux install onto I can then start the copied version as a > service. This leads me to think that the coLinux installer is setting up > something to do with the service controller? I was wondering if anyone > could shed some light on this. The installer does a "colinux-daemon.exe --install-driver" and setthe path for the uninstaller, but does nothing with the system services. What version of coLinux you are running? What Windows (XP or W2K)? Is the coLinux right installed and unused? Check this, if service is not running: colinux-daemon.exe --status-driver Try to start the debugger: colinux-debug-daemon.exe -d -p -s prints=31,misc=31 > file.log Than run the service from a second prompt, stop debugger with CTRL-C after the error passed. Than grep into the output, search the error line and read detailed error messages some lines before. What steps do you runs to "install the service"? Please list your inputs on windows command line. -- Henry Nestler |