Hi,
I installed Teamspeak3 on a vServer and everything works if I use sqlite3. But if I switch to mariadb it works just for about 24 minutes.
The biggest problem is that I don't get any useful log.
The message I get in ssh-consol if I'm loged in:
Code:
unknown: debugger aborting because missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "?func"
log from the instance:
Code:
2015-04-13 18:28:44.223996|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.11.2 (2014-12-15 14:43:52)
2015-04-13 18:28:44.230846|INFO |ServerLibPriv | | SystemInformation: Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 Binary: 64bit
2015-04-13 18:28:44.230939|INFO |ServerLibPriv | | Using hardware aes
2015-04-13 18:28:44.442409|INFO |DatabaseQuery | | dbPlugin name: MariaDB plugin, (c)TeamSpeak Systems GmbH
2015-04-13 18:28:44.442552|INFO |DatabaseQuery | | dbPlugin version: 1
2015-04-13 18:28:44.545068|WARNING |Accounting | | Unable to find valid license key, falling back to limited functionality
2015-04-13 18:28:45.819130|INFO | | | Puzzle precompute time: 1061
2015-04-13 18:28:45.819608|INFO |FileManager | | listening on 0.0.0.0:30033
2015-04-13 18:28:46.032200|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
2015-04-13 18:28:46.035972|INFO |Query | | listening on 127.0.0.1:10011
log from apport.log :
Code:
ERROR: apport (pid 1862) Mon Apr 13 20:40:46 2015: called for pid 1797, signal 6, core limit 0
ERROR: apport (pid 1862) Mon Apr 13 20:40:46 2015: executable: /opt/teamspeak/ts3server_linux_amd64 (command line "./ts3server_linux_amd64 inifile=ts3server.ini")
ERROR: apport (pid 1862) Mon Apr 13 20:40:47 2015: is_closing_session(): no DBUS_SESSION_BUS_ADDRESS in environment
ERROR: apport (pid 1862) Mon Apr 13 20:40:49 2015: wrote report /var/crash/_opt_teamspeak_ts3server_linux_amd64.1000.crash
For the fastest.
Code:
$ dpkg -l | grep -i dbus
ii dbus 1.6.18-0ubuntu4.3 amd64 simple interprocess messaging system (daemon and utilities)
ii libdbus-1-3:amd64 1.6.18-0ubuntu4.3 amd64 simple interprocess messaging system (library)
ii libdbus-glib-1-2:amd64 0.100.2-1 amd64 simple interprocess messaging system (GLib-based shared library)
ii libnih-dbus1:amd64 1.0.3-4ubuntu25 amd64 NIH D-Bus Bindings Library
ii python3-dbus 1.2.0-2build2 amd64 simple interprocess messaging system (Python 3 interface)
I have Ubuntu 14.04 LTS and MariaDB 5.5.42 (I tried it also with MariaDB 10)
Please help me.
P.S. I know my english is terrible