Originally Posted by Waymond Trimmer
Tivo has the root partition set up as read-only. This is probably to help prevent filesystem corruption if the Tivo crashes, is improperly power-cycled, etc. w/o a chance for the filesystem to be sync'd.
Same here (Except Hdvr2 running 3.1) , If I telnet in and mount -o remount,rw / it works fine. Is the a reason / is ro , or should it be rw.
Originally Posted by LazLong
Originally Posted by Waymond Trimmer
Tivo has the root partition set up as read-only. This is probably to help prevent filesystem corruption if the Tivo crashes, is improperly power-cycled, etc. w/o a chance for the filesystem to be sync'd.
So why is the extraction module trying to write stderr to the root directory, do we have something set up incorrectly.Originally Posted by LazLong
riley's original module set to work with tivoweb 1.9.4
assumes the required binaries are in /var/mfs_ftp
it is more of a hack than clean code.
I like this module, because it is easier for me to forward http than ftp on non-standard ports.
the idea for using the working mfs_ftp install goes to stealth dave
and I stole everything else from Riley.
7 views, no comments?
can any1 tell me if it works on series2 (SA and DTV) and SA1 DTivos?
Deleted, I'm Slow tonightOriginally Posted by stealthdave
![]()
Last edited by Bitz69; 05-08-2004 at 10:44 PM.
I copied the extract modules to the modules directory, did a full restart of Tivo, checked the tivoweb log and it is not loading the extract.itcl module. Any thing Im missing? I did a full Tivo reboot just to see if that was it but nothing. I changed the grp/userid of the file to match the other modules as well.. no luck.
Running The March version of TivowebPlus.
Thanks.
Jim
Downloading a .ty bombs, while the .tmf for the same show works fine:
--cut here--
serve_ty '{The Fugitive}{}{MAX}{296832}.ty' '0' '0'
couldn't write file "stderr": no such file or directory
--cut here--
I installed this module and I can't get it to download past 512MB? Can anyone post their S2 binaries that work with this because mine sure don't? Thanks for the help, and btw, why does this happen?
saltydog4791
My location is default folder for mfs_ftp -- it is under /varOriginally Posted by stealthdave
All my recorded shows are listed in tivoweb+ when I press extract but I get the following no matter what type of file I ask for
ftp://1:3105/tmf/%7BOne%20Tree%20Hil...%7BNY11%7D.tmf
then if I add my ip correctly to the front end of the FTP string - I get a screen on IE that says:
FTP directory /asx/%7BDawson's%20Creek%7D%7B1999-01-27%7D%7BUncharted%20Waters%7D%7B10.00%20AM%20Wed%20Aug%2025,%202004%7D%7BTBS%7D.asx at 192.168.0.22
--------------------------------------------------------------------------------
Up to higher level directory
01/01/1972 12:00AM Directory tmf
01/01/1972 12:00AM Directory ty
01/01/1972 12:00AM Directory ty+
01/01/1972 12:00AM Directory xml
01/01/1972 12:00AM Directory txt
01/01/1972 12:00AM Directory bat
01/01/1972 12:00AM Directory asx
05/31/2004 07:00PM 0 phoenix.txt
05/31/2004 07:00PM 0 shutdown.txt
If I press up tp higher directory or say directory of asx -- IE closes the FTP session saying an error occured opening that folder.
And yes I used hack manager to run mfs_ftp -- How do I troubleshoot this?
Michael M
I have been playing around with logging total_size in the tcl extract script and file sizes above 4GB (2^32) overflow total_size and go into negative/small/wrong size output which doesn't do well in netscape and IE downloads. Is there any way to make a long int (64 bit int) in tcl or "roll your own" long somehow (not tcl expert - c guy sorry :-) )? Whereas 4GB sounds huge, it is less than a 2 hour movie on high quality. This must be an issue with other modules of tcl/tivoweb as well. I was able to get total by getting the 512MB part files as a tweak work around, but that is a pain (11 separate downloads to get one movie).
This may be causing your 512MB file size problem. I played around with lynx with linux where total_size didn't seem to matter, but I am running into 2GB OS file size limits for linux. FAT32 seems to have a 4GB file size limit and NTFS goes higher (not sure of limit). The OS file size limit is a different but similar problem to the tcl int size problem (on 32 bit machines, 2^32=4GB). When are we going to finally go to 64 bit machines in the mainstream...... :-(
Mine also craps out at 512 mb...Originally Posted by saltydog4791
Is there a way to set the script to auto-start the mfs_ftp server? Or do I have to do it by bash every time?
HUGE
mfs_ftp is one of the things that can be started in rc.sysinit.author so it starts at boot time, or there is a TWP "Hack Manager" module that can be used to start it if you'd like to go that way. Hackman can be found here: http://www.tivocommunity.com/tivo-vb...hreadid=169844Originally Posted by HUGE
I haven't got WMP set up for TY-playing but I did find mplayer-tivo a little easier to set up, so here is what I am using to generate .bat files in addition to the .asx files, it's a simple addon. You will of course need mplayer's vserver running in addition to mfs_ftp (init/hackman good for that too), and then your path on Windows machine needs to have mplayer's directory in it - or you could hardcode your path into the script but that seems lame.
A couple of clicks to stream a show from the Tivo is pretty cool, especially with my fancy new $20 2.1 speakers from Walmart!
Last edited by ayeayeaye; 09-30-2004 at 04:19 PM.