./ts3server_startscript.sh: line 42: ./ts3server: cannot execute binary file
TeamSpeak 3 server could not start
what abou make the ts3server file executable?hi guys,
i have a problem at runing server on linux centos 6 64bit
PHP:./ts3server_startscript.sh: line 42: ./ts3server: cannot execute binary file TeamSpeak 3 server could not start
help me plz
i set it to 777what abou make the ts3server file executable?
that means give rights to: 775
i don't know then.i set it to 777
I'm having an issue where the file browser doesn't work if you have a password on it. This happens on all virtual servers, so it is not a permsissions issue. It thinks im putting the the wrong password for some reason.
maybe a database file issue - but not sure if it's this one or how to fix that.No one knows how to fix this?
@Supervisor I did it, and:
2017-02-12 01:20:17.548476|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.13.6 (2016-11-08 08:48:33)
2017-02-12 01:20:17.548721|INFO |ServerLibPriv | |SystemInformation: Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.82-1 x86_64 Binary: 64bit
2017-02-12 01:20:17.548807|INFO |ServerLibPriv | |Using hardware aes
2017-02-12 01:20:17.549046|INFO |DatabaseQuery | |Please make sure you use the supplied ts3server_minimal_runscript.sh to run the server, or set LD_LIBRARY PATH yourself
2017-02-12 01:20:17.549137|CRITICAL|DatabaseQuery | |unable to load database p lugin library "libts3db_sqlite3.so", halting!
:| I am stupid or doing something wrong?
Hey, even with @Supervisor help, still can connect with wrong pass with my friend to ts3 query via YaTQA.
However its bot working via putty (need correct password) but its not working with other servers. Its make me cry..
LINUX:
1. Open up a Terminal/CLI/Bash
2. Navigate to your TeamSpeak 3 folder and open the file 'ts3server_startscript.sh' with a texteditor
Replace the following code:
COMMANDLINE_PARAMETERS=""
with this:
COMMANDLINE_PARAMETERS=$2
4. Save the file
5. Change back to your command line interface and start the server with the following parameter:
(replace 'YourNewPassword' with your own password)
./ts3server_startscript.sh start serveradmin_password=YourNewPassword
Your ServerQuery Admin password has been changed.
WINDOWS:
1. Navigate to your TeamSpeak 3 server folder
2. Create shortcut the file that corresponse to your operating system
Windows 32-Bit: ts3server_win32.exe
Windows 64-Bit: ts3server_win64.exe
3. Right-click this shortcut and choose 'Properties'
4. The next dialog should contain one of the following two parameters in its 'Target' input field
Windows 32-Bit: C:\Program Files\teamspeak3-server_win32\ts3server_win32.exe
Windows 64-Bit: C:\Program Files\teamspeak3-server_win32\ts3server_win64.exe
5. Append the following parameter to the corresponding .EXE "serveradmin_password=YourNewPassword"
It should look like this (replace 'YourNewPassword' with your own password):
Windows 32-Bit: C:\Program Files\teamspeak3-server_win32\ts3server_win32.exe serveradmin_password=IhrNeuesPasswort
Windows 64-Bit: C:\Program Files\teamspeak3-server_win32\ts3server_win64.exe serveradmin_password=IhrNeuesPasswort
6. Shut down the TeamSpeak 3 instance and restart it by using the new created shortcut
Your ServerQuery Admin password has been changed.
I only wrote the script for sqlite. And I personally dont see a reason to add mariadb as it is rarely used.Hi is there easy way to use mariadb instead of sqlitedb while using the script?