generalofgermany
Member
- Jan 29, 2017
- 2
- 0
- 33
I know that it was already asked but how can i run it on a 32bit linux computer? There is no other way for me than that. Thx!
Just download the 32bit-version crack. It should run without problems. If you have any issues, please post them here in this thread.I know that it was already asked but how can i run it on a 32bit linux computer? There is no other way for me than that. Thx!
Maybe try to install those packages with this command:Yes it works well. Sorry I had a little mistake in it. I now installed the anticrashscript and this happend:
./ts3anticrash.sh ts3server
./ts3anticrash.sh: Zeile 7: ps: Kommando nicht gefunden.
./ts3anticrash.sh: Zeile 7: wc: Kommando nicht gefunden.
./ts3anticrash.sh: Zeile 7: grep: Kommando nicht gefunden.
./ts3anticrash.sh: Zeile 7: grep: Kommando nicht gefunden.
./ts3anticrash.sh: Zeile 8: [: -eq: Einstelliger (unärer) Operator erwartet.
./ts3anticrash.sh: Zeile 11: su: Kommando nicht gefunden.
apt-get update && apt-get install -y procps coreutils ack-grep sudo
With only this line of your TS3-Server log file I can't help you.When I start the TS via the ./ts3server_startscript.sh start command gives me this error:
Code:2017-01-30 17:21:38.376588|CRITICAL|VirtualSvrMgr | |Could not start file manager 258 no network port available
This is log:With only this line of your TS3-Server log file I can't help you.
Please paste in here a bit more of the log file...
The port 30033 on your server seems to be already in use by another process...This is log:
You have to create this file with the source which is in the description.
...just follow all steps . . . if you are able to read
FIRST STEPHow to make a file to download? I do not understand very well because it is in English ... Using Google translator sometimes does not help much!
nano /etc/init.d/ts3anticrash.sh
#!/bin/bash
PATH=/YOUR/TEAMSPEAK3/SERVER/DIRECTORY/PATH
case $1 in
ts3server)
t3server=`ps ax | grep ts3server | grep -v grep | wc -l`
if [ $t3server -eq 1 ]
then exit
else
cd $PATH
./ts3server_startscript.sh start
fi
;;
ts3accounting)
t3accounting=`ps ax | grep AccountingServer | grep -v grep | wc -l`
if [ $t3accounting -eq 1 ]
then exit
else
cd $PATH
./AccountingServerEmulator-Linux
fi
;;
ts3tsdns)
t3tsdns=`ps ax | grep tsdnsserver | grep -v grep | wc -l`
if [ $t3tsdns -eq 2 ]
then exit
else
cd $PATH
screen -AmdS tsdnsserver ./tsdnsserver
fi
;;
esac
crontab -e
*/1 * * * * /etc/init.d/ts3anticrash.sh ts3server
*/25 * * * * /etc/init.d/ts3anticrash.sh ts3accounting
*/1 * * * * /etc/init.d/ts3anticrash.sh ts3tsdns
/etc/init.d/cron restart
I understand, but I believe that these steps are for linux, and for windows? How do I stop rebooting every 2 hoursFIRST STEP
Code:nano /etc/init.d/ts3anticrash.sh
SECOND STEP
Paste this source in there:
Code:#!/bin/bash PATH=/YOUR/TEAMSPEAK3/SERVER/DIRECTORY/PATH case $1 in ts3server) t3server=`ps ax | grep ts3server | grep -v grep | wc -l` if [ $t3server -eq 1 ] then exit else cd $PATH ./ts3server_startscript.sh start fi ;; ts3accounting) t3accounting=`ps ax | grep AccountingServer | grep -v grep | wc -l` if [ $t3accounting -eq 1 ] then exit else cd $PATH ./AccountingServerEmulator-Linux fi ;; ts3tsdns) t3tsdns=`ps ax | grep tsdnsserver | grep -v grep | wc -l` if [ $t3tsdns -eq 2 ] then exit else cd $PATH screen -AmdS tsdnsserver ./tsdnsserver fi ;; esac
THIRD STEP
Code:crontab -e
FOURTH STEP
Paste these 3 lines in there:
Code:*/1 * * * * /etc/init.d/ts3anticrash.sh ts3server */25 * * * * /etc/init.d/ts3anticrash.sh ts3accounting */1 * * * * /etc/init.d/ts3anticrash.sh ts3tsdns
FIFTH & LAST STEP
Code:/etc/init.d/cron restart
The full installation tutorial can be found here: https://r4p3.net/threads/teamspeak-...-6-accountingserveremulator-license-key.3473/I understand, but I believe that these steps are for linux, and for windows? How do I stop rebooting every 2 hours
Do you mean that you want to change the default port?Can i change ip address of voice server?
I have changed in ts3server.ini but don't work!
No, i want change ip of ts3 server (i have multiple ip)The full installation tutorial can be found here: https://r4p3.net/threads/teamspeak-...-6-accountingserveremulator-license-key.3473/
It's the first step: "1. Put this in your hosts file!!!"
Please, just read line for line... Is this too much expected today?
Do you mean that you want to change the default port?
Please send the source of your crontab, without that I can't help you.Hi, I've been able to do everything, but at the time I'm going to save the crontab, it gets an error at the time of the rescue ... How to solve it?
erro: http://prnt.sc/e39ukh