From: <ch...@to...> - 2004-04-06 15:16:11
|
I did some testing yesterday for 2 below I added a date >> colog to the shutdown_colinux script to see if it was running when shutting down windows. It was not run. I double checked that the colog was generated when doing a net stop colinux it was. I was thinking could coLinuxService.exe attach itself as a console and then just send the scan codes for the three finger salute. Most inittab files that I have seen are set to do a clean shutdown with this and you do not have to be loged in at that console. It works when the login prompt is up. chris > 2 bugs I found > > 1) Not really a bug but when using telnet to test the shutdown linux > configuration the telnet that comes with windows 2k sends cr/lf the read > statement in the script leaves the cr as part of $REPLY . I was able to > filter this off with > if [ ${REPLY:0:6} = 'KILLME' ]; then > and this still works fine when using it. The 6 would need to be changed > for a different length password > > > 2) I am not getting clean shutdowns when shuting down windows while > service is running both when starting the service manualy or automaticly. > net stop colinux > works great. I'm not shure if the problem is that windows is not waiting > till the service gives the ok or if the message is not getting sent. (It's > just fscking due to unclean shutdown) I could do further tests to see on > monday or tuesday if you can not reproduce this. > I'm using an up to date win2k > > chris > > >> I'm proud to announce that CoLinuxService v0.1 has been released. >> >> It allows you to run colinux as a Windows service and supports clean >> shutdown procedure with elementary authentication. > >> Any feedback is welcome. Feel free to send patches and I'll include them >> in >> future versions. >> >> Jarek > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > coLinux-devel mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > |