Ian Mellor <[email protected]> wrote: > [-- multipart/alternative, encoding 7bit, 160 lines --] > > [-- text/plain, encoding 7bit, charset: UTF-8, 87 lines --] > > Hi Peter, > > Thanks so much for you help. > > Here is what I'm getting with permissions. It looks like it has execute > permissions? > > > root@beaglebone:~/usr# dir > bin share src > root@beaglebone:~/usr# cd bin > root@beaglebone:~/usr/bin# dir > eveusbc eveusbd > root@beaglebone:~/usr/bin# ls -l > total 0 > lrwxrwxrwx 1 root root 30 Dec 5 2014 eveusbc -> > /opt/Eltima/eveusb/bin/eveusbc > lrwxrwxrwx 1 root root 30 Dec 5 2014 eveusbd -> > /opt/Eltima/eveusb/bin/eveusbd > root@beaglebone:~/usr/bin# .eveusbc > -bash: .eveusbc: command not found > root@beaglebone:~/usr/bin# chmod 777 eveusbc > chmod: cannot operate on dangling symlink `eveusbc' > root@beaglebone:~/usr/bin# > > There's your problem. eveusbc in the /usr/bin directory (which is the file you are trying to execute) is a symlink to nowhere, i.e. the file it's pointing at doesn't exist.
-- Chris Green ยท -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
