PDA

View Full Version : SSH installation


DiZzeeNL
21-03-2007, 15:04
at http://www.completronics.com/TeamSpeak/#uploading i red a guide to install teamspeak.
unfortunately i wont get it done. when i have to call te startscript, it went wrong. here is a copy of mij Putty.


/home/www/TS/tss2_rc2 # ls
INSTALL manual.html
INSTALL.mysql mysql_sql
Manual server_linux
README sqlite.so
changelog.txt sqlite_sql
httpdocs tcpquerydocs
libsqlmy.so teamspeak2-server_startscript
/home/www/TS/tss2_rc2 # ./teamspeak2-server_startscript start
/bin/sh: ./teamspeak2-server_startscript: not found
/home/www/TS/tss2_rc2 #


hopefully you know a littlebit more.

WolfStar76
21-03-2007, 15:25
It looks like your TeamSpeak server is in the folder home/www - but you tried to run the script from bin/sh.

While sitting in your home folder, just run the startscript without the bin/sh portion.

Though, this makes for a sloppy install - and depending on your host you may or may not be able to execute programs in your home folder. The next thing would be to check permissions on the folder (if you're able to do so yourself) - or ask your host if the permissions allow for it if you can't find/change that yourself.

(I'm not very strong on Linux, however, so if someone else wants to hop in and correct me here, feel free. :) )

DiZzeeNL
21-03-2007, 17:10
its a home located server, so i can install everything. but in witch folder i have to put it in, ore what do i have to change at my current map?

(i am very weak, so everybody who knows a little about this could help me :D)

Reedy Boy
21-03-2007, 21:49
its a home located server, so i can install everything. but in witch folder i have to put it in, ore what do i have to change at my current map?

(i am very weak, so everybody who knows a little about this could help me :D)

If WWW is the root folder of some web server, i wouldnt reccommend that at all

As people can just download your server database file...

DiZzeeNL
22-03-2007, 09:01
there you have a point :).

but can i just create a new directory in the root ? i checked it, but i cant make new folders etc.

and will it work then?

dont i have to install ts at my mysql ?

Reedy Boy
22-03-2007, 13:08
there you have a point :).

but can i just create a new directory in the root ? i checked it, but i cant make new folders etc.

and will it work then?

dont i have to install ts at my mysql ?

No, you do not need MySQL

If you dont know what you are doing, and have no real need for it, then its just an un-necessary complication in the whole system

You may not be able to create a folder in root, but can you in your home folder?



Otherwise, you are going to have a user for executing TS, and then give that rights to read/write and execute from the folder, and deny all other users access...

DiZzeeNL
27-03-2007, 00:36
yes i have created a home folder called teamspeak (http://82.171.147.121/user/teamspeak/) NOT VIEWABLE without a login&pass

SSH

/ # cd home/teamspeak
/home/teamspeak #

/ # cd home/teamspeak
/home/teamspeak # ls
ts2_server_rc2_20201.tar tss2_rc2
/home/teamspeak # cd tss2_rc2
/home/teamspeak/tss2_rc2 # ./teamspeak2-server_startscript
/bin/sh: ./teamspeak2-server_startscript: Permission denied
/home/teamspeak/tss2_rc2 # ./tss_minimal_startupscript start
/bin/sh: ./tss_minimal_startupscript: not found
/home/teamspeak/tss2_rc2 # ./teamspeak2-server_startscript st
/bin/sh: ./teamspeak2-server_startscript: Permission denied
/home/teamspeak/tss2_rc2 #

DiZzeeNL
27-03-2007, 01:16
another try, by following the steps at http://www.goteamspeak.com/index.php?page=tutorial_b


login as: teamspeak
teamspeak@Ooijen's password:
~ $ cd home/teamspeak
cd: 1: can't cd to home/teamspeak
~ $ cd /home/teamspeak/
~ $ cd home/teamspeak
cd: 3: can't cd to home/teamspeak
~ $ ls
ts2_server_rc2_20201.tar tss2_rc2
~ $ wget -q ftp://ftp.freenet.de/pub/4players/teamspeak.org/releases/ts2_server_rc2_20201.tar.bz2
~ $ tar -xjf ts2_server_rc2_20201.tar.bz2
~ $ cd tss2_rc2
~/tss2_rc2 $ ./teamspeak2-server_startscript start
-sh: ./teamspeak2-server_startscript: not found
~/tss2_rc2 $