PDA

View Full Version : having a conflict with tivoweb on series 2


DealDataLOVER
08-05-2003, 05:43 PM
hey guys, I have everything up and running except tivo web. i adjusted all the files and set everything to the tutorial, however I am getting an error on telnet for two programs (I am using prompt on winxp to connect). I have searched for both errors but they were not the same type as mine.

Here is the error:


bash-2.02# cd /var/hack/tivoweb-tcl
bash-2.02# ./tivoweb console
bash-2.02# TiVo Web Project - TCL - v1.9.4
The program comes with ABSOLUTELY NO WARRANTY.
This program is licensed under the GPL.
See the 'copyright' and 'README' files for copyright and credit information.
couldn't open socket: address already in use
while executing
"socket -server ::session $http_port"
(file "./httpd-tt.tcl" line 678)


did I miss an edit possibly the ip or something?


Also, Im getting a permission denied on my telnet into TyTools
Here is the error:
.tserver /permission denied


Thank you for your help!

(PS here is my Hackinit)
#!/bin/bash
date>>/var/hack/hackinit.log
PATH=/var/hack/bin:/sbin:/bin:/tivobin:/tvbin:.
/bin/bash</dev/ttyS2&>/dev/ttyS2&
TIVO_ROOT=
MFS_DEVICE=/dev/hda10
IGNOREEOF=1000
export PATH TIVO_ROOT MFS_DEVICE IGNOREEOF

#insmod /diag/usbcore.o
#insmod /diag/usb-ohci.o
#insmod /diag/pegasus.o
insmod /var/hack/lib/usbcore.o
insmod /var/hack/lib/hcd.o
insmod /var/hack/lib/ehci-hcd.o
insmod /var/hack/lib/ax8817x.o
sleep 15

ifconfig eth0 192.168.1.200 broadcast 192.168.1.255 netmask 255.255.255.0
route add default gw 192.168.1.1 netmask 0.0.0.0 metric 1
tnlited 23 /bin/bash -login &
tivoftpd
/var/hack/tivoweb-tcl/tivoweb console
kmem 800b23b4 00001021

DealDataLOVER
08-05-2003, 08:47 PM
I believe that tytool has been fixed. I found an error when mounting the NowShowing. The file has an extra space in the name. This is what came up (I have not put anything onto my tivo yet, so I figure that's why it can't find a show list hehe)

bash-2.02# ./tserver
crc mismatch len=17408 0xc1a256b3 0x6b395d26
Waiting for and incoming connection!
SERVER: We got a message buf=`SHOWING`
waiting for an incoming connection

tinman
08-09-2003, 01:28 PM
Did you get Tytools working? I have somewhat the same error message on the TIVO side (HDVR2) and I know that a now showing list exists. Thought maybe it was a scrambling problem and was going to reinstall kmem.

DealDataLOVER
08-09-2003, 06:54 PM
Yea tinman, I actually did two things to make sure. 1 is rechecked the files that came on cobelli's zip of the Mfs stream and tserver. I also looked for the newest tytool and the mips files of those two files to make sure I didn't put wrong versions of that in my tytool folder on the tivo. Next is I made sure that I set file permission to the Kmem

cd /var/hack/bin
chmod 777 kmem

(obviously on bash or telnet)
and restart after that (and make sure you have the kmem lin in the hackinit b4 restarting, and also chmod 777 /var/hack/hackinit to make sure the tivo knows you changed that file). Of course, if you didn't have the tivo copy protection knocked out, then any files on there now will be gone :(. But better than that you should be all set.

If you want copies of my MIPS tserver and mfs, PM me (just in
case you can't find them). Hope this helps! :D

tinman
08-10-2003, 11:11 AM
Thanks. I DL'd the latest version of Tytools and put it in a different folder from the one I had been using to extract from my Series 1 DTIVO and all now works fine. My kmem was installed properly so I didn't loose any previous recordings. I also reinstalled the TIVO side and made sure all files were properly chmodded.