PDA

View Full Version : Tserver_mfs7 errors, please help


tacohell36
10-17-2003, 03:41 PM
I am using Tytool version 10
Also EditTitle 3.0, Tserver_mfs7

This is my command line:

bash-2.02# ./tserver_mfs7 -s*
Doing the Lowest PriorityFix...
Priority set...
Waiting for an incomming connection!

Then when I launch the Tytool client and hit refresh, I get this message on my terraterm pro window:

SERVER: We got a message! buf = 'SHOWING'
sh: EditTitle3.tcl: command not found


EditTitle3.tcl is in the same directory as where Tserver and NowShowing are, whuich is var/hack/.

it used to work fine, when I had tserver_mfs6 and the correspondent NowShowing.tcl file, I just upgraded to Tserver)mfs7 and no WORKIE!

I also never had to do launch NowShowing.tcl, now I had to do it in the syntax as above, any reason?

This is what I used to type: ./tserver_mfs7

Thank you

tacohell36
10-17-2003, 05:01 PM
Bump!

Can anyone help...?

jdiner
10-17-2003, 05:04 PM
Read the docs. The -s doesn't take a * as it's option.

Also using the full path. That is what it is for.

/Var/hack/NowShowing.tcl

Also the NowShowing.tcl should work with everything but the latest release of the OS. I don't have that and have no idea if anything has changed.

--jdiner

tacohell36
10-17-2003, 05:30 PM
Jdiner:
This is my command line

bash-2.02# ./tserver_mfs7 -s ./var/hack/NowShowing.tcl
Doing the Lowest PriorityFix...
Priority set...
Waiting for an incomming connection!


Then I start the Client and Hit Refresh, I get this message on my Terraterm window:

SERVER: We got a message! buf = 'SHOWING'
sh: ./var/hack/NowShowing.tcl: No such file or directory
Waiting for an incomming connection!

What is the deal with NowShowing.tcl complaining?


Thank you!

jdiner
10-17-2003, 05:47 PM
Originally posted by tacohell36
Jdiner:
This is my command line

bash-2.02# ./tserver_mfs7 -s ./var/hack/NowShowing.tcl

No no no.

The . means this directory. So ./tserver_mfs7 means run this from here.

./var/hack/NowShowing.tcl means from here go into var got into hack and then run nowshowing.tcl. That is not where it is located.

It is located at /var/hack/

get rid of the period before the NowShowing.tcl path.

--jdiner

tacohell36
10-17-2003, 06:07 PM
Jdiner: I appreciate your hard work and your tool it is just awesome, I have been able to use it, until release 10, all of the sudden it does not work.

All I did was to upload to my tivo the tserver and Nowshowing file and chmod 777 them.
Then I used your latest client, I am still getting the same errors.


ash-2.02# ./tserver_mfs7 -s /var/hack/NowShowing.tcl
Doing the Lowest PriorityFix...
Priority set...
Waiting for an incomming connection!

Start the client and hit refresh, then I get:

SERVER: We got a message! buf = 'SHOWING'
sh: /var/hack/NowShowing.tcl: cannot execute binary file
Waiting for an incomming connection!

Sorry, tserver and Nowshowing file are in the same /var/hach direstory as well as EditTitle3.tcl.


Please advice!

As I said I have being updating the client for more than a year and never had a problem.

Thanks again!

BubbleLamp
10-17-2003, 07:21 PM
Sounds like your NowShowing file was transferred in ASCII mode. You need to force your FTP client to send it as BINARY.

tacohell36
10-17-2003, 09:26 PM
BubbleLamp: That was not it, but it was enough to get me to look that way, the NowShowing.tcl file size in Tivo and the one in the Distributed .ZIP were a different size, it looked like corruption, I copied it over again and chmod 777, and I am runing.

Good show BubbleLamp.

Thank you.

Jdiner: you are a busy man, and I appreciatted your responses.

You are the Shiat!