TS3ANetwork::ResolveHostName failed error

p0tassium

Member
Joined
Jun 13, 2015
Messages
68
Reaction score
48
Points
53
I've been wondering what is wrong with my TeamSpeak 3 server because it has been crashing a lot recently. So I decided to take a look at the logs and I see this error spamming in the log. Any idea why? I can tell it has something to do with the Accounting Server
 

Attachments

  • r4p3 issue.PNG
    r4p3 issue.PNG
    109.8 KB · Views: 70

ehthe

Retired Staff
Contributor
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
216
Try changing your dns server.
 

p0tassium

Member
Joined
Jun 13, 2015
Messages
68
Reaction score
48
Points
53
UPDATE: Server is now running as usual. Will post another update if it crashes again.
 

p0tassium

Member
Joined
Jun 13, 2015
Messages
68
Reaction score
48
Points
53
My server crashed few minutes ago and when I look at the latest server log before it crashed, I see this.
problem1ts31.PNG

problem1ts32.PNG
 

Derp

Retired Staff
Contributor
Joined
Apr 30, 2015
Messages
933
Reaction score
1,014
Points
217
My server crashed few minutes ago and when I look at the latest server log before it crashed, I see this.
problem1ts31.PNG

problem1ts32.PNG

The server stopped, but I see no SIGTERM in the logs (and no errors)
Maybe your ASE is not running
 

p0tassium

Member
Joined
Jun 13, 2015
Messages
68
Reaction score
48
Points
53
It is running. I'm reinstalling everything at the moment and going to monitor the server properly now.
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
You need to post the _0.log
Other logs won't help us. the _1/2/3.../X.log is only the serverlog itsself (for example if you give someone serveradmin.) You won't see any errors why your server shutdown in here.
 

buthead

Member
Joined
Sep 27, 2015
Messages
13
Reaction score
3
Points
38
Currently having the same issue but i think it's my hoster because it happend before too. ( cheap host... is good for testing but not for hosting a stable TS3 server)
Old OS: Ubuntu server 12.04
New OS will be Ubuntu server 15.04
Will give an update soon in next days.

Someone that can recommand a good host and "cheap"? :)
 

p0tassium

Member
Joined
Jun 13, 2015
Messages
68
Reaction score
48
Points
53
You need to post the _0.log
Other logs won't help us. the _1/2/3.../X.log is only the serverlog itsself (for example if you give someone serveradmin.) You won't see any errors why your server shutdown in here.
Ok my Accounting Server is not starting on startup. How do I disable/uninstall the Autostart script? I figured out I can use all features on the script without making a new user :D
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
Ok, if you run a cracked server and installed the anticrack from here, make sure you have version 0.5.16 or newer and install the anticrack again. It will work afterwards.
If you don't run a cracked server, make sure you did not block port 2008 so your server can connect to the accountingserver without any problems.
 

p0tassium

Member
Joined
Jun 13, 2015
Messages
68
Reaction score
48
Points
53
Ok, if you run a cracked server and installed the anticrack from here, make sure you have version 0.5.16 or newer and install the anticrack again. It will work afterwards.
If you don't run a cracked server, make sure you did not block port 2008 so your server can connect to the accountingserver without any problems.
huh
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
Ok my Accounting Server is not starting on startup. How do I disable/uninstall the Autostart script? I figured out I can use all features on the script without making a new user :D
Well, you don't need a new user. If it asks you to install the crack you may as well put in an already existing user. Just don't | DON'T use root. PLEASE
 

p0tassium

Member
Joined
Jun 13, 2015
Messages
68
Reaction score
48
Points
53
Well, you don't need a new user. If it asks you to install the crack you may as well put in an already existing user. Just don't | DON'T use root. PLEASE
aight (Y) now how do i uninstall the autostart script lol
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
I need to add this to the script :p
Login to your server with root, then do this:
  • cd /etc/init.d
  • update-rc.d -f tsdnsserver remove; update-rc.d -f accserver remove; update-rc.d -f ts3server remove
  • rm tsdnsserver accserver ts3server
thats it
 
Top