Thin Client Manager problems

Robert Arkiletian robark at gmail.com
Mon Nov 19 00:07:00 GMT 2007


On Nov 18, 2007 10:47 AM, David Van Assche <dvanassche at gmail.com> wrote:
> Hi,
>    I'm having some trouble running Fl_Teachertool on Gutsy. When
> Fl_Teachertool starts up I get a dialogue saying no users connected,
> which isn't true. I've tried grepping with the command specified:
>
> ps eaxww | grep "bash --login -c" | grep "LTSP_CLIENT" | grep PPID | grep -v grep

Try the above command again but each time remove a pipe
 ps eaxww | grep "bash --login -c" | grep "LTSP_CLIENT" | grep PPID
 ps eaxww | grep "bash --login -c" | grep "LTSP_CLIENT"
 ps eaxww | grep "bash --login -c"
see if that helps figure out what's breaking

-- 
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/



More information about the edubuntu-users mailing list