MyUnreal BBS
  Help Desk/Constructive Discussion
  So Wes have you put TivoNet in yet? (Page 2)

Post New Topic  Post A Reply
profile | register | preferences | faq | search

UBBFriend: Email This Page to Someone!
This topic is 6 pages long:   1  2  3  4  5  6 
next newest topic | next oldest topic
Author Topic:   So Wes have you put TivoNet in yet?
Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-28-2001 03:13 AM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
quote:
Originally posted by Wes:
No need to burn another CD. I didn't use floppys at all neither. I bootup the PC with the CD. Then, everything is in the memory. Just use pine or any editors to edit the script. The change you make only stay there in the virtual environment. Then execute the script. I was surprised that it was so easy too.


Ahhh yea, easy??????
No easy is to just out the CD in , reboot, and get a finished sign.

This isnt easy!!!!!! hehe

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Wes

Administrator

Posts: 8363
From:New York, NY
Registered: Sep 99

posted 11-28-2001 10:06 AM     Click Here to See the Profile for Wes   Click Here to Email Wes     send a private message to Wes   Edit/Delete Message   Reply w/Quote
Hehe, the CD serves many purpose. That's why you have to pick which script to run manually.

In my case, I could have just boot the CD and run the TivoNet script and done. They do recommend you run your Net with 192.168.1.x and have the Tivo drive plug into your computer with specify port. Therefore, you really don't need to edit the script at all.

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-28-2001 01:17 PM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
Well I got DSL that lets me have up to 32 ip addresses. The DSL modem allocates them and I've been just using Zone Alarm as a firewall. What I was thinking on doing is just hooking up the DSL gateway router up to the hub and trying to run the Tivo thru that. That way I can have Tivo on the 192.168... and the Router will work with DHCP.

Plus I like the computers having there own IP. If i use the Gateway for all of them the DSL modem freezes.

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Wes

Administrator

Posts: 8363
From:New York, NY
Registered: Sep 99

posted 11-28-2001 01:38 PM     Click Here to See the Profile for Wes   Click Here to Email Wes     send a private message to Wes   Edit/Delete Message   Reply w/Quote
Can you tell your DSL modem to exclude a few IPs for server use? All of the DHCP servers that I've seen allow you do that. Then just edit the script to put in the right IP & GW address.

BTW, what's your progress now? I've extracting movies and other video out almost everyday. The web interface makes it just too easy.

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-28-2001 11:36 PM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
See I'm on a project that is in Indiana and I live in Wisconsin. So sun-thurs I can't do anything.

You make me envious!!!!!

hehe

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-29-2001 04:42 AM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
Now I'm lost again. I have Tivonet kind of going. I have it going through my computer on a second network card.

I can ping the Tivo box and Telnet in and get a Bash prompt but I cant do the http:/ip addr/nowshowing

Is htere something i need to do to start that?

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-29-2001 05:11 PM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
*Bump*

cough,cough Wes..... hehe

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Wes

Administrator

Posts: 8363
From:New York, NY
Registered: Sep 99

posted 11-29-2001 05:32 PM     Click Here to See the Profile for Wes   Click Here to Email Wes     send a private message to Wes   Edit/Delete Message   Reply w/Quote
LOL. Missed your post.

1. check what's in your /hack/bin directory:
ls /hack/bin/ (same as dir \hack\bin in DOS)

2. if you don't have ls, try:
cat /hack/bin/httpd.tcl (same as type \hack\bin\httpd.tcl in DOS)

3. if httpd.tcl is there, start the web server by typing this:
/hack/bin/httpd.tcl > /dev/null 2> /dev/null &

4. if httpd.tcl is not there, start the ftp server using:
/tivo-bin/tivoftpd

Then upload all needed files such all of the ExtractStream files such as ExtractStream, nc, and httpd.tcl.

[This message has been edited by Wes (edited 11-29-2001).]

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-29-2001 06:02 PM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
I guess i have to pull the HD again. Can't do any of them.

How did you edit the file to have the http interface startup at bootup?

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Wes

Administrator

Posts: 8363
From:New York, NY
Registered: Sep 99

posted 11-29-2001 06:10 PM     Click Here to See the Profile for Wes   Click Here to Email Wes     send a private message to Wes   Edit/Delete Message   Reply w/Quote
edit the /etc/rc.d/sysinit and append this to the end of the file

httpd.tcl > /dev/null 2> /dev/null &

Do make sure it works perfectly for you before you do it though.

