This thread is for discussion and Feedback about the Server 3.0.13 release.
For the announcement, including the changelog, please click here.
Printable View
This thread is for discussion and Feedback about the Server 3.0.13 release.
For the announcement, including the changelog, please click here.
Hello,
Since TeamSpeak 3 Server update 3.0.13 i have now:
- ts3server.sqlitedb
- ts3server.sqlitedb-wal (Write-ahead Log)
- ts3server.sqlitedb-shm (Shared-Memory Files)
So can i safely remove *-wal & *-shm or are the temp files needed by Teamspeak 3?
Regards,
SeTech.
These files are the result of the database now using WAL mode.
As long as the server is running these files will be present and used by the server for database purposes. They'll usually be deleted when the server is shutdown gracefully. They'll likely remain on disk in case the server crashed, but should be cleaned up when the server starts again. See also http://sqlite.org/tempfiles.html
Is ipv6 supported or required now? I just updated and my box failed to start because It does not have ipv6 enabled. Is there a way to disable this via args? A check should be added for this cases imo.
This release also does not start on FreeBSD 11. Currently only works on 10.
Can you explain me this point? I do not understand it.Quote:
- fixed assertion in puzzle feature
IPv6 can be used as an optional feature and shouldn't be a must have.
We only got warnings in the server logs, but the server did start. What is the server log saying?
Note: FreeBSD 11 is currently not released as a stable version.
I will download and test FreeBSD 11 amd64 (latest beta)
////Edit
I did a retest with FreeBSD 11 Beta3 and had no problems starting server 3.0.13
Ipv6 was not Setup and only local IPv6 was provided on that machine
Started with command: ./ts3server_startscript.sh start
Code:2016-08-05 14:37:23.466293|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.13 (2016-07-19 12:06:50)
2016-08-05 14:37:23.466389|INFO |ServerLibPriv | |SystemInformation: FreeBSD 11.0-BETA3 FreeBSD 11.0-BETA3 #0 r303469: Fri Jul 29 02:27:28 UTC 2016 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64 Binary: 64bit
2016-08-05 14:37:23.466427|WARNING |ServerLibPriv | |The system locale is set to "C" this can cause unexpected behavior. We advice you to repair your locale!
2016-08-05 14:37:23.466668|INFO |DatabaseQuery | |dbPlugin name: SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH
2016-08-05 14:37:23.466701|INFO |DatabaseQuery | |dbPlugin version: 3.11.1
2016-08-05 14:37:23.466844|INFO |DatabaseQuery | |checking database integrity (may take a while)
2016-08-05 14:37:23.474178|INFO |SQL | |db_CreateTables() tables created
2016-08-05 14:37:23.497463|WARNING |Accounting | |Unable to find valid license key, falling back to limited functionality
2016-08-05 14:37:24.099271|INFO | | |Puzzle precompute time: 567
2016-08-05 14:37:24.100006|INFO |FileManager | |listening on 0.0.0.0:30033, :::30033
2016-08-05 14:37:24.100764|INFO |VirtualSvrMgr | |executing monthly interval
2016-08-05 14:37:24.100873|INFO |VirtualSvrMgr | |reset virtualserver traffic statistics
2016-08-05 14:37:24.152229|INFO |CIDRManager | |updated query_ip_whitelist ips: 127.0.0.1/32, ::1/128,
2016-08-05 14:37:24.152556|INFO |Query | |listening on 0.0.0.0:10011, :::10011
2016-08-05 14:37:24.151535|INFO |VirtualServer |1 |listening on 0.0.0.0:9987, :::9987
2016-08-05 14:37:24.151969|WARNING |VirtualServer |1 |--------------------------------------------------------
2016-08-05 14:37:24.152006|WARNING |VirtualServer |1 |ServerAdmin privilege key created, please use the line below
2016-08-05 14:37:24.152039|WARNING |VirtualServer |1 |token=iUmDVjULNInoEWJ6y5DHD5GizqwhNkLqP7xSuE0F
2016-08-05 14:37:24.152067|WARNING |VirtualServer |1 |--------------------------------------------------------
It was a rare crash on server instance start, nothing important because it was really rare and you could start the server again without problems.
I have ipv6 explicitly disabled, The server expects ipv6 support regardless and fails to boot.
And my apologies about FreeBSD 11, my issue seems to be unrelated to the versioning. By any chance, is there a link to a lists of all the command line args for ts3server? I found a link that shows them, however it did not come from the teamspeak domain so I'm fairly certain the accuracy would be off especially with a new release.Code:2016-08-06 03:43:20.380204|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.13 (2016-07-19 12:06:50)
2016-08-06 03:43:20.380950|INFO |ServerLibPriv | |SystemInformation: FreeBSD 12.0-CURRENT FreeBSD 12.0-CURRENT #20 r303746: Thu Aug 4 12:33:16 EDT 2016 [email protected]:/usr/src/head/obj/usr/src/head/src/sys/MYKERNEL-NODEBUG amd64 Binary: 64bit
2016-08-06 03:43:20.382119|INFO |DatabaseQuery | |dbPlugin name: SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH
2016-08-06 03:43:20.382183|INFO |DatabaseQuery | |dbPlugin version: 3.11.1
2016-08-06 03:43:20.382631|INFO |DatabaseQuery | |checking database integrity (may take a while)
2016-08-06 03:43:20.400783|WARNING |Accounting | |Unable to find valid license key, falling back to limited functionality
2016-08-06 03:43:22.029682|INFO | | |Puzzle precompute time: 1050
2016-08-06 03:43:22.030462|ERROR |FileManager | |bind failed on :::30033; reason: Protocol not supported
2016-08-06 03:43:22.030532|ERROR |FileManager | |filetransfer bind failed on :::30033; reason: Protocol not supported
2016-08-06 03:43:22.030598|CRITICAL|VirtualSvrMgr | |Could not start file manager 258 no network port available
Full changelog below:
Code:=== Server Release 3.0.13 1 august 2016
.....
- binding voice to the any address (0.0.0.0 / 0::0), which is the default behaviour of the server,
now supports clients connecting to all addresses instead of just the default ip of the network interface.
.....
Check your ts3server.ini, you don't have any ts3server.ini?Code:2016-08-04 12:50:00.041452|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.13 (2016-07-19 12:06:50)
2016-08-04 12:50:00.043013|INFO |ServerLibPriv | |SystemInformation: FreeBSD 10.3-RELEASE-p5 FreeBSD 10.3-RELEASE-p5 #31337 r302002: Sat Jun 18 06:35:37 CEST 2016 [email protected]:/usr/obj/usr/src/sys/NORSE amd64 Binary: 64bit
2016-08-04 12:50:00.043762|INFO |DatabaseQuery | |dbPlugin name: SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH
2016-08-04 12:50:00.043884|INFO |DatabaseQuery | |dbPlugin version: 3.11.1
2016-08-04 12:50:00.044328|INFO |DatabaseQuery | |checking database integrity (may take a while)
2016-08-04 12:50:00.059739|INFO |SQL | |database updated successfully to revision: 25
2016-08-04 12:50:00.261999|INFO |Accounting | |Licensing Information
2016-08-04 12:50:00.262106|INFO |Accounting | |type : Non-profit
2016-08-04 12:50:00.262524|INFO |Accounting | |starting date : Wed Jun 1 00:00:00 2016
2016-08-04 12:50:00.262595|INFO |Accounting | |ending date : Mon Dec 5 00:00:00 2016
2016-08-04 12:50:00.262648|INFO |Accounting | |max virtualservers: 10
2016-08-04 12:50:00.262694|INFO |Accounting | |max slots : 512
2016-08-04 12:50:00.294260|INFO |DatabaseQuery | |database busy, waiting for finishing index tasks, may take some time!
2016-08-04 12:50:41.302446|INFO | | |Puzzle precompute time: 605
2016-08-04 12:50:41.348107|INFO |FileManager | |listening on xx.xxx.xxx.xx:30033
2016-08-04 12:50:41.409735|INFO |CIDRManager | |updated query_ip_blacklist ips: xx.xx.xx.xx/32,
2016-08-04 12:50:41.409792|INFO |CIDRManager | |updated query_ip_whitelist ips: 127.0.0.1/32, xx.xxx.xxx.xx/32, xx.xx.xxx.xxx/32, xx.xx.xxx.0/19,
2016-08-04 12:50:41.409908|INFO |Query | |listening on xx.xxx.xxx.xx:10011
2016-08-04 12:54:46.944866|INFO |ServerMain | |Received signal SIGTERM, shutting down.
2016-08-04 12:50:41.409507|INFO |VirtualServer |1 |listening on xx.xxx.xxx.xx:9987
2016-08-04 12:54:47.000880|INFO |VirtualServerBase|1 |stopped
2016-08-04 12:54:50.138279|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.13 (2016-07-19 12:06:50)
2016-08-04 12:54:50.138514|INFO |ServerLibPriv | |SystemInformation: FreeBSD 10.3-RELEASE-p5 FreeBSD 10.3-RELEASE-p5 #31337 r302002: Sat Jun 18 06:35:37 CEST 2016 [email protected]:/usr/obj/usr/src/sys/NORSE amd64 Binary: 64bit
2016-08-04 12:54:50.139070|INFO |DatabaseQuery | |dbPlugin name: SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH
2016-08-04 12:54:50.139196|INFO |DatabaseQuery | |dbPlugin version: 3.11.1
2016-08-04 12:54:50.139574|INFO |DatabaseQuery | |checking database integrity (may take a while)
2016-08-04 12:54:50.361803|INFO |Accounting | |Licensing Information
2016-08-04 12:54:50.361904|INFO |Accounting | |type : Non-profit
2016-08-04 12:54:50.362376|INFO |Accounting | |starting date : Wed Jun 1 00:00:00 2016
2016-08-04 12:54:50.362455|INFO |Accounting | |ending date : Mon Dec 5 00:00:00 2016
2016-08-04 12:54:50.362514|INFO |Accounting | |max virtualservers: 10
2016-08-04 12:54:50.362564|INFO |Accounting | |max slots : 512
2016-08-04 12:54:51.002799|INFO | | |Puzzle precompute time: 601
2016-08-04 12:54:51.003438|INFO |FileManager | |listening on xx.xxx.xxx.xx:30033, 2a00:xxxx:xxxx::2:30033
2016-08-04 12:54:51.047217|INFO |CIDRManager | |updated query_ip_blacklist ips: xx.xx.xx.xx/32,
2016-08-04 12:54:51.047283|INFO |CIDRManager | |updated query_ip_whitelist ips: 127.0.0.1/32, xx.xxx.xxx.xx/32, xx.xx.xxx.xxx/32, xx.xx.xxx.0/19,
2016-08-04 12:54:51.047403|INFO |Query | |listening on xx.xxx.xxx.xx:10011
2016-08-04 12:54:51.046955|INFO |VirtualServer |1 |listening on xx.xxx.xxx.xx:9987, 2a00:xxxx:xxxx::2:9987
Code:./ts3server createinifile=1
Code:vi ts3server.ini
ReplaceCode:vi ts3server_startscript.sh
WithCode:COMMANDLINE_PARAMETERS="${2}"
Code:COMMANDLINE_PARAMETERS="${2} inifile=ts3server.ini"
Regards,Code:./ts3server_startscript.sh
Setech.
Hi guys
Did you change anything in the tsdns behavior also? I dont see anything about it in the patch notes, but mine definatelly didnt like the update.
tsdns_settings.ini
./tsdnsserverCode:name.x.tld=name.y.tld:9999
*=name.x.tld:$PORT
I had to change it to dns=ip: port to make it work, but that breaks my setup.Code:Warning, invalid ident=value pair in tsdns_settings.ini:1
invalid ipv4 address
Offending line: name.x.tld=name.y.tld:9999
Warning, invalid ident=value pair in tsdns_settings.ini:2
invalid ipv4 address
Offending line: *=name.x.tld:$PORT
SRV fix soon?
BR
Use old TSDNS server? TS3 and TSDNS have nothing to do with each other so you can mix them freely.
And yes, something was changed. The TSDNS server got significantly bigger. Guess it's IPv6.
Yes, i did revert to the previous tsdns version :)
I was just wondering if this behavior was intended or not...
Just realized that the 2 viewers that i have are not working properly anymore (most of the time), also after this update.
Sometimes they connect and show the client/channel tree just fine, others just trow a generic error.
the _0.log shows multiple lines like this:
Code:2016-08-06 19:03:03.395958|ERROR | | |error writing tcp socket Connection reset by peer
It looks like the server didn't even try IPv4, could you please post your ifconfig results (do not obfuscate please - if you feel uncomfortable posting it publicly, send it to me in a PM)?
TSDNS was always supposed to return proper IP addresses, it's probably enforced now due to some other change. In any case may I ask what kind of setup you have that breaks now?
The error indicates the connection was closed by the other party. Maybe the service had problems / needs to adapt to the new server version. There have been changes in query too (like IPv6 and the no_delay option).
I wrote an example of the tsdns settings file in my other post. The issue is that my servers are hosted on dynamic ips. By enforcing the need for ips in the config it means that i will need to have a script that updates the config based on the current ip. I know it is my problem, but it breaks something that used to work nonetheless.
I know it was something that changed with this update. Was just asking because it might have been a bug ;)
Is there anything that i can change from the server side to get the old behavior, while waiting for the viewers code to be updated?
I'm not entirely ruling out anything at this point. There might be something buggy, but off the top of my head I can't think of any change that would cause it, and nobody so far has noticed anything similar that I'm aware of, nor did anything out of the ordinary show up in testing.
There is nothing to disable the new stuff and "get back to the old things", short of using an outdated server version which is definitely not recommended or supported.
Of course, the viewers are a small thing, im not rolling back because of it, and i can live with the "new" tsdns behavior.
Thanks for the reply, if you need any info from my system let me know ;)
They "work", just not all the time. Feels like there is something limiting the number of connections per a certain amount of time.
This is one:
https://www.tsviewer.com/index.php?p...ewer&ID=929266
The other is the viewer from a standard installation of psychokiller's web interface. I can send you a public link to the viewer if you want, but i the only thing you will be able to see is a generic error that says: "Error: host isn't a ts3 instance!"
BR
Problem after updating
server shutsdown, no error on log, technicly it is still running (via top -c) but its not responding on the voice port or on server query.
The ports are also listening on netstat -ano but the teamspeak server does not respond(you can connecto to 10011 with putty but there is no welcome message and the server dosent respond to commands, after some time you get this http://prntscr.com/c3lexx), looks like it freezes
Okay, the server just crashed on me this afternoon also.
Server stopped accepting connections and then the process died almost a hour and a half later. Nothing was written to the logs, either instance, virtual server or system logs.
Last connection was at 14:07, a server query that connects every minute. PID died at 15:27. No client connected between the last logged connection, but clients were still connected to one of the virtual servers until the process crashed.
3.16.0-70-generic #90~14.04.1-Ubuntu SMP Wed Apr 6 22:56:34 UTC 2016 x86_64
mysql Ver 15.1 Distrib 5.5.49-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
If you need more info please let me know ;)
It has been running perfectly for the last couple of years, through all the updates...and now this :(
Hey guys,
Anyone know what this error is? A bunch of my clients are being dropped and PktHandler is listing this as the reason.
I can't seem to find any explanation as to what it is other than a thread describing it as Beta debug that appears to have been left in.Code:11/08/2016 01:44:02 PktHandler Info Dropping client 110 because of ping timeout 19 0 0
Cheers
I get random crashes within several hours - several minutes of runtime with 3.0.13
Code:2016-08-10 21:53:42.522881|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.13 (2016-07-19 12:06:50)
2016-08-10 21:53:42.525663|INFO |ServerLibPriv | |SystemInformation: Linux 4.4.16 #1 SMP PREEMPT Wed Aug 10 21:45:15 UTC 2016 i686 Binary: 32bit
2016-08-10 21:53:42.525722|INFO |ServerLibPriv | |Using hardware aes
2016-08-10 21:53:42.535410|INFO |DatabaseQuery | |dbPlugin name: MariaDB plugin, version 3, (c)TeamSpeak Systems GmbH
...
terminating with uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument
Everyone that is having this problem on a 64 bit linux system, please use the "gcore" program to create a core dump of the ts3server program while one or more of the virtual servers are unresponsive, and make that available to us please. Hopefully this helps us find the problem quickly.
Hello I have a problem which is every 3 hours are stop server For a few seconds Is the problem in the ddos attack ? !
Please fix the problem as soon as possible because this problem since the days:mad:
So, I've got an announcement today: "TeamSpeak 3 Server 3.0.13.1 released" with the link to this post. I searched everywhere but couldn't find updated binaries. Was the release called for some reason?
Update: I actually found the binary. So the question is why isn't it on site.
Hello,
it's a good question, I received an email notification about the updated thread.
The message regarding the new fix 3.0.13.1 was published about 11:30pm yesterday (I saw it) and the fix was dated on "15 August 2016" and seem removed one hour after : "Last edited by ScP; Today at 00:57."
btw you can download it on http://dl.4players.de/ts/releases/3.0.13.1/
Best regards,
haflinger
If it was removed it must be for a good reason. I wouldn't risk installing it.
My server has been running since i last posted without interruptions. The issue with the viewers still persists though.
Here's why:
http://forum.teamspeak.com/threads/126508?p=434111#post434111
We're aiming for another hotfix release this evening.
Since there was no changelog update, does this fix the "virtual start" problem? (this: http://forum.teamspeak.com/threads/1...ome-time/page2 ) or just the query one?
My query client which gather statistics for munin graph's is disconnected after 10 minutes
its issuing "serverrequestconnectioninfo" every 15 seconds
linux 32 bit TS3 server version 3.0.13.2
Queries are logged like this since 3.0.13:
In previous releases the number after "query from" seemed to be some kind of session number, always increased by 1 with the next connection. Since 3.0.13 this is an almost constant number in the 50ies for all sessions. It changes sometimes, but rarely. Is this a bug, or what is this number really?Code:2016-08-17 01:31:04.112060|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:38980 issued: use sid=1
2016-08-17 01:35:34.250152|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39202 issued: login with account "serveradmin"(serveradmin)
2016-08-17 01:35:34.275645|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39202 issued: use sid=4
2016-08-17 01:36:03.903263|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39204 issued: login with account "serveradmin"(serveradmin)
2016-08-17 01:36:03.928410|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39204 issued: use sid=1
2016-08-17 01:40:33.877132|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39426 issued: login with account "serveradmin"(serveradmin)
2016-08-17 01:40:33.901469|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39426 issued: use sid=4
2016-08-17 01:41:03.864226|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39428 issued: login with account "serveradmin"(serveradmin)
2016-08-17 01:41:03.885850|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39428 issued: use sid=1
2016-08-17 01:45:01.727124|INFO |Query | |query from 55 127.0.0.1:52312 issued: login with account "serveradmin"(serveradmin)
2016-08-17 01:45:01.727384|INFO |Query | |query from 55 127.0.0.1:52312 issued: serverlist -short
2016-08-17 01:45:01.733804|INFO |Query | |query from 55 127.0.0.1:52312 issued: quit
2016-08-17 01:45:02.195783|INFO |Query | |query from 55 127.0.0.1:52319 issued: use 1
2016-08-17 01:45:02.213612|INFO |Query | |query from 55 127.0.0.1:52319 issued: login with account "serveradmin"(serveradmin)
2016-08-17 01:45:03.087456|INFO |Query | |query from 55 127.0.0.1:52329 issued: use 2
2016-08-17 01:45:03.090262|INFO |Query | |query from 55 127.0.0.1:52329 issued: login with account "serveradmin"(serveradmin)
2016-08-17 01:45:03.199110|INFO |Query | |query from 55 127.0.0.1:52332 issued: use 4
2016-08-17 01:45:03.202341|INFO |Query | |query from 55 127.0.0.1:52332 issued: login with account "serveradmin"(serveradmin)
2016-08-17 01:45:03.481399|INFO |Query | |query from 55 127.0.0.1:52341 issued: use 5
2016-08-17 01:45:03.484112|INFO |Query | |query from 55 127.0.0.1:52341 issued: login with account "serveradmin"(serveradmin)
2016-08-17 01:45:33.707732|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39652 issued: login with account "serveradmin"(serveradmin)
2016-08-17 01:45:33.729357|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39652 issued: use sid=4
2016-08-17 01:46:03.698423|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39654 issued: login with account "serveradmin"(serveradmin)
2016-08-17 01:46:03.723647|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39654 issued: use sid=1
2016-08-17 01:50:33.563960|INFO |Query | |query from 55 [2001:4dd0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:39876 issued: login with account "serveradmin"(serveradmin)
This log is from 3.0.13.2, Linux 64-bit.
Same here. Always having 45.
Crashed again, with 3.0.13.2
This time the process didnt hang before crashing, just died from one moment to another. Once again, there are no evidences in either ts or system logs
Last lines from all the server logs
_0.log:
_1.log:Code:2016-08-19 14:41:03.082212|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-19 14:42:03.250310|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-19 14:43:03.374378|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-19 14:44:03.529726|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-19 14:45:02.450300|ERROR | | |error writing tcp socket Connection reset by peer
_3.log: (aka the main server)Code:2016-08-19 14:12:24.697065|INFO |VirtualServerBase|1 |query client disconnected 'Unknown from 94.23.235.222:55456'(id:1965) reason 'reasonmsg=disconnecting'
2016-08-19 14:17:17.098310|INFO |VirtualServer |1 |query client connected 'Unknown from 94.23.235.222:12781'(id:1965)
2016-08-19 14:17:17.351339|INFO |VirtualServerBase|1 |query client disconnected 'Unknown from 94.23.235.222:12781'(id:1965) reason 'reasonmsg=disconnecting'
2016-08-19 14:22:12.506231|INFO |VirtualServer |1 |query client connected 'Unknown from 94.23.235.222:32588'(id:1965)
2016-08-19 14:22:12.758496|INFO |VirtualServerBase|1 |query client disconnected 'Unknown from 94.23.235.222:32588'(id:1965) reason 'reasonmsg=disconnecting'
2016-08-19 14:27:06.548019|INFO |VirtualServer |1 |query client connected 'Unknown from 94.23.235.222:52379'(id:1965)
2016-08-19 14:27:06.800335|INFO |VirtualServerBase|1 |query client disconnected 'Unknown from 94.23.235.222:52379'(id:1965) reason 'reasonmsg=disconnecting'
2016-08-19 14:41:58.730114|INFO |VirtualServer |1 |query client connected 'Unknown from 94.23.235.222:50933'(id:1965)
2016-08-19 14:41:58.983146|INFO |VirtualServerBase|1 |query client disconnected 'Unknown from 94.23.235.222:50933'(id:1965) reason 'reasonmsg=disconnecting'
I decreased the frequency of the server query connections from 1 to 5 minutes in virtual server 3, because i remember an issue a couple of versions back that had to do with the amount of connections per minute. I dont remember any errors back then, but it also doesnt mean that the crashes are related to the server query issues...Code:2016-08-19 14:41:06.502483|INFO |VirtualServer |3 |query client connected 'Unknown from 127.0.0.1:33573'(id:1964)
2016-08-19 14:41:06.551420|INFO |VirtualServerBase|3 |query client disconnected 'Unknown from 127.0.0.1:33573'(id:1964) reason 'reasonmsg=deselected virtualserver'
2016-08-19 14:42:03.767155|INFO |VirtualServer |3 |query client connected 'Unknown from 127.0.0.1:33687'(id:1964)
2016-08-19 14:42:03.811092|INFO |VirtualServerBase|3 |query client disconnected 'Unknown from 127.0.0.1:33687'(id:1964) reason 'reasonmsg=deselected virtualserver'
2016-08-19 14:42:09.125623|INFO |VirtualServer |3 |query client connected 'Unknown from 127.0.0.1:33697'(id:1964)
2016-08-19 14:42:09.173424|INFO |VirtualServerBase|3 |query client disconnected 'Unknown from 127.0.0.1:33697'(id:1964) reason 'reasonmsg=deselected virtualserver'
2016-08-19 14:43:01.505360|INFO |VirtualServer |3 |query client connected 'Unknown from 127.0.0.1:33799'(id:1964)
2016-08-19 14:43:01.552917|INFO |VirtualServerBase|3 |query client disconnected 'Unknown from 127.0.0.1:33799'(id:1964) reason 'reasonmsg=deselected virtualserver'
2016-08-19 14:43:06.675781|INFO |VirtualServer |3 |query client connected 'Unknown from 127.0.0.1:33814'(id:1964)
2016-08-19 14:43:06.720979|INFO |VirtualServerBase|3 |query client disconnected 'Unknown from 127.0.0.1:33814'(id:1964) reason 'reasonmsg=deselected virtualserver'
2016-08-19 14:44:01.856583|INFO |VirtualServer |3 |query client connected 'Unknown from 127.0.0.1:33916'(id:1964)
2016-08-19 14:44:01.914622|INFO |VirtualServerBase|3 |query client disconnected 'Unknown from 127.0.0.1:33916'(id:1964) reason 'reasonmsg=deselected virtualserver'
2016-08-19 14:44:07.031313|INFO |VirtualServer |3 |query client connected 'Unknown from 127.0.0.1:33931'(id:1964)
2016-08-19 14:44:07.079862|INFO |VirtualServerBase|3 |query client disconnected 'Unknown from 127.0.0.1:33931'(id:1964) reason 'reasonmsg=deselected virtualserver'
2016-08-19 14:45:01.404290|INFO |VirtualServer |3 |query client connected 'Unknown from 127.0.0.1:34036'(id:1964)
2016-08-19 14:45:01.456428|INFO |VirtualServerBase|3 |query client disconnected 'Unknown from 127.0.0.1:34036'(id:1964) reason 'reasonmsg=deselected virtualserver'
Can i run the server in debug mode or something, so i have more details to give you?
Can you try to reproduce that with 3.0.13.3?
I take this message: |INFO | | |Error opening file: No such file or directory
I did update to the new version 3.0.13.3, but again the same....knows someone why???
Thanks for the reply
If you are talking about the errors in the log, it looks the same:
Also, those errors dont seem to be related to SQ connections (at least based on the frequency).Code:2016-08-20 08:40:16.339268|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.13.3 (2016-08-18 16:46:43)
2016-08-20 08:40:16.339614|INFO |ServerLibPriv | |SystemInformation: Linux 3.16.0-70-generic #90~14.04.1-Ubuntu SMP Wed Apr 6 22:56:34 UTC 2016 x86_64 Binary: 64bit
2016-08-20 08:40:16.358792|INFO |DatabaseQuery | |dbPlugin name: MariaDB plugin, version 3, (c)TeamSpeak Systems GmbH
2016-08-20 08:40:16.358983|INFO |DatabaseQuery | |dbPlugin version: 2
2016-08-20 08:40:16.842550|INFO |Accounting | |Licensing Information
2016-08-20 08:40:16.842703|INFO |Accounting | |type : Non-profit
2016-08-20 08:40:16.842773|INFO |Accounting | |starting date : Sat Jun 18 00:00:00 2016
2016-08-20 08:40:16.842829|INFO |Accounting | |ending date : Wed Dec 21 00:00:00 2016
2016-08-20 08:40:16.842878|INFO |Accounting | |max virtualservers: 10
2016-08-20 08:40:16.842926|INFO |Accounting | |max slots : 512
2016-08-20 08:40:20.511545|INFO | | |Puzzle precompute time: 3379
2016-08-20 08:40:20.512254|INFO |FileManager | |listening on 0.0.0.0:30033
2016-08-20 08:40:20.807845|INFO |CIDRManager | |updated query_ip_blacklist ips: 37.59.31.160/32,
2016-08-20 08:40:20.808191|INFO |CIDRManager | |updated query_ip_whitelist ips: 127.0.0.1/32, 192.168.0.0/24, 192.168.1.0/24, 94.23.235.222/32,
2016-08-20 08:40:20.808801|INFO |Query | |listening on 0.0.0.0:10011
2016-08-20 08:43:03.386930|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-20 08:44:02.642047|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-20 08:45:03.549862|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-20 08:46:04.087229|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-20 08:47:03.090582|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-20 08:48:03.079941|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-20 08:49:02.998319|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-20 08:50:03.046300|ERROR | | |error writing tcp socket Connection reset by peer
Virtual server 1:
Virtual server 3:Code:2016-08-20 08:40:20.679396|WARNING |PermGroupMgr |1 |cldbid: 2, assigned to unknown gid: 2, ignoring!
2016-08-20 08:40:20.730843|INFO |VirtualServer |1 |listening on 0.0.0.0:9987
2016-08-20 08:41:07.426835|INFO |VirtualServer |1 |query client connected 'Unknown from 94.23.235.222:2662'(id:1965)
2016-08-20 08:41:07.679135|INFO |VirtualServerBase|1 |query client disconnected 'Unknown from 94.23.235.222:2662'(id:1965) reason 'reasonmsg=disconnecting'
2016-08-20 08:45:45.493469|INFO |VirtualServer |1 |query client connected 'Unknown from 94.23.235.222:21648'(id:1965)
2016-08-20 08:45:45.745598|INFO |VirtualServerBase|1 |query client disconnected 'Unknown from 94.23.235.222:21648'(id:1965) reason 'reasonmsg=disconnecting'
2016-08-20 08:50:21.964655|INFO |VirtualServer |1 |query client connected 'Unknown from 94.23.235.222:40401'(id:1965)
2016-08-20 08:50:22.216412|INFO |VirtualServerBase|1 |query client disconnected 'Unknown from 94.23.235.222:40401'(id:1965) reason 'reasonmsg=disconnecting'
Im waiting for the crash :rolleyes:Code:2016-08-20 08:40:20.806502|INFO |VirtualServer |3 |listening on 0.0.0.0:9989
2016-08-20 08:45:02.001703|INFO |VirtualServer |3 |query client connected 'Unknown from 127.0.0.1:50611'(id:1964)
2016-08-20 08:45:02.046973|INFO |VirtualServerBase|3 |query client disconnected 'Unknown from 127.0.0.1:50611'(id:1964) reason 'reasonmsg=deselected virtualserver'
2016-08-20 08:45:07.164708|INFO |VirtualServer |3 |query client connected 'Unknown from 127.0.0.1:50628'(id:1964)
2016-08-20 08:45:07.208691|INFO |VirtualServerBase|3 |query client disconnected 'Unknown from 127.0.0.1:50628'(id:1964) reason 'reasonmsg=deselected virtualserver'
2016-08-20 08:50:01.352142|INFO |VirtualServer |3 |query client connected 'Unknown from 127.0.0.1:51246'(id:1964)
2016-08-20 08:50:01.399672|INFO |VirtualServerBase|3 |query client disconnected 'Unknown from 127.0.0.1:51246'(id:1964) reason 'reasonmsg=deselected virtualserver'
2016-08-20 08:50:06.710261|INFO |VirtualServer |3 |query client connected 'Unknown from 127.0.0.1:51259'(id:1964)
2016-08-20 08:50:06.753283|INFO |VirtualServerBase|3 |query client disconnected 'Unknown from 127.0.0.1:51259'(id:1964) reason 'reasonmsg=deselected virtualserver'
Thanks for the tip.
I just rebooted the physical server, but it looks like it didnt work for me:
The server crashed twice yesterday also, already after the update to 3.0.13.3, so that didnt fix it either :(Code:2016-08-21 08:55:51.540922|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.13.3 (2016-08-18 16:46:43)
2016-08-21 08:55:51.541228|INFO |ServerLibPriv | |SystemInformation: Linux 3.16.0-77-generic #99~14.04.1-Ubuntu SMP Tue Jun 28 19:17:10 UTC 2016 x86_64 Binary: 64bit
2016-08-21 08:55:51.543375|INFO |DatabaseQuery | |dbPlugin name: MariaDB plugin, version 3, (c)TeamSpeak Systems GmbH
2016-08-21 08:55:51.543560|INFO |DatabaseQuery | |dbPlugin version: 2
2016-08-21 08:55:51.948244|INFO |Accounting | |Licensing Information
2016-08-21 08:55:51.948463|INFO |Accounting | |type : Non-profit
2016-08-21 08:55:51.948590|INFO |Accounting | |starting date : Sat Jun 18 00:00:00 2016
2016-08-21 08:55:51.948695|INFO |Accounting | |ending date : Wed Dec 21 00:00:00 2016
2016-08-21 08:55:51.948790|INFO |Accounting | |max virtualservers: 10
2016-08-21 08:55:51.948882|INFO |Accounting | |max slots : 512
2016-08-21 08:55:54.912155|INFO | | |Puzzle precompute time: 2783
2016-08-21 08:55:54.913276|INFO |FileManager | |listening on 0.0.0.0:30033
2016-08-21 08:55:55.032599|INFO |CIDRManager | |updated query_ip_blacklist ips: 37.59.31.160/32,
2016-08-21 08:55:55.032780|INFO |CIDRManager | |updated query_ip_whitelist ips: 127.0.0.1/32, 192.168.0.0/24, 192.168.1.0/24, 94.23.235.222/32,
2016-08-21 08:55:55.033165|INFO |Query | |listening on 0.0.0.0:10011
2016-08-21 08:56:03.456627|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-21 08:57:03.497718|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-21 08:58:03.684725|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-21 08:59:03.864230|ERROR | | |error reading tcp socket Connection reset by peer
2016-08-21 09:00:04.008256|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-21 09:01:03.128287|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-21 09:02:03.097968|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-21 09:03:02.332820|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-21 09:04:02.921848|ERROR | | |error writing tcp socket Connection reset by peer
2016-08-21 09:05:03.609775|ERROR | | |error reading tcp socket Connection reset by peer
From all the crashes that already occurred, i can not see a pattern. All i can say is that it can happen after a day or two, or twice with a couple of hours of interval, at no specific time, with or without users connected to either virtual server, and the same constant SQ connections. Server resources are also fine, im running it basically to host the teamspeak server.