Dave Houghton wrote:
> Hello everyone
>
> I didn't get far trying to set up EMC2
>
> I decided to do the Latency Test first, having read both sets of
> instructions. 'Configuration Wizard for Steeper Machines' & 'EMC2 Getting
> Started' both have identical instructions regarding the Latency Test.
>
> Quote "To run the test, from Applications/Accessories/Terminal (Ubuntu) open
> a shell and run the following command" 
>
>  
>
>  Emc2$ latency-test
>
>  
>
> The following is what happens when I run it from terminal.
>
>  
>
> [EMAIL PROTECTED]:~$ emc2$ latency-test
>
> bash: emc2$: command not found
>
> [EMAIL PROTECTED]:~$
>
>  
>
> Can any kind soul see what I'm doing wrong?
>   
You may have to type the command like this :

./latency-test

depending on how you downloaded and unpacked it, it may not have the 
executable bit set.
You can check that with :
ls -al latency-test

if you see something like this :
-rw-rw-r-- 1 elson elson 82 Oct  5 20:40 latency-test


Then type :

chmod u+x latency-test

to set the executable bit, and try again to run it.

Jon

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to