On 5/8/06, Robert Arkiletian <[EMAIL PROTECTED]> wrote:
http://www3.telus.net/public/robark/Fl_TeacherTool/

Note: Monitor and Control feature in Fl_TeacherTool needs the vnc X
extension module built inside the LBE.

Ahhh!! I just found a gremlin bug that only sometimes rears it's ugly
head. Killed it. But now I have to release 0.32. To be released later
today. Please hold off on 0.31.

The bug had to do with not checking for an established connection with
netstat. So I was sometimes getting a duplicate entry when the state
of the socket was something other than established. Fixed by modifying
this line

netstat -t -e -n | grep :6000 | sed -e 's/:/ /g' | awk '{print $9,$6}'
| sort | uniq

to

netstat -t -e -n | grep :6000 | grep -w ESTABLISHED | sed -e 's/:/ /g'
| awk '{print $9,$6}' | sort | uniq

--
Robert Arkiletian
Fl_TeacherTool http://fltk.org/links.php?V269
C++ GUI tutorial http://fltk.org/links.php?V19


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
     https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to