[3.0.12.2] no-emul patched binary for Linux

How cool is it ?

  • It's awesome

    Votes: 27 90.0%
  • It's good

    Votes: 3 10.0%
  • Meh...

    Votes: 0 0.0%
  • Absolute trash !

    Votes: 0 0.0%

  • Total voters
    30
Status
Not open for further replies.

quickwick

Member
Sep 11, 2015
78
100
51
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).
What do you mean by this? I have my account server emulator and teamspeak set to run automatically.
I use a script by dfghosting for the autostart on reboot. Place "Teamspeak" in /etc/rc.d/init.d and run the following commands
Code:
chkconfig --add teamspeak
chkconfig --level 2345 teamspeak on

The "Teamspeak" file is as follows:
Code:
#!/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

I have a separate file to autorun the account server emulator. Anyways, would this binary cause my server not to autorun with this script because it has the "cannot connect to the accounting server " error at start? In other words, do you have to run the binary more than once on a reboot?
 

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
Erm, I did not quite understand everything but it should work nonetheless. Just to be sure the binary I provide is to be used as a ts3server ! It's not an additional tool it's the ts3server, patched.
 

quickwick

Member
Sep 11, 2015
78
100
51
Pretty much the teamspeak file I have autostarts the teamspeak server as soon as my server boots up.
Since you mention that error, do you have to run the binary twice for the server to start up?
 

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
254
Works like a charm, I went from (non-vip emulator, v3.0.11.4) to (vip non-emulator v3.0.12.2).
Code:
Uptime: 14 hours 11 minutes 43 seconds
Appreciate your work.
With the help of @Supervisor of course, we all know I can't make something work without fucking up 1337 times.

Bonus : This binary is also patched for allversions:)
You're a god.
Just noticed it's also patched for all versions
 
Last edited:

0vert1m3

Active Member
Oct 4, 2015
216
175
91
Dont work for me,without a ATHP...
OmQQBlO.png
 

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
254
For the ones wondering.
2mr9qhi.png

This is a normal error with the patched binary.
[Correct me if I'm wrong][I'm right!]

Yes, yes. I know, YaTQA fucked up by removing the first letter(s).
 
Last edited:
U

User_268

query 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 ...
 

Derp

Retired Staff
Contributor
Apr 30, 2015
933
1,017
217
query 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 ...
Remove 127.0.0.1 weblist.teamspeak.com from your hosts file
 
U

User_268

Remove 127.0.0.1 weblist.teamspeak.com from your hosts file
127.0.0.1 localhost.localdomain localhost backupaccounting.teamspeak.com blacklist.teamspeak.com accounting.teamspeak.com ipcheck.teamspeak.com
This is all i have in my hostfile
 

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
I'll see what I can do (not much I think)
 
Status
Not open for further replies.
Top