Advertisement
Guest User

Untitled

a guest
Jan 6th, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.08 KB | None | 0 0
  1. root@turris:/mnt/mmc/btsync# wget http://download.getsyncapp.com/endpoint/btsync/os/linux-ppc-quoriq/track/stable
  2. Connecting to download.getsyncapp.com (67.215.238.66:80)
  3. stable               100% |************************************************************************************************************************************|  3741k  0:00:00 ETA
  4. root@turris:/mnt/mmc/btsync# tar -zxvf stable
  5. LICENSE.TXT
  6. README
  7. btsync
  8. root@turris:/mnt/mmc/btsync# ./btsync
  9. -ash: ./btsync: not found
  10. root@turris:/mnt/mmc/btsync# strace ./btsync
  11. execve("./btsync", ["./btsync"], [/* 13 vars */]) = -1 ENOENT (No such file or directory)
  12. write(2, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory
  13. ) = 40
  14. exit_group(1)                           = ?
  15. root@turris:/mnt/mmc/btsync# ls -l
  16. -rw-rw-r--    1 1011     1013           227 Dec 31 10:53 LICENSE.TXT
  17. -rw-rw-r--    1 1011     1013          2533 Dec 31 10:53 README
  18. -rwxrwxr-x    1 1011     1013       7595072 Dec 31 10:57 btsync
  19. -rw-r--r--    1 root     root       3831110 Jan  6 20:56 stable
  20. root@turris:/mnt/mmc/btsync#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement