PDA

View Full Version : tytool unable to get showing


BulbLight
12-12-2004, 10:40 AM
Hi I am running:

RID unit with 4.0 on it with a 3.1.1.c kernel (Hughes SD80).

I have "/tvbin/tivosh /var/mfs_ftp/mfs_ftp.tcl 3105 background" running and I can connect to port 3105 with an ftp client fine.

I have downloaded in binary the NowShowing_Toshiba.tcl and just about every other on including the new one on this tread. For some reason I can not get NowShowing to generate a list... When I try to run Tivo Client Alpha 9 Rel 18 and I hit "Refresh" I get


Reading list from the server...
Clear Now Showing List...
Connecting to '192.168.0.100'
Connected...
Getting NowShowing data...
Sorry.. Could not obtain the list


On the Tivo side of things this is what I see:


bash-2.02# pwd
/busybox
bash-2.02# ./NowShowing.tcl
bash-2.02# ./tserver
Doing the Lowest PriorityFix...
Waiting for an incoming connection!
SERVER: We got a message! buf = 'SHOWING'
Waiting for an incoming connection!


NOTE: I have tried coping tserver and NowShowing to /var/mfs_ftp and my /hack dir.. Nothing seems to work.

Here is my rc.sysinit.author

#!/bin/bash
echo RUNNING RC.SYSINIT.AUTHOR
mount -o remount,rw /

MFS_DEVICE=/dev/hda10
TIVO_ROOT=
IGNOREEOF=1000
export PATH TIVO_ROOT MFS_DEVICE IGNOREEOF

#start telnet
tnlited 23 /bin/bash -login &

$start ftp
/busybox/tivoftpd &

#start mfs_ftp
/var/mfs_ftp/mfs_ftp.tcl &

# start tivowebplus..
/etc/rc.d/rc.sysinit.tpm &


Thanks in advance for the help! :)

snowman
12-12-2004, 11:18 AM
How are you starting tserver? If you're starting it as just "tserver", the NowShowing.tcl (by that exact name, caps and all) needs to be in the same directory as tserver. Otherwise, you need to call it as tserver <path and whateverfilename> . Also, you uploaded the NowShowing file as binary, not ASCII, correct?

BulbLight
12-12-2004, 11:32 AM
I am now running the NowShowing.tcl from AlphaWolf in the thread
"Updated NowShowing.tcl should support all tivo sw versions"
I still get the same error. I have used internet explorer and mozilla to download the NowShowing.tcl file (praying for a difernce) and I used multiple ftp clients to transfer in binary. The files are in the same directory (/busybox) and chmod +x'd I have even tried chmod 777 but nothing seems to work.


cd /busybox
./tserver




bash-2.02# pwd ; ls -al NowShowing.tcl ; ls -al tserver
/busybox
-rwxr-xr-x 1 0 0 9125 Dec 12 15:08 NowShowing.tcl
-rwxr-xr-x 1 0 0 50468 Dec 12 14:12 tserver

BulbLight
12-12-2004, 11:36 AM
Hold the press!!!!

User stupidity error! It seems there wasn't anything on the now list on the tivo hehehehe


Whooops!!! I added a recording and look it works!

Ok I'll shut up now... I'm going to bed!