PDA

View Full Version : Linux install


awbash
06-07-2002, 00:57
Got a question.

I can telnet into my webserver, and have uploaded TSS_setup_linux122.tar.ga to the server, but cannot seem to unzip the file to move on to the next step help?

I was using
tar -vxzf TSS_setup_linux122.tar.gz

I an a linux neophite... help?

AWBash

Jens L.
06-07-2002, 03:33
if u can login to ur webserver over telnet or ssh - fine.
then untar the file with

tar -xvzf TSS_setup_linux122.tar.gz

- switch into the generated TSS dir
- then follow the introduction on the readme file

awbash
06-07-2002, 04:20
I get this response

tar: z: unknown option
usage: tar {txruc} [vfbFXhiBEelmopwnq[0-7]] [-k size] [tapefile] [blocksize] [execlude-file] [-I include-file] files ...

Then the prompt again.

Should this file be in the root dir? I have moved it into the public_html dir ?

AWBash

ScratchMonkey
06-07-2002, 05:00
What flavor of Linux are you using?

If tar doesn't know about "z", then it can't decompress the archive. You need to make sure that gzip (not the same as zip!) and its libraries are installed.

Any reasonably recent version of Linux (ie. less than 3-4 years old) should have gzip.

awbash
06-07-2002, 05:14
will check with the isp... it may be unix itself :(

Jens L.
06-07-2002, 20:44
if nothing help, untar the files on windows and upload then to ur server

awbash
06-07-2002, 21:53
That is a great idea Jens, but How can I do that... same command?

Jens L.
06-07-2002, 23:30
install winRAR or WinZIP

with these programms u can untar the files wohtout commands

awbash
07-07-2002, 17:18
OK I have it untar'd and uploaded it to the webserver

so now i have the TSS directory there, how do I go about executing the TSS app?

(By the way thanks for all this help in advance... I have about 150+ people that we are considering moving to TS from RW so this help is not with out it's benefits)

AWBash

Jens L.
08-07-2002, 00:28
follow the introductions in the README file !