Results 1 to 2 of 2
Thread: Cant connect and No log files???
Threaded View
-
30-08-2002, 11:03 #1
-= TeamSpeak User =-
- Join Date
- Aug 2002
- Location
- Oz
- Posts
- 15
Cant connect and No log files???
I have TS2 on my RedHat 7.2 gateway and I start it with this:
When I stop the server no Log file is created (I cant find admin password)???PHP Code:#! /bin/bash
# Copyright (c) 2002 TeamSpeak team All rights reserved.
#
# Author: Niels Werensteijn 2002
#
case "$1" in
start)
/server/websites/ghost-bear.net/tss2/server_linux -PID=tsserver2.pid
;;
stop)
kill -TERM `cat tsserver2.pid`
;;
restart)
echo Stopping TeamSpeak Server Daemon
# kill -TERM `cat /home/tss/tss2.pid`
killall -9 server_linux
;;
restart)
$0 stop && $0 start
;;
*)
echo "Usage: $0 {start|stop|restart}"
exit 1
esac
exit 0
Also what ports do I need open on my firewall as I can only connect using my internal LAN IP?Last edited by direwolf; 30-08-2002 at 11:07.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)


Reply With Quote