On Nov 18, 2007 10:47 AM, David Van Assche <[EMAIL PROTECTED]> 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/

-- 
edubuntu-users mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/edubuntu-users

Reply via email to