On 8/17/07, Jim Kronebusch <[EMAIL PROTECTED]> wrote: > > I talked to Robert Arkeletian the other day (the guy who writes > fl_teachertool) and he > said he had some scripts that can shutdown a client and boot them via wake on > lan. I > told him if he had a chance he should get those scripts to you so that you > may try and > incorporate them into the stress test system. If you don't hear from him you > might want > to contact him personally. I know last time we talked you were still looking > for a way > to do this. I think Robert is pretty busy right now working on TeacherTool > (which he > hopes to have ported to Edubuntu within the next couple of weeks by the way) > but I would > think he would be able to shoot you the rough scripts to look at. >
Here is the thread for WOL https://listman.redhat.com/archives/k12osn/2007-January/msg00752.html and this one is by room https://listman.redhat.com/archives/k12osn/2007-January/msg00790.html I would change the sleep to use the time module like this import time time.sleep(1) instead of using os.system(sleep 1s) -- Robert Arkiletian Eric Hamber Secondary, Vancouver, Canada Fl_TeacherTool http://www3.telus.net/public/robark/Fl_TeacherTool/ C++ GUI tutorial http://www3.telus.net/public/robark/ -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
