PDA

View Full Version : Tyserver



johnhedge
03-10-2005, 01:57 PM
I am trying to set up the ability to create dvds of my recordings.

I have downloaded tyserver and ftp'd it to /var. When I run it I get the following error.

Any ideas?

TIA

John

[TiVo [p0] /var]# sh tyserver.ppc.sh
: command not found
: command not found

: command not foundstall or upgrade TyServer to /var/index, proceed? [yes]:
'yserver.ppc.sh: line 61: syntax error near unexpected token `
'yserver.ppc.sh: line 61: ` fi
[TiVo [p0] /var]#

petestrash
03-10-2005, 03:17 PM
you might have a corrupted file or dos2unix issues.

try
/var# dos2unix tyserver.ppc.sh

Then
/var#sh /var/tyserver.ppc.sh

If it still doesn't work then try copying it again from the source.

Peter.

johnhedge
03-10-2005, 07:25 PM
Pete, thanks for that idea. It seems to have taken me one more step along the path. As far as I'm aware I downloaded the file, unzipped it and ftp'd it into /var. If it's not a binary how do I make sure it is?

John



[TiVo [p0] /var]# dos2unix tyserver.ppc.sh
dos2unix: converting file tyserver.ppc.sh to UNIX format ...
[TiVo [p0] /var]#
[TiVo [p0] /var]# sh tyserver.ppc.sh

This script will install or upgrade TyServer to /var/index, proceed? [yes]: yes


Extracting archive...

Decompressing archive...

Error during decompression. Did you transfer this file in binary mode?

Aborting.

petestrash
03-10-2005, 08:46 PM
That depends on which FTP client you use. There should be a way to force binary mode.

Peter.

Darren King
03-10-2005, 10:25 PM
I've always had a thing for FlashFXP for my FTP stuff, which does have the ability to force transfers in binary mode. It currently gets a good workout loading on the modded palmod files to support the "Mark 2" stereo mod :)

johnhedge
04-10-2005, 09:52 AM
Spot on guys, thx.

I use FileZilla. Just a case of looking in the 'Transfer' list.

Easy when you've been given the right directions :-)