Results 91 to 101 of 101
-
11-09-2010, 15:35 #91
-= TeamSpeak User =-
- Join Date
- Sep 2010
- Location
- us
- Posts
- 3
-
11-09-2010, 16:11 #92
-= TeamSpeak User =-
- Join Date
- Sep 2010
- Location
- us
- Posts
- 3
Ok so I changed the FTP path in the script to be http://ftp.4players.de/pub/hosted/ts3/releases/beta-28/
When I try to update it says
ts3server_linux_x86: no process killed
tar: teamspeak3-server_linux-amd64-3.0.0-beta28.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
cp: cannot stat `teamspeak3-server_linux-x86/*': No such file or directory
Unzip and copying are successfully
Start TeamSpeak3 Server
TeamSpeak3 Server Screen PID was write in /opt/ts3/teamspeak3-server_linux-amd64/ts3-screen.pid.
TeamSpeak3 Server was started.
Serverupdate from to beta28 !
I can run a wget and pull down the file.
-
12-09-2010, 19:28 #93
-= TeamSpeak User =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 16
Hi,
I have a problem: The Version, I have installed is beta 26. The current Server Version for Linux x86 is beta 28. But the Script say alwas "update to beta 29". And the script didn't show me the installed Version. If I want to update, some Erros where shown to me:
I hope that you can help me.Code:tar: teamspeak3-server_linux-x86-3.0.0-beta29.tar.gz: Kann open nicht ausführen: Datei oder Verzeichnis nicht gefunden tar: Nicht behebbarer Fehler: Programmabbruch. tar: Child returned status 2 tar: Fehler beim Beenden, verursacht durch vorhergehende Fehler. cp: Aufruf von stat für âteamspeak3-server_linux-x86/*â nicht möglich: Datei oder Verzeichnis nicht gefunden
Last edited by matrix142; 13-09-2010 at 09:31.
-
19-09-2010, 22:26 #94
-= TeamSpeak User =-
- Join Date
- Sep 2010
- Location
- Emden
- Posts
- 1
wen ich ./startscript.sh eingebe sagt er das zu mir sieh unten
-bash: ./startscript.sh: /bin/sh^M: bad interpreter: No such file
-
28-09-2010, 17:10 #95
-= TeamSpeak User =-
- Join Date
- Sep 2010
- Location
- netherlands
- Posts
- 2
simple sollution:
type:
cd "path to the folder with startscript.sh" (i.e.: cd /home/ts3/)
type: vi startscript.sh
:set fileformat=unix (after this it seems that nothing happened, but something did happen)
:wq!
should work now
and to the creator of this script: good work
but you should fix the problem that:
your script checks the newest release, but looks at the newest version, and i.e. at the moment server is @ beta 28 but client is already @ beta 32. and your script says: newest version available: beta 32, next thing that happens is: script can't download the beta 32 server files, since they are not there yet.
possible sollutions for now:
change the ftp-path into a folder where you placed the beta-28 files but NAMED THEM like beta 32 files.
or: change the ftp path into: ..../releases/beta-28/
should work
vp
-
08-10-2010, 14:55 #96
-= TeamSpeak Lover =-
- Join Date
- Jan 2010
- Location
- France
- Posts
- 31
ReplaceOk so I changed the FTP path in the script to be http://ftp.4players.de/pub/hosted/ts3/releases/beta-28/
in server_update() {wget -O - $FTPPATH 2> /dev/null | grep -o -E $STATUS-[[:digit:]]+[[:digit:]]+ -o | tail -n1 > current
BY
Simple Code not optimized. the second wget see if FILENAME exist or not. If not, first wget decrease beta version and etc...INC=1
COUNTER=0
while [ $COUNTER -lt 10 ]; do
wget -O - $FTPPATH 2> /dev/null | grep -o -E $TS_STATE-[[:digit:]]+[[:digit:]]+ -o | uniq | sort -r | sed -n "${INC}p" > current
if wget -O - $FTPPATH$(cat current) 2> /dev/null | grep $FILENAME > /dev/null ; then
COUNTER=20
else
let INC=$INC+1
fi
done
-
08-01-2011, 22:51 #97
-= TeamSpeak Addict =-
- Join Date
- Aug 2008
- Location
- Whois
- Posts
- 600
Thanks Ethaniel for u help!
I have Fix the problem and update the Sroucecode
besides i have add an email function, so i hope it works,
i cant test it atm
now u can add this script to ( crontab -e ), if a update available
the script send an email too.
Attention!!! This Script is ALPHA NONFULLTESTED !!! I cannot guarantee, all works fine!!!
I must wait for a next serverupdate ...
-
10-01-2011, 13:37 #98
-= TeamSpeak User =-
- Join Date
- Jan 2011
- Location
- Germany
- Posts
- 1
My Server doesn't start with the startscript. I edited the configuration lines well i think. I have debian x64 on my Server. The script says that the server has started and the pid file is in the right directory. But the server is still down.
./startscript status says that screen awk ... are found.
The update function works!
I added my startscript.
I hope someone can help me!
Greets
-
21-07-2012, 22:39 #99
-= TeamSpeak Addict =-
- Join Date
- Aug 2008
- Location
- Whois
- Posts
- 600
New Update to 1.4.0 for public.
-
06-08-2012, 17:22 #100
-= TeamSpeak User =-
- Join Date
- Sep 2009
- Location
- Earth
- Posts
- 2
You can optimize your script to find the current ts_version.
change line 169/258/337:
cat update | grep -E -o virtualserver_version="([0-9].[0-9].[0-9].[0-9])" | cut -d "=" -f 2 > version
to:
cat update | grep -E -o virtualserver_version="(([0-9]{1,2}.){0,3}[0-9]{1,2})" | cut -d "=" -f 2 > version
Now, versions from 1 to 99.99.99.99 are supported - I hope. ^^
GreetzLast edited by HeinzMuell; 06-08-2012 at 19:21.
-
17-08-2012, 19:38 #101
-= TeamSpeak User =-
- Join Date
- Feb 2012
- Posts
- 4
Maybe someone could help me with this thing. Because it make's me verry nervous hehe. When i doo ./startscript.sh check i have error with email.
./startscript.sh: ./mail.sh: /bin/bash^M: bad interpreter: No such file or directory
Could any one help ?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[solved] i need some help with my ts server
By rebelwarrior in forum [TeamSpeak 2] Client SupportReplies: 3Last Post: 14-11-2008, 00:34 -
Server stops responding
By Xeroed in forum [TeamSpeak 2] Server SupportReplies: 10Last Post: 27-09-2006, 04:08 -
Friends can't connect
By shadow127 in forum [TeamSpeak 2] Server SupportReplies: 86Last Post: 01-01-2006, 20:45 -
Server
By lars-andre-petersen in forum [TeamSpeak 2] Server SupportReplies: 70Last Post: 26-09-2005, 11:54 -
Scheisse habe QDSL alles geht nur keine REG
By Creeper in forum [TeamSpeak 2] Server SupportReplies: 6Last Post: 29-08-2002, 09:06



Reply With Quote