[Extractstream [mailman]] It must be user error....

Thomas Weyer weyer at apple.com
Sun, 13 Oct 2002 10:30:45 -0700


---------------------- multipart/alternative attachment
I dl'd TiVoApp.zip from 
http://home.earthlink.net/~garyw90/TivoApp.html and thought I 
followed the instructions.  I already had TiVoWeb running already 
1.9.4b4(?).

Ethernet and TiVoWeb working fine on my Sony w/ 2 120G hds.

Now the problem.

1. I copied ShowList.tcl (ftp binary transfer from local computer 
here to TiVo) to the directory that has the main TiVoWeb.tcl file.  I 
chmod'd it for execution (chmod +x ShowList.tcl)and confirmed it's 
setting (ls -l). Listed the file and looks ok.  I tried chown'ing the 
file to match the others but get an Illegal Instruction.

bash-2.02# ls -l
total 174
-rw-rw-r--   1 1000     1000         1381 Sep 22 06:59 Changelog
-rw-rw-r--   1 1000     1000        15127 Sep 22 06:59 GPL
-rw-rw-r--   1 1000     1000          353 Sep 22 06:59 Makefile
-rw-rw-r--   1 1000     1000         9117 Sep 22 06:59 README
-rwxr-xr-x   1 0        1000        27360 Oct 12 07:21 ShowList.tcl
-rw-rw-r--   1 1000     1000         1961 Sep 22 06:59 TODO
-rwxrwxr-x   1 1000     1000        23808 Sep 22 06:59 bsearch
-rw-rw-r--   1 1000     1000         3548 Sep 22 06:59 bsearch.c
-rw-rw-r--   1 1000     1000         1027 Sep 22 06:59 copyright
-rw-rw-r--   1 1000     1000         2146 Sep 22 06:59 daynight.css
-rw-rw-r--   1 1000     1000        11056 Sep 22 06:59 dtivogenre.js
-rw-rw-r--   1 1000     1000         7601 Sep 22 06:59 genre.js
-rw-rw-r--   1 1000     1000         8570 Sep 22 06:59 html.itcl
-rw-rw-r--   1 1000     1000          633 Sep 22 06:59 httpd-tt.itcl
-rw-rw-r--   1 1000     1000        21601 Sep 22 06:59 httpd-tt.tcl
drwxrwsr-x   2 1000     1000         1024 Sep 22 06:59 images
-rw-rw-r--   1 1000     1000        10006 Sep 22 06:59 keytrap.js
-rw-rw-r--   1 1000     1000         6420 Sep 22 06:59 memrchr.c
drwxrwsr-x   2 1000     1000         1024 Oct 12 08:11 modules
-rw-rw-r--   1 1000     1000         1284 Sep 22 06:59 sortof.css
-rw-rw-r--   1 1000     1000         1973 Sep 22 06:59 technophobe.css
-rwxrwxr-x   1 1000     1000          653 Sep 22 06:59 tivoweb
-rw-rw-r--   1 1000     1000           70 Sep 22 06:59 tivoweb.cfg
drwxrwsr-x   2 1000     1000         1024 Sep 22 06:59 uploads
-rw-rw-r--   1 1000     1000         4090 Sep 22 06:59 util.itcl
bash-2.02# pwd
/var/hack/tivoweb-tcl
bash-2.02# chown 1000 ShowList.tcl
Illegal Instruction



1a. For what it is worth ,the 2 other TiVoWeb modules I copied into 
the modules directory also don't work right (space.itcl, 
spaceused.itcl) though they do show up in TiVoWeb and try to launch. 
Could just be they aren't compatible with the current beta.  This is 
less a concern then getting ShowList/ExtractStream to work but I 
though they might be related.  Everything else in TiVoWeb that's part 
of the std distro works fine.

bash-2.02# ls -l
total 265
-rw-rw-r--   1 1000     1000        17060 Sep 22 06:59 index.itcl
-rw-rw-r--   1 1000     1000         4978 Sep 22 06:59 info.itcl
-rw-rw-r--   1 1000     1000         4735 Sep 22 06:59 logos.itcl
-rw-rw-r--   1 1000     1000         1900 Sep 22 06:59 logs.itcl
-rw-rw-r--   1 1000     1000         7484 Sep 22 06:59 mail.itcl
-rw-rw-r--   1 1000     1000         3456 Sep 22 06:59 mfsbrowser.itcl
-rw-rw-r--   1 1000     1000        10317 Sep 22 06:59 phone.itcl
-rw-rw-r--   1 1000     1000         8687 Sep 22 06:59 resources.itcl
-rw-rw-r--   1 1000     1000        17288 Sep 22 06:59 sched.itcl
-rw-rw-r--   1 1000     1000         9043 Sep 22 06:59 screen.itcl
-rw-rw-r--   1 1000     1000        15856 Sep 22 06:59 search.itcl
-rw-rw-r--   1 0        1000         5900 Oct 12 04:58 space.itcl
-rw-rw-r--   1 0        1000        14371 Oct 12 05:00 spaceused.itcl
-rw-rw-r--   1 1000     1000          827 Sep 22 06:59 theme.itcl
-rw-rw-r--   1 1000     1000         2435 Sep 22 06:59 tvres-2.0.res
-rw-rw-r--   1 1000     1000         3440 Sep 22 06:59 tvres-2.5.res
-rw-rw-r--   1 1000     1000         3440 Sep 22 06:59 tvres-3.0.res
-rw-rw-r--   1 1000     1000       113959 Sep 22 06:59 ui.itcl
-rw-rw-r--   1 1000     1000        12134 Sep 22 06:59 webremote.itcl
bash-2.02# pwd
/var/hack/tivoweb-tcl/modules



2. I then copied ExtractStream  and nc (ftp binary transfer from 
local computer here to TiVo) to my /var/hack directory.  This 
directory is in my current path.  I then I chmod'd them for execution 
(chmod +x ExtractStream nc)  I then launched ExtractStream on the 
TiVo to test file execute.  Got the cmd list for both and told myself 
all ways well.

-rwxr-xr-x   1 0        0           60284 Oct 12 07:26 ExtractStream
drwx------   2 37330    4000         1024 Sep 22 06:47 bin
-rwxrwxr-x   1 500      506        236076 Sep 22 06:41 joe
-rwxr-xr-x   1 0        0          256000 Sep 22 00:28 joe.tar
-rw-rw-rw-   1 500      506         17169 Sep 22 06:41 joerc
-rwxr-xr-x   1 0        0           24736 Oct 12 07:26 nc
-rwxr-xr-x   1 0        0         2693120 Sep 22 00:26 tbin.tar
drwxrwsr-x   5 1000     1000         1024 Oct 12 07:21 tivoweb-tcl
-rw-r--r--   1 0        0          409600 Sep 22 06:55 
tivoweb-tcl-1.9.4.beta3.tar
bash-2.02# pwd
/var/hack




3. I then launched TivoApp on a PC on my home net.  It got the Tivo 
and displays TiVo web and the bash shell but gave an error connecting 
to/starting ShowList (couldn't find)

I think I am all set but for some reason ShowList isn't working.  One 
further question has anyone come up with an equivalent to TiVoApp for 
Mac OS X?  I would rather NOT have to use the PC here for this as I 
have PLENTY of macs.  Thanks for any help you can offer.





-- 

Tom Weyer
---------------------- multipart/alternative attachment
An HTML attachment was scrubbed...
URL: http://lists.merlins.org/archives/extractstream/attachments/20021013/3b332817/attachment.html

---------------------- multipart/alternative attachment--