Just FYI, it is no single occurence. I got the same issue as Ragyal.
3.8.0 won't start and doesn't create any log entries.
System: Ubuntu 16.04
glibc is up to date.
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
Just FYI, it is no single occurence. I got the same issue as Ragyal.
3.8.0 won't start and doesn't create any log entries.
System: Ubuntu 16.04
glibc is up to date.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
Code:[email protected]:/usr/local/teamspeak3/dev$ tar jxf teamspeak3-server_linux_amd64-3.8.0.tar.bz2 [email protected]:/usr/local/teamspeak3/dev$ cd teamspeak3-server_linux_amd64 [email protected]:/usr/local/teamspeak3/dev/teamspeak3-server_linux_amd64$ ./ts3server license_accepted=1 [email protected]:/usr/local/teamspeak3/dev/teamspeak3-server_linux_amd64$ ls -al total 15972 drwxr-xr-x 7 teamspeak3 teamspeak3 4096 Mai 27 08:37 . drwxrwxr-x 3 teamspeak3 teamspeak3 4096 Jun 13 13:32 .. -rw-rw-r-- 1 teamspeak3 teamspeak3 65302 Mai 27 08:32 CHANGELOG drwxr-xr-x 3 teamspeak3 teamspeak3 4096 Mai 27 06:06 doc -rwxr-xr-x 1 teamspeak3 teamspeak3 947368 Mai 27 08:37 libts3db_mariadb.so -rwxr-xr-x 1 teamspeak3 teamspeak3 2174344 Mai 27 08:37 libts3db_sqlite3.so -rwxr-xr-x 1 teamspeak3 teamspeak3 1067488 Mai 27 08:37 libts3_ssh.so -rw-r--r-- 1 teamspeak3 teamspeak3 68141 Apr 12 04:46 LICENSE drwxr-xr-x 2 teamspeak3 teamspeak3 4096 Mai 27 08:37 redist drwxrwxr-x 2 teamspeak3 teamspeak3 4096 Mai 27 06:03 serverquerydocs drwxrwxr-x 5 teamspeak3 teamspeak3 12288 Mai 27 06:03 sql -rwxr-xr-x 1 teamspeak3 teamspeak3 11980592 Mai 27 08:37 ts3server -rwxrwxr-x 1 teamspeak3 teamspeak3 117 Mai 27 06:03 ts3server_minimal_runscript.sh -rwxrwxr-x 1 teamspeak3 teamspeak3 2629 Mai 27 06:03 ts3server_startscript.sh drwxr-xr-x 2 teamspeak3 teamspeak3 4096 Mai 27 08:37 tsdns [email protected]:/usr/local/teamspeak3/dev/teamspeak3-server_linux_amd64$
Hey,
unfortunately this update leads to a connection timeout of a query if many commands are sent. Is there a possibility to disable this feature? Because if you're using a Query Bot than it would be quit nice if the bot wouldn't crash because of a timeout.
Greetings
Calvin M.
Everything looks fine.
Can you post us the output from strace and gdb?
Code:strace ./ts3server license_accepted=1 2> trace.out The trace.out file can be found in server folder thenThank you for the assistance!Code:gdb -ex run --args ./ts3server license_accepted=1![]()
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
trace.out has been renamed to trace.out.log to able to upload.
Code:[email protected]:/usr/local/teamspeak3/dev/teamspeak3-server_linux_amd64$ gdb -ex run --args ./ts3server license_accepted=1 GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./ts3server...(no debugging symbols found)...done. Starting program: /usr/local/teamspeak3/dev/teamspeak3-server_linux_amd64/ts3server license_accepted=1 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Inferior 1 (process 13019) exited with code 01] (gdb)
Last edited by Ragyal; June 14th, 2019 at 05:05 PM.
We could not identify the reason yet but it seems that there is something strange with your Kernel.
This function should be implemented in Kernel 4.40 already. Even with that error the server should run.Code:getrandom(0x7fff33a59f20, 128, 0) = -1 ENOSYS (Function not implemented)
So we will change the behavior for upcoming server 3.9.0 a bit and should get more information.
A beta is planned to be released later that day and it would be nice if you can test it out.
For others who reported the crash:
Are you also on a machine from Strato or on non default Ubuntu Kernel?
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
Same Problem for me still exists. lld is on version 2.24. Normally the server runs on a Pi with x86 emulator. But i tryed it also on a x64 machine from me, same problem then and nothing changes. Tested this to prevent incompatibilit issues with the emulator maybe. Just to be sure it happens also on a normal up to date x64 debian machine.
Hi, I can confirm the issue of the Pi, which @Caaruzo mentioned.
Here is a backtrace:
On this server, glibc 2.24 is installed.Code:spawn su -s /bin/bash -c cd /opt/exagear/images/debian-9/usr/local/teamspeak/teamspeak3-server_linux_x86 && export LD_LIBRARY_PATH=".:" && gdb ts3server && cd - > /dev/null - teamspeak GNU gdb (Raspbian 7.12-6) 7.12.0.20161007-git Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-linux-gnueabihf". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ts3server...(no debugging symbols found)...done. (gdb) run -x start Starting program: /opt/exagear/images/debian-9/usr/local/teamspeak/teamspeak3-server_linux_x86/ts3server -x start [tcsetpgrp failed in terminal_inferior: Unpassender IOCTL (I/O-Control) für das Gerät] warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. [tcsetpgrp failed in terminal_inferior: Unpassender IOCTL (I/O-Control) für das Gerät] [Inferior 1 (process 11507) exited with code 01] (gdb) bt No stack. (gdb)
Any chance to get this fixed?
All who reported that the server 3.8.0 /3.9.0 does not start on Linux (excludes any unsupported device with a ARM CPU)
will get a private message with a experimental version.
Anyone else where server is running: Please do not ask me for that version. I won't reply.
You do not need it and you do not have any advantage with that version.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
We found the the cause of that error and will hand out a new version in about 2 hours to those who reported that problem.
You will get a private message from me.
And if that version works we will release a new beta.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
Beta 2 is available now.
This one does fix the problem that the server does not start on Linux!
Get it from the release thread
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
There are currently 1 users browsing this thread. (0 members and 1 guests)