https://bugs.contribs.org/show_bug.cgi?id=10494
--- Comment #86 from John Crisp <[email protected]> ---
Ok, a couple of things.
To make sure we aren't getting any DNS issue can you make sure you install this
from smeupdates-testing repo
djbdns-1.05-11.el6.sme.x86_64.rpm
In you main 'run' file you can remove the '$@' as we are not using any
commandline arguments:
#!/bin/sh
cd /opt/teamspeak
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
exec setuidgid teamspeak ./ts3server
I think from reading around it is meant to start once to sort out its life
before it runs correctly. I now get this in my logs after a restart - seems
quite happy apart form the Locale:
2018-11-11 14:34:42.268681|INFO |ServerLibPriv | |TeamSpeak 3 Server
3.0.13.8 (2017-07-19 08:26:51)
2018-11-11 14:34:42.268819|INFO |ServerLibPriv | |SystemInformation: Linux
2.6.32-754.6.3.el6.x86_64 #1 SMP Tue Oct 9 17:27:49 UTC 2018 x86_64 Binary:
64bit
2018-11-11 14:34:42.268871|WARNING |ServerLibPriv | |The system locale is set
to "C" this can cause unexpected behavior. We advice you to repair your locale!
2018-11-11 14:34:42.269481|INFO |DatabaseQuery | |dbPlugin name:
SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH
2018-11-11 14:34:42.269524|INFO |DatabaseQuery | |dbPlugin version: 3.11.1
2018-11-11 14:34:42.269791|INFO |DatabaseQuery | |checking database
integrity (may take a while)
2018-11-11 14:34:42.278101|WARNING |Accounting | |Unable to find valid
license key, falling back to limited functionality
2018-11-11 14:34:43.574442|INFO | | |Puzzle precompute time:
1261
2018-11-11 14:34:43.574837|INFO |FileManager | |listening on
0.0.0.0:30033, :::30033
2018-11-11 14:34:43.580270|INFO |CIDRManager | |updated
query_ip_whitelist ips: 127.0.0.1/32, ::1/128,
2018-11-11 14:34:43.580479|INFO |Query | |listening on
0.0.0.0:10011, :::10011
You are meant to be able to affect ports etc via an ini file. Theoretically
like this:
exec setuidgid teamspeak ./ts3server inifile=ts3server.ini
I created a ts3server.ini and set filetransfer_port=30030
But when I start it I get things like:
ERROR |FileManager | |bind failed on ::1:30030; reason: Cannot assign
requested address
Or it ignores it completely.
That *may* be because I think it possibly initialises some settings and stores
them first time around and you can't necessarily change them thereafter.
To test you might need to remove the sqlitedb files and restart pointing to the
ini file.
You really need to have a good hack around and play and see what happens.
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/