From: Henry N. <Hen...@Ar...> - 2007-03-22 19:44:28
|
Hallo, have no checked, so could no answer yes or no and why. :-( > Jason Ahrens wrote: >> I'm trying out the 0.7.1 pre-release, so far everything is working >> perfect except shut down. >> >> I run coLinux as a service on Windows XP, and what happens when >> 'shutting down' is, the Linux portion seems to shut down fine, >> eventually reaching a safe to power off point, but the colinux-daemon >> doesn't properly terminate. Windows thinks the service is still >> 'shutting down' and it never reaches a 'power off' point. If I manually >> kill the colinux-daemon process, Windows then restarts it right away. >> Oddness. >> >> I'm not sure what informtion I might provide that's useful, so if >> there's anything let me know Your command line for installing the service and the config file would be interesting, and the current directory where you stays on installing the service. CoLinux 0.7.1 use a new internal parameter for starting service, if path for installing and running is differ. This could be a problem? Are you shure, to re-installed the service after update from 0.6.4 to 0.7.1? Re-installing means two calls --remove-service and --remove-service. It would be help, if you runs the debugger on error time: Start colinux service (normal, you does, without debugger) After is full running: Run the debugger on a second windows prompt: colinux-debug-daemon.exe -d -p -s prints=31,misc=31 -f debug1.xml Stop the service, wait for down. (make your error you have) Stop the debugger with CTRL-C Start the debugger again with an other outfile: colinux-debug-daemon.exe -d -p -s prints=31,misc=31 -f debug2.xml Kill the colinux-daemon Stop the debugger with CTRL-C View the last lines in the files debug1.xml and the beginning in debug2.xml. Is there any intersting print about problems, or a warning? -- Henry |