Hello.
I found a bug in ts3server_startscript.sh with restart command. If you pass more than one additional parameter, restart command will ignore them. Proposed fix would be:
---...
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Type: Posts; User: shadow_lmd; Keyword(s):
Hello.
I found a bug in ts3server_startscript.sh with restart command. If you pass more than one additional parameter, restart command will ignore them. Proposed fix would be:
---...
Just wanted to clarify. This only affects your own TSDNS stuff, right? Normal SRV records (ie:_ts3._udp.teamspeak.example.com) will continue to work on any level, right?
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...
I'm using supplied ts3server_startscript.sh to start server. It is started from local user's cron. Maybe locale settings are read only on login shells, but then I don't know how to make it happen...
$ cat /etc/default/locale
LANG="en_US.UTF-8"
LC_ALL="ru_RU.UTF-8"
$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
I didn't know there was an automatic renewal. Thank you. Looks like it's working fine, today my license was updated automatically.
I just got an email:
So, I am running a server since the earliest public beta and never had any issues with renewing license. Now I am receiving this. What should I do? How is that possible that...
Subject says it all.
Yay! Thanks for SRV records support. Works like a charm! :)
Nevermind.
Either that or just utilize any portable DNS query library. Google suggests this one: http://sourceforge.net/projects/adns/
Yeah, this is so hard, it took me 10 minutes to create a bash script that does it.
#!/bin/bash
if [[ $# -lt 1 ]]; then
echo "Usage: $(basename $0) {hostname}"
exit 1
fi
TMP=$(host -t...
So, 3.0.7 is out and there is still no SRV records support. Good job, developers.
Seriously, I can make these changes myself, if they give me piece of source code where client is resolving hostname. This is such a simple request, even a baby can code it. They add tonns of weird...
Oops, someone bumped old post and I thought it was a new one announcing release version of mobile clients.
On "Android Marketplace" I see this:
Updated:
August 10, 2011
Current Version:
3.0.0-beta
Doesn't look like a fresh release to me. ;)
How much longer are you going to delay a request that only requires 2-3 lines of code and max 15 minutes of work? 3.0.6 is out on beta channel and still doesn't have it.
Check 2nd post in this thread. ;)
Thought about the same when read that notice about 3.0.4.. :)
Thank you. :)
Yes, that's exactly what I meant. Sorry for confusion. :)
It does start it automatically. But there is a few seconds delay after update finished and before TeamSpeak is started. And in this time button Start TeamSpeak is active and clickable. So, the...
I do not use anything. I just accept automatic update and when it's done, it shows "Start TeamSpeak" button. I click it and it starts two TeamSpeak instances. I understand that I just dont have to...
When autoupdating, updater starts TeamSpeak automatically when update is finished. But Start TeamSpeak button is active as well, and I sometimes press it and get two teamspeak copies launched in the...
This was asked many times in various threads and I decided to create a dedicated feature request thread for it.
A lot of real system administrators need a proper way to set up virtualhosting. And...
Hello.
This was asked many times in various threads but left without attention. I'm not creating a dedicated feature request topic for it. The idea is simple -- handle HUP (kill -1) signal and...
This means application closes log file and opens it again. This is needed for proper log rotation. Currently this can only be achieved by restarting server, but this is not acceptable for obvious...
I guess this is related only to windows version?
Thanks for logappend=1 mode, but there is no way to tell server to reopen log. Tried kill -hup but server just died. It is still not possible to rotate logs properly with TS3. :(
Nice. Thank you. :)
I have enother feature request. I am only using hardware overlay. Is it possible to stop TSNotifier from trying to hook into every running application? I tried to delete TSNotifierHookDLL.dll but...
Thanks a lot! Works fantastic! :)
Yeah, I know. Was just hoping it wouldn't be hard to move HW overlay stuff into plugin and probably make a separate project. The problem with current implementation is that I have to start two...
Works great! Found a little glitch: if I set width lower than 200 (tried 100 and 150), it appears messed up. Apart from that, everything is good.
Two feature requests:
1. Can HW overlay be...
You are my hero! :) <3
And yeah, I read up on MSDN that it requires application to be in windowed mode, but I remember Ventrilo's overlay worked for me in full screen. It was in WinXP/dx9 times...