Community Forums Today's Posts     Member List     Archive    
Results 1 to 1 of 1

Thread: linux screen -r

  1. #1
    richie 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

  1. Linux Client HELP!
    By Six in forum [TeamSpeak Classic] General Questions
    Replies: 9
    Last Post: 29-08-2002, 09:04
  2. teamspeak 2.0 vs. linux sound
    By meh in forum [TeamSpeak Classic] General Questions
    Replies: 6
    Last Post: 23-07-2002, 19:13
  3. Linux Client?
    By kauschovar in forum [TeamSpeak 2] General Questions
    Replies: 3
    Last Post: 04-07-2002, 01:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •