Community Forums Today's Posts     Member List     Archive    
Results 1 to 15 of 45

Hybrid View

  1. #1
    Join Date
    Jul 2002
    Location
    Germany
    Posts
    2,836

    TeamSpeak 3 Server 3.0.0-beta16 Available

    We've just finished uploading version 3.0.0-beta16 of the server. Here's a list of changes:

    Code:
    === Server Release 3.0.0-beta16 20 Jan 2010
    - default query anti flood properties changed to be less strict
    - added warning while using machine_id and no servers got loaded
    - fixed possible exception in query core on certain linux derivates
    + query_ip_whitelist.txt auto reloads every five minutes
      entries are displayed to logfile, first time and every time they changed
      while reloading
    + reduce memory usage
    + shut down server cleanly on unix systems even when receiving SIGINT,
      SIGHUP and SIGTERM
    Have fun downloading
    You think my answer is stupid ? Read This:
    http://www.catb.org/~esr/faqs/smart-...ons.html#intro

    In a world without fences and walls - who needs windows and gates ?

  2. #2
    Join Date
    Dec 2009
    Location
    Portugal
    Posts
    506
    Up and running...

    Thanks

  3. #3
    Join Date
    Jan 2010
    Location
    Belgium - Kortrijk
    Posts
    20
    downloading. Waiting for client update aswell


    EDIT: installed and running.

  4. #4
    Join Date
    Oct 2007
    Location
    Romania
    Posts
    41
    up and running, no problems so far (smaller memory footprint and cpu usage compared to beta15)

  5. #5
    Join Date
    Jan 2009
    Location
    grenland
    Posts
    25
    I have now 3.0.0-beta7 [Build: 9514] so if i want update server to version 16 i must overwrite all old files with new.Can any 1 tell me what more i must do?I think i use sql cuz it's default and i didn't change anything.

  6. #6
    Join Date
    Jan 2010
    Location
    Belgium - Kortrijk
    Posts
    20
    First problem found.

    The Teamspeak Server Linux beta 16 now receives SIGHUP signals when using: nohup ./ts3_linux_x86 . Trying to find a workaway around.

  7. #7
    Join Date
    Dec 2009
    Location
    Portugal
    Posts
    506
    Quote Originally Posted by Desperate55 View Post
    I have now 3.0.0-beta7 [Build: 9514] so if i want update server to version 16 i must overwrite all old files with new.Can any 1 tell me what more i must do?I think i use sql cuz it's default and i didn't change anything.
    All you have to do is stop the server, backup the ts3server.sqlitedb (just to be safe), overwrite all the server files with the new ones and start the server again.

    Then, there are some lines to insert in sql (no one ever said if we really had to or not), but since you come from beta 7, that should not limit your server functionalities.

  8. #8
    Join Date
    Jan 2010
    Location
    Cheshire, UK.
    Posts
    1
    It's getting a bit of a pain now, because my server is constanty recieving SIGHUP regardless of "nohup" being used.


    This is why my nohup.out looks like:
    Logging started
    2010-01-22 21:52:09.491929|INFO |ServerLibPriv | | Server Version: 3.0.0-be ta16 [Build: 9929]
    2010-01-22 21:52:09.493822|INFO |DatabaseQuery | | dbPlugin name: MySQL plugin, (c)TeamSpeak Systems GmbH
    2010-01-22 21:52:09.493860|INFO |DatabaseQuery | | dbPlugin version: 1
    2010-01-22 21:52:09.674692|WARNING |Accounting | | Unable to find valid lic ense key, falling back to limited functionality
    2010-01-22 21:52:09.686491|INFO |FileManager | | listening on 0.0.0.0:300 33
    2010-01-22 21:52:09.712031|INFO |VirtualServer | 1| listening on 0.0.0.0:998 7
    2010-01-22 21:52:09.712571|INFO |Query | | listening on 0.0.0.0:100 11
    2010-01-22 21:52:09.802335|INFO |Query | | whitelist ips: 127.0.0.1 ,
    2010-01-23 00:13:16.974344|INFO |ServerMain | | Received signal SIGHUP, shutting down.
    2010-01-23 00:13:17.301679|INFO |VirtualServer | 1| stopped
    TeamSpeak Server 3.0.0-beta16 [Build: 9929]
    This is what command I run:
    [root@usa1 teamspeak3-server_linux-x86]# cd /var/www/teamspeak/teamspeak3-server_linux-x86/
    [root@usa1 teamspeak3-server_linux-x86]# nohup ./ts3server_linux_x86 inifile=ts3server.ini &


    All help appreciated,
    cheers,
    Dom.

  9. #9
    Join Date
    Jan 2010
    Location
    Kiev
    Posts
    2
    Quote Originally Posted by TCXVirtual View Post
    It's getting a bit of a pain now, because my server is constanty recieving SIGHUP regardless of "nohup" being used.
    Have exactly the same problem with using nohup.

  10. #10
    Join Date
    Jan 2010
    Location
    Sweden
    Posts
    33
    Quote Originally Posted by Jerry View Post
    Have exactly the same problem with using nohup.
    Try to use this after you have cd to your directory it works for me on a fedora box.
    Code:
    ./ts3server_linux_x86 inifile=ts3server.ini > /dev/null 2>&1 &
    To make autostart when you restart the server iam using that row in a script file.
    Add a user to run it and add like this to your rc.local file in etc/rc.d
    Code:
    su - USER -c ./start_ts3

  11. #11
    Join Date
    Jan 2010
    Location
    Kiev
    Posts
    2

    Thumbs up

    Quote Originally Posted by bad_dud View Post
    Try to use this after you have cd to your directory it works for me on a fedora box.
    Code:
    ./ts3server_linux_x86 inifile=ts3server.ini > /dev/null 2>&1 &
    To make autostart when you restart the server iam using that row in a script file.
    Add a user to run it and add like this to your rc.local file in etc/rc.d
    Code:
    su - USER -c ./start_ts3
    Thanks for advise pal, work like a charm with centos

  12. #12
    Join Date
    Jul 2002
    Location
    Germany
    Posts
    2,836
    screen
    cd ts3folder
    ./ts3server_linux_amd64
    [ctrl+a, d] <--- pressing this will detach you from the screen
    you can now exit your shell...

    If you want to "check up" on your ts3 server, log back on and do:
    screen -r
    You think my answer is stupid ? Read This:
    http://www.catb.org/~esr/faqs/smart-...ons.html#intro

    In a world without fences and walls - who needs windows and gates ?

  13. #13
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    43
    I have the following problem.

    Today I installed a new instance. I wondered, because my ts viewer and a part of the interface do not work fine as before. After a short time I found out, that the template guest query group was changed. Maybe I skip it in the changelog, but its pretty dumb to change the template guest group at the moment.

    I think the change come with beta 15 or 16. After an install of beta12 all works fine.

    In my mind, the actual template of the guest query group is a very bad one. Because, every hoster shoul edit the group anyway, because of ts-viewer.com and other viewers.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Perma Ban
    By madscotslad in forum Client Support
    Replies: 9
    Last Post: 10-07-2010, 02:34
  2. Can't get SQL to work.
    By tom_il in forum Linux / FreeBSD
    Replies: 24
    Last Post: 09-01-2010, 18:57
  3. Help! install ts3
    By Shiwa in forum Linux / FreeBSD
    Replies: 3
    Last Post: 04-01-2010, 19:50
  4. The novel lol
    By Plebby in forum [TeamSpeak 2] Client Support
    Replies: 0
    Last Post: 02-01-2006, 12:24
  5. Friends can't connect
    By shadow127 in forum [TeamSpeak 2] Server Support
    Replies: 86
    Last Post: 01-01-2006, 20:45

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •