[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
Joined
Sep 11, 2015
Messages
78
Reaction score
102
Points
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
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
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
Joined
Sep 11, 2015
Messages
78
Reaction score
102
Points
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?
 

ehthe

Retired Staff
Contributor
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
216
No you absolutely do not have to start it twice. To see what I was talking about (the once or twice error) go look at the bottom of the OP.
 

ehthe

Retired Staff
Contributor
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
216
I only provide binaries, but you can reuse and modify the scripts provided by supervisor :)
 

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
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
Joined
Oct 4, 2015
Messages
216
Reaction score
175
Points
91
Dont work for me,without a ATHP...
OmQQBlO.png
 

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
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:

ehthe

Retired Staff
Contributor
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
216
im using ubuntu and getting same error (111)
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)
 
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
Joined
Apr 30, 2015
Messages
933
Reaction score
1,014
Points
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
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
216
I'll see what I can do (not much I think)
 
Status
Not open for further replies.
Top