View Single Post
Old 09-28-2014, 08:46 AM   #117
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by mobusr View Post
Code:
[root@kindle root]# ls -al /usr/bin/python*
lrwxrwxrwx    1 root     root            28 Apr  2 21:37 /usr/bin/python -> /mnt/us/python/bin/python2.7
lrwxrwxrwx    1 root     root            28 Apr  2 21:37 /usr/bin/python2 -> /mnt/us/python/bin/python2.7
lrwxrwxrwx    1 root     root            28 Apr  2 21:37 /usr/bin/python2.7 -> /mnt/us/python/bin/python2.7
[root@kindle root]# which python
[root@kindle root]# which python2.7
[root@kindle root]# which python2
[root@kindle root]#
That may just be the behavior of that version of Busybox Ash.

See if that Ash can "which" any other symlinks.

- - - -

OR try the most recent busybox build (in the ARMhf on Kindle tar ball).
Yes, you can run that version of Ash and all/any of the existing Kindle image files.
The "HowTo" page shows how to switch command line interpreters.

Last edited by knc1; 09-28-2014 at 08:49 AM.
knc1 is offline   Reply With Quote