Hello Guys,
I’m a young person from germany, so please excuse my bad english. I recently booked a root Server (with Ubuntu Server 20.04 installed). I tried to install TS3 on it, but as i tried to run the startscript, this error appeared:
Starting the TeamSpeak 3 server
Could not find binary, aborting
Can someone help me?
Greetings
TheBeaconCrafter
1 Like
You did not install the server with needed binary or have no permissions or starting a script from wrong position or binary has wrong name.
the name of the binary is ts3server
2 Likes
What do i have to do to fix this?
1 Like
Check any of these i mentioned.
2 Likes
Hello Guys,
I’m a young person from germany, so please excuse my bad english. I recently booked a root Server (with Ubuntu Server 20.04 installed). I tried to install TS3 on it, but as i tried to run the startscript, this error appeared:
ERROR: openFile( file:logs/ts3server_2021-03-27__12_06_23.744926_0.log) failed
ERROR: openFile( file:logs/ts3server_2021-03-27__12_06_23.744926_0.log) failed
ERROR: openFile( file:logs/ts3server_2021-03-27__12_06_23.744926_0.log) failed
ERROR: openFile( file:logs/ts3server_2021-03-27__12_06_23.744926_0.log) failed
ERROR: openFile( file:logs/ts3server_2021-03-27__12_06_23.744926_0.log) failed
2021-03-27 12:06:23.746957|CRITICAL|ServerLibPriv | |Server() DatabaseError out of memory
ERROR: openFile( file:logs/ts3server_2021-03-27__12_06_23.744926_0.log) failed
It was a fresh downloaded version of TS!
Can someone help me?
Greetings
TheBeaconCrafter
1 Like
You don’t have space left where logs, database etc. should be written into.
Please do not open a second thread for same issue.
3 Likes
I solve the first problem, but the second still occur
ubuntu@VM-8-10-ubuntu:~/teamspeak3$ ./ts3server_startscript.sh start
Starting the TeamSpeak 3 server
TeamSpeak 3 server started, for details please view the log file
ubuntu@VM-8-10-ubuntu:~/teamspeak3$ 2024-05-19 06:30:12.769917|CRITICAL|ServerLibPriv | |Server() DatabaseError out of memory
I just reinstall, and it have done 
I fix this problem. In fact, I used the script command ./ts3server_startscript.sh start
try to start the server. But I got a warning,
WARNING ! For security reasons we advise: DO NOT RUN THE SERVER AS ROOT
Then, I create a new user in my Ubuntu system, add the new user into users group. I got the same problem like you:
ERROR: openFile( file:logs/ts3server_2024-05-19__05_53_58.080866_0.log) failed
ERROR: openFile( file:logs/ts3server_2024-05-19__05_53_58.080866_0.log) failed
ERROR: openFile( file:logs/ts3server_2024-05-19__05_53_58.080866_0.log) failed
ERROR: openFile( file:logs/ts3server_2024-05-19__05_53_58.080866_0.log) failed
ERROR: openFile( file:logs/ts3server_2024-05-19__05_53_58.080866_0.log) failed
2024-05-19 05:53:58.081894|CRITICAL|ServerLibPriv | |Server() DatabaseError out of memory
ERROR: openFile( file:logs/ts3server_2024-05-19__05_53_58.080866_0.log) failed
Finally
I try to not use that script ts3server_startscript.sh
.
I just use the binary executable program ts3server
with root, and everything goes normally.
I guess I don’t have the properly permissions to open the log file or to set the databases. ( I guess…)
1 Like