sorry. I used the first time.Read the previous posts before posting anything.
sorry. I used the first time.Read the previous posts before posting anything.
What do you mean by this? I have my account server emulator and teamspeak set to run automatically.Then when rebooting it should only tell you once that it cannot connect to the accounting server (before it was once at the start and once at the end of startup).
chkconfig --add teamspeak
chkconfig --level 2345 teamspeak on
#!/bin/sh
# chkconfig: 2345 99 10
USER="ts3user"
TS3='/home/ts3user/teamspeak3-server'
STARTSCRIPT="$TS3/ts3server_startscript.sh"
cd $TS3
case "$1" in
'start')
su $USER -c "$STARTSCRIPT start"
;;
'stop')
su $USER -c "$STARTSCRIPT stop"
;;
'restart')
su $USER -c "$STARTSCRIPT restart"
;;
'status')
su $USER -c "$STARTSCRIPT status"
;;
*)
echo "Usage $0 start|stop|restart|status"
esac
Uptime: 14 hours 11 minutes 43 seconds
You're a god.Bonus : This binary is also patched for allversions
Works fine Thx uYou're using the wrong binary !
use the one provided here : https://r4p3.net/threads/3-0-12-2-no-emul-legit-no-crack-patched-binary-for-linux.1196/
As long as it doesn't crash don't bother with it. (It can be the weblist or the accounting server, and in that case it can only be the weblist)im using ubuntu and getting same error (111)
Remove 127.0.0.1 weblist.teamspeak.com from your hosts filequery from 374 127.0.0.1:58299 issued: login with account "serveradmin"(serveradmin)
TS3ANetwork::Send failed error: 111
TS3ANetwork::Send failed error: 111
TS3ANetwork::Send failed error: 111
UDPConnection::send failed to update target ip
TS3ANetwork::Connect failed error: 22
TS3ANetwork::Send failed error: 111
TS3ANetwork::Send failed error: 111
TS3ANetwork::Send failed error: 111
TS3ANetwork::Send failed error: 111
UDPConnection::send failed to update target ip
TS3ANetwork::Connect failed error: 22
TS3ANetwork::Send failed error: 111
TS3ANetwork::Send failed error: 111
TS3ANetwork::Send failed error: 111
Could you edit your ts3server binary so this doesnt come up in the logfile anymore ? Its annoying ...
127.0.0.1 localhost.localdomain localhost backupaccounting.teamspeak.com blacklist.teamspeak.com accounting.teamspeak.com ipcheck.teamspeak.comRemove 127.0.0.1 weblist.teamspeak.com from your hosts file