[Ltsp-discuss] how to reference a usb device in ltsp5

2011-01-10 Thread bob_C
On Mon, Jan 10, 2011 at 16:20:33 wrote: > Not sure what Debian's "ltsp-localapss" script looks like, but try: > > ltsp-localapps "row_metrics.py -i 17a4:0001 -p 9 -w 172 -f 0.2" > > Note the quotes. At one point, the ltsp-localapps only took the first > argument as the command, so the double-quo

Re: [Ltsp-discuss] how to reference a usb device in ltsp5

2011-01-10 Thread JF Straeten
Re, On Mon, Jan 10, 2011 at 11:09:19AM -0500, bob_C wrote: > Retrying localapps I get something that I don't understand; > As mentioned by Gadi it ought to function, from a terminal opened on > an ltsp workstation, like this; > ltsp-localapps > when I do that there is no response; > b...@se

Re: [Ltsp-discuss] how to reference a usb device in ltsp5

2011-01-10 Thread Gideon Romm
Not sure what Debian's "ltsp-localapss" script looks like, but try: ltsp-localapps "row_metrics.py -i 17a4:0001 -p 9 -w 172 -f 0.2" Note the quotes. At one point, the ltsp-localapps only took the first argument as the command, so the double-quotes were needed to pass the entire command. ltsp-loc

[Ltsp-discuss] how to reference a usb device in ltsp5

2011-01-10 Thread bob_C
> On Sat, 2011-01-08 23:03:28, < Gideon Romm symbio-technologies ! com> wrote: > > Rather than having users log into the console, they can simply log > > into LDM and run: > > ltsp-localapps > > It will still save the files to the home directory and they will not > > need to switch to the console

[Ltsp-discuss] how to reference a usb device in ltsp5

2011-01-08 Thread bob_C
On Sat, 2011-01-08 23:03:28, < Gideon Romm wrote: > Rather than having users log into the console, they can simply log > into LDM and run: > > ltsp-localapps > > It will still save the files to the home directory and they will not > need to switch to the console. > > -Gadi For some reason, w

Re: [Ltsp-discuss] how to reference a usb device in ltsp5

2011-01-08 Thread Gideon Romm
Rather than having users log into the console, they can simply log into LDM and run: ltsp-localapps It will still save the files to the home directory and they will not need to switch to the console. -Gadi On Sat, Jan 8, 2011 at 5:52 PM, bob_C wrote: > I have found that the program works fine

[Ltsp-discuss] how to reference a usb device in ltsp5

2011-01-08 Thread bob_C
I have found that the program works fine when run in an ltsp console. Run this way it detects the usb connection from the rower attached to the client. I had to first install prerequisites in the chroot, python-usb package (and dependencies) and python-matplotlib package (and dependencies) for the

Re: [Ltsp-discuss] how to reference a usb device in ltsp5

2011-01-07 Thread David Johnston
On Tue, 2011-01-04 at 21:59 -0500, bob_C wrote: > Hi, > I have a python application that captures information via usb, from a > rowing machine. It works fine when connected to the ltsp server but > (not when) running it on the client. > I used ctrl+alt+f1 to get to an ltsp client console, logged as

Re: [Ltsp-discuss] how to reference a usb device in ltsp5

2011-01-07 Thread Xavier Brochard
Le vendredi 7 janvier 2011 10:03:58 Xavier Brochard, vous avez écrit : > - install your application on the server, look at the scripts used by > ltspfs to transmit the client usb information to the server and make you > own. Sorry, big mistake here. Ltspfs is used to forward usb disk, not ports.

Re: [Ltsp-discuss] how to reference a usb device in ltsp5

2011-01-07 Thread Xavier Brochard
Le mercredi 5 janvier 2011 03:59:41 bob_C, vous avez écrit : > My problem is that in a terminal on the ltsp client, the application is > not detecting the usb device, even though I have verified that the usb > devise (rowing machine) is recognized by the ltsp client. If you run the application in

[Ltsp-discuss] how to reference a usb device in ltsp5

2011-01-04 Thread bob_C
Hi, I have a python application that captures information via usb, from a rowing machine. (http://www.vishalpatel.net/projects/rowmetrics). It works fine when connected to the ltsp server but I am having trouble running it on the client. I am guessing this is because the local usb devices are refe