BTW, hope you know how to use UNIX's line editor ed. If not, you better copy pine in there too. pine works just like wordstar.

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-29-2001 06:15 PM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
Ok what's the difference between Tivoftp and Tivoftpd??

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-29-2001 06:18 PM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
quote:
Originally posted by Wes:
edit the /etc/rc.d/sysinit and append this to the end of the file

httpd.tcl > /dev/null 2> /dev/null &

Do make sure it works perfectly for you before you do it though.

BTW, hope you know how to use UNIX's line editor ed. If not, you better copy pine in there too. pine works just like wordstar.



NO I don't. I'm sinking further into the Linx and unix abyss.

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-29-2001 06:29 PM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
Looks like the tivonet floppy didnt put any of the tools in.

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Wes

Administrator

Posts: 8363
From:New York, NY
Registered: Sep 99

posted 11-29-2001 08:23 PM     Click Here to See the Profile for Wes   Click Here to Email Wes     send a private message to Wes   Edit/Delete Message   Reply w/Quote
quote:
Originally posted by Ash_OG:
Ok what's the difference between Tivoftp and Tivoftpd??


Oops, typo. I don't think there is a tivoftp. It should be tivoftpd.

quote:
Originally posted by Ash_OG:
Looks like the tivonet floppy didnt put any of the tools in.


That's what I figured. There isn't much room in a floopy, you know.

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-29-2001 08:42 PM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
OK,I have the HTTP going but it only shows MFS,Tivo Web Remote,remount file system , and quit.

Isnt the Now Showing suppose to be there?

And when you do the FTP do i still sit at the Bash prompt?

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-29-2001 08:57 PM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
OK duh on the FTP question. But now when i try to put files in the /hack/bin/ it tells me its read only.

was i suppose to put in a use/password?

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Wes

Administrator

Posts: 8363
From:New York, NY
Registered: Sep 99

posted 11-29-2001 10:34 PM     Click Here to See the Profile for Wes   Click Here to Email Wes     send a private message to Wes   Edit/Delete Message   Reply w/Quote
for FTP, you have to remount the system as RW. You can either do that in the bash prompt,

mount -o remount,rw /

or use one of the "new" feature of the web interface.

The httpd script you have must be very very old. Get the newer one and upload it using FTP.

You can download almost everything you've ever need here: http://pvrhack.sonnik.com/tivo/download.asp

Get the ExtractStream_2001_06_13 package and it contains a newer httpd that works with ExtractStream.

The site also have almost all of the Tivo hacking related sites listed on the sidebar.

[This message has been edited by Wes (edited 11-29-2001).]

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-29-2001 11:26 PM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
Transfer the archive to the TiVo (or, in the case of SAMBA or NFS, make sure the file can be accessed from the TiVo).

The archive is relative "hack/bin" If your "hack/bin" is on "/var", then "cd /var". If your "hack/bin" is on "/", then "cd /" (and make sure the root is mounted read/write: "mount -o remount,rw /"). Finally, unarchive:

bash-2.02# cat /var/tmp/mnt/ExtractStream-0.1.tgz | gzip -dc | cpio -i -H tar
If "ExtractStream: is in your path, you should be able to enter the command:
bash-2.02# ExtractStream
Without arguments, it will respond with usage information.

So I do what you say and get it to w/r. Transfer using FTP now no problem. type what they say:

bash-2.02# cat /hack/bin/ExtractStream-0.2.tgz | gzip -dc | cpio -i -H tar

Then it says 348 blocks

I type in ExtractStream
And it says command not found.

I do what thay say and it doesnt work. The documentation through all of this is swiss cheese.

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Wes

Administrator

Posts: 8363
From:New York, NY
Registered: Sep 99

posted 11-29-2001 11:44 PM     Click Here to See the Profile for Wes   Click Here to Email Wes     send a private message to Wes   Edit/Delete Message   Reply w/Quote
quote:
Originally posted by Ash_OG:
So I do what you say and get it to w/r. Transfer using FTP now no problem. type what they say:

bash-2.02# cat /hack/bin/ExtractStream-0.2.tgz | gzip -dc | cpio -i -H tar

Then it says 348 blocks

I type in ExtractStream
And it says command not found.

I do what thay say and it doesnt work. The documentation through all of this is swiss cheese.


hehe.

1) cd /hack/bin
2) chmod +x *
3) type ExtractStream and it should now give you some help menu

Anyway, this is another way to do it:

