PDA

View Full Version : A simple Question For you linux Pros


Confused state
29-04-2003, 05:26
Hello , just wondering if someone would be as kind to answer a simple question reguarding RC2 on Redhat 8.0 ,

We have used this version of teamspeak on our server since it's release, it has always been running untill just the other day , there was a pretty nasty storm here and the server was rebooted .everything works fine except teamspeak because it's not set as a service on startup, all i was wondering if someone could tell me how to start it again from the terminal window , I know nothing about linux what so ever , but would be very gracious to anyone with a working knowledge for an answer for this simple problem.

I would ask my Linux buddie but he is gone for a few weeks and won't be able to help untill his return

thanks in advance :rolleyes: :confused: :eek:

Peter
29-04-2003, 10:04
well, you go to dir ts is installed to (maybe ~/tss2_rc2) using the cd command:

cd ~/tss2_rc2

Then, you have to start it:
./tss.minimal_startscript start

Should be running. Oh, and if you cant find the dir tss2 is installed to, please issue:

find / -name "server_linux"
This will take a long time, but eventually give you the exact location of your server build
you can then 'cd' to that directory and start the startscript from there.