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! :)
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! :)