0) Make sure your old httpd is exited out. Using your browser to point to your Tivo and select exit.
1) Download the ExtractStream pack and unzip it in your pc.
2) FTP all of those files, ExtractStream, nc, httpd.tcl, etc to /hack/bin
3) Telnet to your Tivo
4) cd /hack/bin
5) chmod +x *
7) Start the new web server just for testing. DO NOT EXIT your bash: httpd.tcl &
8) Point your browser to Tivo. Whatever you select from the browser, your bash prompt should show you the command that it execute there since we didn't use the ">> null" stuff.
9) Choose now showing and right click on any smaller basic quality show and select save as.
10) The bash prompt should have something like "ExtractStream 2134523 1234 1 1234" shows up.

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-30-2001 12:40 AM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
I cant find NC. and the file with the extension .TGZ. Am I to open it first on my PC?

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Wes

Administrator

Posts: 8363
From:New York, NY
Registered: Sep 99

posted 11-30-2001 12:47 AM     Click Here to See the Profile for Wes   Click Here to Email Wes     send a private message to Wes   Edit/Delete Message   Reply w/Quote
Use winzip in your PC to open up ExtractStream_2001_06_13 and then open up ExtractStream-0.2.tgz within the package and you'll have ExtractStream, httpd.tcl, mplex, & nc.

UNIX is case sensitive so be careful.

[This message has been edited by Wes (edited 11-30-2001).]

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-30-2001 01:19 AM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
quote:
Originally posted by Wes:
hehe.

1) cd /hack/bin
2) chmod +x *
3) type ExtractStream and it should now give you some help menu

Anyway, this is another way to do it:

0) Make sure your old httpd is exited out. Using your browser to point to your Tivo and select exit.
1) Download the ExtractStream pack and unzip it in your pc.
2) FTP all of those files, ExtractStream, nc, httpd.tcl, etc to /hack/bin
3) Telnet to your Tivo
4) cd /hack/bin
5) chmod +x *
7) Start the new web server just for testing. DO NOT EXIT your bash: httpd.tcl &
8) Point your browser to Tivo. Whatever you select from the browser, your bash prompt should show you the command that it execute there since we didn't use the ">> null" stuff.
9) Choose now showing and right click on any smaller basic quality show and select save as.
10) The bash prompt should have something like "ExtractStream 2134523 1234 1 1234" shows up.


OK everything is moved over. I get the help menu when i type ExtractStream in.
What i dont get is the web browser now. With the null or without. Any ideas why?

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Wes

Administrator

Posts: 8363
From:New York, NY
Registered: Sep 99

posted 11-30-2001 01:36 AM     Click Here to See the Profile for Wes   Click Here to Email Wes     send a private message to Wes   Edit/Delete Message   Reply w/Quote
Did you do #7 to start?
/hack/bin/httpd.tcl &

To see if you have any httpd running, you can do:
ps ax | grep http

and you should have at least 2 lines showing:
tivosh /hack/bin/httpd.tcl
grep http

If you don't see tivosh /hack/bin/httpd.tcl, that's mean somehow your httpd is not started yet.

If you have more than one httpd running, it won't work. The easy way is to reboot your Tivo. Don't want to tell you the kill command just yet.

[This message has been edited by Wes (edited 11-30-2001).]

IP: Logged

Ash_OG

Freak

Posts: 905
From:Milw WI USA
Registered: Aug 2000

posted 11-30-2001 02:00 PM     Click Here to See the Profile for Ash_OG   Click Here to Email Ash_OG     send a private message to Ash_OG   Edit/Delete Message   Reply w/Quote
OK it wont run the HTTP.

It started out saying file not found. Did a ls /hack/bin and there it was.
So I went into FTP and sent the file again. Now when I try it says permision denied. Then I noticed that httpd.tcl was in the exit prompt. exit 137 httpd.tcl

Does this make any sense??

------------------
A fool thinks he's a wise man, A wise man knows he's a fool

IP: Logged

Wes

Administrator

Posts: 8363
From:New York, NY
Registered: Sep 99

posted 11-30-2001 03:01 PM     Click Here to See the Profile for Wes   Click Here to Email Wes     send a private message to Wes   Edit/Delete Message   Reply w/Quote
quote:
Originally posted by Ash_OG:
It started out saying file not found. Did a ls /hack/bin and there it was.
So I went into FTP and sent the file again. Now when I try it says permision denied. Then I noticed that httpd.tcl was in the exit prompt. exit 137 httpd.tcl

When it said file not found, i guess either your path is wrong or the filename is case sensitive and didn't match the right file.

After you FTP upload it again, i guess you didn't do the "chmod +x *" again. That's why you couldn't run the httpd script.

IP: Logged


This topic is 6 pages long:   1  2  3  4  5  6 

All times are ET (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic | Top
Post New Topic  Post A Reply
Rate Topic:
Hop to:

Contact Us | MyUnreal Servers Page

Powered by Infopop www.infopop.com © 2000
Ultimate Bulletin Board 5.46