English   German

Go Back   TeamSpeak Community Forums > [TeamSpeak 2.X] Support > English Server > Linux

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 02-09-2002, 15:29
Jasper9080 Jasper9080 is offline
-= TeamSpeak Lover =-
 
Join Date: Aug 2002
Location: Philly
Posts: 47
Jasper9080 is on a distinguished road
Send a message via ICQ to Jasper9080
Think we found a workaround to the room db getting lost

Ok. My TSS host, FastAttack of www.fastattack.org hosting, thinks we found a way to get TSS to remember the room info on restart.

When creating a new room besides regging it set it as "Default" and then create it and move on to your next room.

We have tried this successfully several times and each time the rooms all came back up after a restart.

Now, if we can just get it to remember the user db were set :P
Reply With Quote
  #2  
Old 02-09-2002, 15:33
FastAttack
Guest
 
Posts: n/a
I want to add

I don't use the tss.minimal start but I use a modified Niels Werensteijn tss.sh

I am going to put it up here.

Code:
 
#! /bin/bash
# Copyright (c) 2001 TeamSpeak team All rights reserved.
#
# Author: Niels Werensteijn 2001
# Modded by : Fastattack
# /etc/init.d/tss.sh
#
### BEGIN INIT INFO
# Provides: tss
# Required-Start: $network
# Required-Stop:
# Default-Start: 3 5
# Default-Stop:
# Description: FastAttack
### END INIT INFO


cd /home/tss

if [ "$UID" = "0" ]; then

exec "su" - tss -c "/home/tss/tss.sh $1"

fi


case "$1" in
start)
echo Starting FastAttack Team Sound Server Daemon
/home/tss/server_linux -PID=/home/tss/tss2.pid > /dev/null
echo FastAttack Server Daemon successfully started!!
;;
stop)
echo Stopping FastAttack Server Daemon
kill -TERM `cat /home/tss/tss2.pid`
sleep 10
killall -9 server_linux
echo FastAttack Server Daemon Succesfully stopped.
;;
restart)
$0 stop && $0 start
;;
*)
echo "Usage: $0 {start|stop|restart}"
exit 1
esac
exit 0
Reply With Quote
  #3  
Old 04-09-2002, 11:49
Jasper9080 Jasper9080 is offline
-= TeamSpeak Lover =-
 
Join Date: Aug 2002
Location: Philly
Posts: 47
Jasper9080 is on a distinguished road
Send a message via ICQ to Jasper9080
Nobody is posting back, did this help anyone else?
Reply With Quote
  #4  
Old 30-11-2002, 16:26
HSeldon HSeldon is offline
-= TeamSpeak User =-
 
Join Date: Nov 2002
Location: Germany
Posts: 5
HSeldon is on a distinguished road
Did not help on my Win2k server... all channels were gone after reboot (except of course the std one).
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:45.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Add to Bookmarks   |   Printview   |   Contact Us   |   Legal Notices