Results 1 to 4 of 4
-
02-09-2002, 14:29 #1
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
-
02-09-2002, 14:33 #2FastAttack Guest
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
-
04-09-2002, 10:49 #3
Nobody is posting back, did this help anyone else?
-
30-11-2002, 15:26 #4
-= TeamSpeak User =-
- Join Date
- Nov 2002
- Location
- Germany
- Posts
- 5
Did not help on my Win2k server... all channels were gone after reboot (except of course the std one).
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
TS Connection Problem
By 2pr in forum [TeamSpeak 2] Client SupportReplies: 27Last Post: 21-11-2009, 09:33 -
No Sound
By tank464 in forum [TeamSpeak 2] Client SupportReplies: 20Last Post: 18-11-2009, 19:16 -
MySQL startup error: SQL files not found
By winetown in forum [TeamSpeak 2] Server SupportReplies: 6Last Post: 05-06-2008, 07:43 -
No reply from server.... PLEASE HELP
By Stratician in forum [TeamSpeak 2] Client SupportReplies: 2Last Post: 02-05-2007, 18:48 -
Timeout nach 30 Sekunden
By NNNChef in forum [TeamSpeak 2] Client SupportReplies: 0Last Post: 09-01-2006, 21:05



Reply With Quote