Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Seit dem gestrigen update kann der fehler so eigentlich nicht mehr passieren:
zeile 142
changed:
elif [ ! `cat /etc/debian_version | grep "7"` == "" ]; then
to:
elif [ `cat /etc/debian_version | awk '{print $1}'` == "7" ] || [ `cat /etc/debian_version | grep "7."` ]; then
for VERSION in `curl -s http://teamspeak.gameserver.gamed.de/ts3/releases/ | grep -Po '(<= href =? ") [0-9] + (\ [0-9] +.) {2,3} (= /?")' | sort -Vr | head -1`; do
DOWNLOAD_URL_VERSION = "http://teamspeak.gameserver.gamed.de/ts3/releases/$VERSION/TeamSpeak3-Client-linux_$ARCH-$VERSION.run"
And I do not understand that you do not understandDon't understand what you mean with this post?
Hört sich nach ner alten Installer Version an... Update bitte mal den Installer...Sinusbot could not start! Starting it without screen. Look for errors!
Could not open /tmp/.sinusbot.lock. Is SinusBot already running?
### German ###
Neue Version verfügbar.
Changelog:
Bei Fehlern und Problemen bitte erst in dem Reiter Diskussion das Problem schildern und nicht gleich eine schlechte Bewertung geben, denn so kann ich euch nicht helfen.
- Hardcoded TS 3.0.19.4 bis der Sinusbot auch auf der 3.1 läuft
### English ###
New version available.
Changelog:
If you have bugs or problems use first the discuss tab and write...
- hardcoded ts 3.0.19.4 till sinusbot is updated to run on 3.1
Lag am Update auf die TS Client 3.1 Version.Hallo, bekomme immer folgenden Fehler:
2017-01-19T18:28:59+01:00 TSClient quit. LogLevel has been increased, please try to connect again to see more details.
Ganzer Log:
2017-01-19T18:28:59+01:00 Closed.
2017-01-19T18:28:59+01:00 TSClient quit. LogLevel has been increased, please try to connect again to see more details.
2017-01-19T18:28:59+01:00 Starting instance ts3server://ts-topia.de?port=9984&nickname=SinusBot&password=&channel=&channelpassword=
2017-01-19T18:28:52+01:00 BOT-CONFIG [admin] HOST PORT CHAN CHANPW ANNOUNCE DESCRIPTION ANNOUNCESTR TTSURL CC OK
2017-01-19T18:23:26+01:00 Storing configuration.
2017-01-19T18:22:59+01:00 TSClient quit. LogLevel has been increased, please try to connect again to see more details.
2017-01-19T18:22:59+01:00 Closed.
2017-01-19T18:22:59+01:00 TS>/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
2017-01-19T18:22:59+01:00 Fail from voice reader: EOF
2017-01-19T18:22:59+01:00 Fail from voice reader: read unix @: bad file descriptor
2017-01-19T18:22:59+01:00 Fail from data reader: EOF
2017-01-19T18:22:59+01:00 Starting instance ts3server://127.0.0.1?port=9987&nickname=SinusBot&password=&channel=&channelpassword=
2017-01-19T18:22:58+01:00 Closed.
2017-01-19T18:22:58+01:00 TSClient quit. LogLevel has been increased, please try to connect again to see more details.
2017-01-19T18:22:58+01:00 Starting instance ts3server://127.0.0.1?port=9987&nickname=SinusBot&password=&channel=&channelpassword=
2017-01-19T18:22:58+01:00 Auto-Starting bf67349f-7017-4f30-924a-fd25cac2175f/cbad0aa9-7fad-4eec-8667-009d7a561ea9 in 500 ms...
2017-01-19T18:22:58+01:00 Initialization complete
VPS: Debian 8
Auf gleichen Server Gestern keine Probleme gehabt
Hab ich komplett raus geschmissen aus dem Installer.Ohne Systemd scheint das Skript keine Datei in /etc/init.d/ zu schreiben. Kann mir die mal jemand hier posten?