From: Henry N. <Hen...@Ar...> - 2007-03-26 07:46:49
|
Hello Jason, George P Boutwell wrote: >> 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. >>> >>> [...snip...] >>> Found in the Application log: >>> [...snip...] >>> daemon: service control STOP. Ok. You have shutting down the linux by sending CTRL-ALT-DEL key code. After this should be follow a "daemon: service stopped." in the event logger. Have you set to halt in your /etc/inittab? If not, try this: # What to do when CTRL-ALT-DEL is pressed. ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -h now > I'm curious, too, if other people who run coLinux as service have seen > this problem or not. Other than that Jason, we are looking into this > problem and should have an patch applied once we figure out what the > issue is. It would help, alot to know your command-line, especially the > options that you are sending to coLinux when you register your service. Service is normal stopping in 0.7.1 prerelease with build date 20070319 and 20070101. I do shutting down coLinux in the Windows Service Manager, or on Windows command line 'net stop "Cooperative Linux"'. With -h and also with -r in the inittab. I see no problems. colinux-daemon.exe exits after linux is down. -- Henry |