Results 1 to 1 of 1
Thread: linux screen -r
-
15-03-2004, 22:23 #1richie Guest
linux screen -r
ok here is the problem
i am running a linbox and would like to see the teamspeak server listed in my screen -r list
i have 2 servers running for games which are listed but when i run the tss2 server i know its running as i can connect to it and also see it when i do
ps x
but when i type screen -r on my game servers are listed
is there a way i can get the tss2 server to become listed in the list of screens
i have done this but this doesnt work any ideas would be greatfully recieved
start script
#! /bin/sh
cd /
cd WebSites/admin/phx/tss2
screen -dmS phxtspeak ./server_linux -PID=tsserver2.pid
stop script
#! /bin/sh
cd /
cd WebSites/admin/phx/tss2
kill -TERM `cat tsserver2.pid`;
screen -r phxtspeak -X quit;
exit
these scripts work to start and stop the server but its not listing it in the screen list please help
Last edited by richie; 25-03-2004 at 21:13.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Linux Client HELP!
By Six in forum [TeamSpeak Classic] General QuestionsReplies: 9Last Post: 29-08-2002, 09:04 -
teamspeak 2.0 vs. linux sound
By meh in forum [TeamSpeak Classic] General QuestionsReplies: 6Last Post: 23-07-2002, 19:13 -
Linux Client?
By kauschovar in forum [TeamSpeak 2] General QuestionsReplies: 3Last Post: 04-07-2002, 01:49


Reply With Quote