TiVo Community Forum banner

51killer.tcl problem

1174 Views 2 Replies 2 Participants Last post by  thundermustard
OK guys. I have read and read and nothing is fixing my problem.
I see that 51killer ran fine through the zipper process but I had to buy a new unit and I cannot run 51killer.tcl.
I have done the following.
Uploaded as a binary
ran chmod 755
ran chmod +x
ran dos2unix 51killer.tcl (just like that, is that the correct syntax?)
used the following commands:
tivosh 51killer.tcl (that ask yes or no and then No changes made)
sh 51killer.tcl (commands not found)
./51killer.tcl (that ask yes or no and then No changes made)
51killer.tcl (that ask yes or no and then No changes made)
What am I missing?
I would just find the command from zipper if I could but couldn't find it in tweak.sh or start.sh
1 - 3 of 3 Posts
Are you doing this from an XP telnet shell? If so, you need to 'unset crlf' - it looks like the script isn't properly recognizing your "yes" command. And the proper way to run it would be:
Code:
tivosh 51killer.tcl
or
Code:
./51killer.tcl
Damn it, that was it.
Sorry, I will never forget that again.
1 - 3 of 3 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top