From: <ch...@to...> - 2004-04-02 19:36:06
|
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 |