Thread: DIY - KeK
View Single Post
Old 08-09-2012, 04:47 PM   #207
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by qlob View Post
When i try to run the lynx bundle i get this:

Code:
[root@kindle lynx]# ls
README    lynx      lynx.cfg  lynx.lss  lynx.sh
[root@kindle lynx]# ./lynx.sh
-sh: ./lynx.sh: not found
any ideas? it worked once through ssh, but now gives the same error.....
EDIT: I've tried with an absolute path and get the same error
Let me have a try with it. I just wrote it for simplicities sake. never even ran it. probably muffed up the shebang. one sec

ERR YEAH

Should read:

#!/bin/sh (NOT BASH)
./lynx -cfg="./lynx.cfg" -lss="./lynx.lss"

wasn´t thinking sorry.

I´m not sure you´ll want to background the process either, the ´&´. Your call

You ALSO do NOT want to background the process. I tested it

I´ll update the post

FIXED IN POST NOW> THANKS

Last edited by twobob; 08-10-2012 at 06:01 AM. Reason: added fixed and tested sh script. finally
twobob is offline   Reply With Quote